Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/audio/
Daics_internal.h28 #define BT_AICS_OPCODE_SET_AUTO 0x05 macro
Daics.c27 ((opcode) >= BT_AICS_OPCODE_SET_GAIN && (opcode) <= BT_AICS_OPCODE_SET_AUTO)
250 case BT_AICS_OPCODE_SET_AUTO: in write_aics_control()
726 cp.opcode = BT_AICS_OPCODE_SET_AUTO; in bt_aics_automatic_gain_set()
Daics_client.c327 case BT_AICS_OPCODE_SET_AUTO: in aics_cp_notify_app()
896 return aics_client_common_control(BT_AICS_OPCODE_SET_AUTO, inst); in bt_aics_client_automatic_gain_set()