Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcc.h859 int bt_mcc_read_playing_orders_supported(struct bt_conn *conn);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c2295 err = bt_mcc_read_playing_orders_supported(NULL); in test_read_playing_orders_supported()
2304 err = bt_mcc_read_playing_orders_supported(default_conn); in test_read_playing_orders_supported()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c1050 result = bt_mcc_read_playing_orders_supported(default_conn); in cmd_mcc_read_playing_orders_supported()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c1064 err = bt_mcc_read_playing_orders_supported(conn); in mcp_playing_orders_supported_read()
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy.c1552 return bt_mcc_read_playing_orders_supported(mprx.remote_player.conn); in media_proxy_ctrl_get_playing_orders_supported()
Dmcc.c2975 int bt_mcc_read_playing_orders_supported(struct bt_conn *conn) in bt_mcc_read_playing_orders_supported() function