Home
last modified time | relevance | path

Searched refs:BT_MCS_PLAYING_ORDER_SINGLE_ONCE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcs.h84 #define BT_MCS_PLAYING_ORDER_SINGLE_ONCE 0X01 macro
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c2244 err = bt_mcc_set_playing_order(NULL, BT_MCS_PLAYING_ORDER_SINGLE_ONCE); in test_set_playing_order()
2270 new_playing_order = BT_MCS_PLAYING_ORDER_SINGLE_ONCE; in test_set_playing_order()
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c2934 CHECKIF(!IN_RANGE(order, BT_MCS_PLAYING_ORDER_SINGLE_ONCE, in bt_mcc_set_playing_order()