Home
last modified time | relevance | path

Searched refs:BT_AUDIO_LOCATION_ANY (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dvocs.c42 #define BT_AUDIO_LOCATION_RFU (~BT_AUDIO_LOCATION_ANY)
Dvocs_client.c489 CHECKIF(location > BT_AUDIO_LOCATION_ANY) { in bt_vocs_client_location_set()
Dcodec.c471 if ((chan_allocation & BT_AUDIO_LOCATION_ANY) != chan_allocation) { in bt_audio_codec_cfg_set_chan_allocation()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h654 #define BT_AUDIO_LOCATION_ANY (BT_AUDIO_LOCATION_FRONT_LEFT | \ macro
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c668 invalid_location = BT_AUDIO_LOCATION_ANY + 1; in test_vocs_location_set()
Dvcp_vol_rend_test.c636 invalid_location = BT_AUDIO_LOCATION_ANY + 1; in test_vocs_location_set()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c1230 if (loc_bits > BT_AUDIO_LOCATION_ANY) { in cmd_config()
3677 if (loc_val > BT_AUDIO_LOCATION_ANY) { in cmd_set_loc()