Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c307 static void mcc_read_playing_order_cb(struct bt_conn *conn, int err, uint8_t order) in mcc_read_playing_order_cb() function
540 mcc_cb.read_playing_order = mcc_read_playing_order_cb; in do_mcc_init()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c336 static void mcc_read_playing_order_cb(struct bt_conn *conn, int err, uint8_t order) in mcc_read_playing_order_cb() function
623 cb.read_playing_order = mcc_read_playing_order_cb; in cmd_mcc_init()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c533 static void mcc_read_playing_order_cb(struct bt_conn *conn, int err, uint8_t order) in mcc_read_playing_order_cb() function
637 .read_playing_order = mcc_read_playing_order_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy.c495 static void mcc_read_playing_order_cb(struct bt_conn *conn, int err, uint8_t order) in mcc_read_playing_order_cb() function
743 mprx.mcc_cbs.read_playing_order = mcc_read_playing_order_cb; in media_proxy_ctrl_discover_player()
Dmcc.c732 static uint8_t mcc_read_playing_order_cb(struct bt_conn *conn, uint8_t err, in mcc_read_playing_order_cb() function
2909 mcs_inst->read_params.func = mcc_read_playing_order_cb; in bt_mcc_read_playing_order()