Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Daics_internal.h34 #define BT_AICS_OPCODE_SET_MANUAL 0x04 macro
Daics.c316 case BT_AICS_OPCODE_SET_MANUAL: in write_aics_control()
822 cp.opcode = BT_AICS_OPCODE_SET_MANUAL; in bt_aics_manual_gain_set()
Daics_client.c333 case BT_AICS_OPCODE_SET_MANUAL: in aics_cp_notify_app()
930 return aics_client_common_control(BT_AICS_OPCODE_SET_MANUAL, inst); in bt_aics_client_manual_gain_set()