Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Daudio.h282 #define BT_AUDIO_LOCATION_ANY (BT_AUDIO_LOCATION_FRONT_LEFT | \ macro
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dvocs.c30 #define BT_AUDIO_LOCATION_RFU (~BT_AUDIO_LOCATION_ANY)
Dvocs_client.c473 CHECKIF(location == BT_AUDIO_LOCATION_PROHIBITED || location > BT_AUDIO_LOCATION_ANY) { in bt_vocs_client_location_set()
Dcodec.c378 if ((chan_allocation & BT_AUDIO_LOCATION_ANY) != chan_allocation) { in bt_audio_codec_cfg_set_chan_allocation()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c670 invalid_location = BT_AUDIO_LOCATION_ANY + 1; in test_vocs_location_set()
Dvcp_vol_rend_test.c632 invalid_location = BT_AUDIO_LOCATION_ANY + 1; in test_vocs_location_set()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap.c1069 loc_bits > BT_AUDIO_LOCATION_ANY) { in cmd_config()
2394 loc_val > BT_AUDIO_LOCATION_ANY) { in cmd_set_loc()