Home
last modified time | relevance | path

Searched refs:playing_order_recv (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy.c501 if (mprx.ctrlr.cbs && mprx.ctrlr.cbs->playing_order_recv) { in mcc_read_playing_order_cb()
502 mprx.ctrlr.cbs->playing_order_recv(&mprx.remote_player, err, order); in mcc_read_playing_order_cb()
1461 if (mprx.ctrlr.cbs && mprx.ctrlr.cbs->playing_order_recv) { in media_proxy_ctrl_get_playing_order()
1464 mprx.ctrlr.cbs->playing_order_recv(player, 0, order); in media_proxy_ctrl_get_playing_order()
2094 if (mprx.ctrlr.cbs && mprx.ctrlr.cbs->playing_order_recv) { in media_proxy_pl_playing_order_cb()
2095 mprx.ctrlr.cbs->playing_order_recv(&mprx.local_player, 0, order); in media_proxy_pl_playing_order_cb()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmedia_proxy.h704 void (*playing_order_recv)(struct media_player *player, int err, uint8_t order); member
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c533 cbs.playing_order_recv = playing_order_recv_cb; in initialize_media()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmedia_controller.c418 cbs.playing_order_recv = playing_order_recv_cb; in cmd_media_init()