Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Daics_internal.h42 ((gain_mode) == BT_AICS_MODE_MANUAL_ONLY || (gain_mode) == BT_AICS_MODE_AUTO_ONLY)
Daics.c658 inst->srv.state.gain_mode = BT_AICS_MODE_AUTO_ONLY; in bt_aics_gain_set_auto_only()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daics.h72 #define BT_AICS_MODE_AUTO_ONLY 0x01 macro