Home
last modified time | relevance | path

Searched refs:bt_mcc_read_playing_order (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcc.h840 int bt_mcc_read_playing_order(struct bt_conn *conn);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c2219 err = bt_mcc_read_playing_order(NULL); in test_read_playing_order()
2228 err = bt_mcc_read_playing_order(default_conn); in test_read_playing_order()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c1032 result = bt_mcc_read_playing_order(default_conn); in cmd_mcc_read_playing_order()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c1018 err = bt_mcc_read_playing_order(conn); in mcp_playing_order_read()
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy.c1480 return bt_mcc_read_playing_order(mprx.remote_player.conn); in media_proxy_ctrl_get_playing_order()
Dmcc.c2883 int bt_mcc_read_playing_order(struct bt_conn *conn) in bt_mcc_read_playing_order() function