Home
last modified time | relevance | path

Searched refs:mcc_read_current_group_obj_id_cb (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c271 static void mcc_read_current_group_obj_id_cb(struct bt_conn *conn, int err, in mcc_read_current_group_obj_id_cb() function
537 mcc_cb.read_current_group_obj_id = mcc_read_current_group_obj_id_cb; in do_mcc_init()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c306 static void mcc_read_current_group_obj_id_cb(struct bt_conn *conn, int err, in mcc_read_current_group_obj_id_cb() function
643 cb.read_current_group_obj_id = mcc_read_current_group_obj_id_cb; in cmd_mcc_init()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c519 static void mcc_read_current_group_obj_id_cb(struct bt_conn *conn, int err, uint64_t id) in mcc_read_current_group_obj_id_cb() function
650 .read_current_group_obj_id = mcc_read_current_group_obj_id_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy.c477 static void mcc_read_current_group_obj_id_cb(struct bt_conn *conn, int err, uint64_t id) in mcc_read_current_group_obj_id_cb() function
740 mprx.mcc_cbs.read_current_group_obj_id = mcc_read_current_group_obj_id_cb; in media_proxy_ctrl_discover_player()
Dmcc.c669 static uint8_t mcc_read_current_group_obj_id_cb(struct bt_conn *conn, uint8_t err, in mcc_read_current_group_obj_id_cb() function
2822 mcs_inst->read_params.func = mcc_read_current_group_obj_id_cb; in bt_mcc_read_current_group_obj_id()