Searched refs:BT_AICS_OPCODE_SET_GAIN (Results 1 – 3 of 3) sorted by relevance
31 #define BT_AICS_OPCODE_SET_GAIN 0x01 macro
40 ((opcode) >= BT_AICS_OPCODE_SET_GAIN && (opcode) <= BT_AICS_OPCODE_SET_AUTO)273 (len == AICS_CP_SET_GAIN_LEN && cp->cp.opcode != BT_AICS_OPCODE_SET_GAIN) || in write_aics_control()284 case BT_AICS_OPCODE_SET_GAIN: in write_aics_control()864 cp.cp.opcode = BT_AICS_OPCODE_SET_GAIN; in bt_aics_gain_set()
318 case BT_AICS_OPCODE_SET_GAIN: in aics_cp_notify_app()377 if (inst->cli.cp_val.cp.opcode == BT_AICS_OPCODE_SET_GAIN) { in internal_read_state_cb()964 inst->cli.cp_val.cp.opcode = BT_AICS_OPCODE_SET_GAIN; in bt_aics_client_gain_set()