Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c329 static void mcc_read_playing_orders_supported_cb(struct bt_conn *conn, int err, in mcc_read_playing_orders_supported_cb() function
542 mcc_cb.read_playing_orders_supported = mcc_read_playing_orders_supported_cb; in do_mcc_init()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c360 static void mcc_read_playing_orders_supported_cb(struct bt_conn *conn, int err, in mcc_read_playing_orders_supported_cb() function
629 cb.read_playing_orders_supported = mcc_read_playing_orders_supported_cb; in cmd_mcc_init()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c547 static void mcc_read_playing_orders_supported_cb(struct bt_conn *conn, int err, uint16_t orders) in mcc_read_playing_orders_supported_cb() function
639 .read_playing_orders_supported = mcc_read_playing_orders_supported_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy.c525 static void mcc_read_playing_orders_supported_cb(struct bt_conn *conn, int err, uint16_t orders) in mcc_read_playing_orders_supported_cb() function
749 mprx.mcc_cbs.read_playing_orders_supported = mcc_read_playing_orders_supported_cb; in media_proxy_ctrl_discover_player()
Dmcc.c771 static uint8_t mcc_read_playing_orders_supported_cb(struct bt_conn *conn, uint8_t err, in mcc_read_playing_orders_supported_cb() function
3001 mcs_inst->read_params.func = mcc_read_playing_orders_supported_cb; in bt_mcc_read_playing_orders_supported()