Lines Matching defs:inst
127 struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr); in read_aics_state() local
140 struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr); in read_aics_gain_settings() local
153 struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr); in read_type() local
171 struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr); in read_input_status() local
193 static void notify_work_reschedule(struct bt_aics *inst, enum bt_aics_notify notify, in notify_work_reschedule()
207 static void notify(struct bt_aics *inst, enum bt_aics_notify notify, const struct bt_uuid *uuid, in notify()
225 struct bt_aics *inst = CONTAINER_OF(d_work, struct bt_aics, srv.notify_work); in notify_work_handler() local
243 static void value_changed(struct bt_aics *inst, enum bt_aics_notify notify) in value_changed()
287 static uint8_t handle_set_gain_op(struct bt_aics *inst, const struct bt_aics_gain_control *cp, in handle_set_gain_op()
304 static uint8_t handle_unmute_op(struct bt_aics *inst, bool *state_change) in handle_unmute_op()
318 static uint8_t handle_mute_op(struct bt_aics *inst, bool *state_change) in handle_mute_op()
334 static uint8_t handle_set_manual_mode_op(struct bt_aics *inst, bool *state_change) in handle_set_manual_mode_op()
349 static uint8_t handle_set_automatic_mode_op(struct bt_aics *inst, bool *state_change) in handle_set_automatic_mode_op()
368 struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr); in write_aics_control() local
436 struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr); in write_description() local
464 static int aics_write(struct bt_aics *inst, in aics_write()
492 struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr); in read_description() local
644 int bt_aics_deactivate(struct bt_aics *inst) in bt_aics_deactivate()
671 int bt_aics_activate(struct bt_aics *inst) in bt_aics_activate()
699 int bt_aics_gain_set_manual_only(struct bt_aics *inst) in bt_aics_gain_set_manual_only()
713 int bt_aics_gain_set_auto_only(struct bt_aics *inst) in bt_aics_gain_set_auto_only()
727 int bt_aics_state_get(struct bt_aics *inst) in bt_aics_state_get()
750 int bt_aics_gain_setting_get(struct bt_aics *inst) in bt_aics_gain_setting_get()
774 int bt_aics_type_get(struct bt_aics *inst) in bt_aics_type_get()
795 int bt_aics_status_get(struct bt_aics *inst) in bt_aics_status_get()
816 int bt_aics_disable_mute(struct bt_aics *inst) in bt_aics_disable_mute()
830 int bt_aics_unmute(struct bt_aics *inst) in bt_aics_unmute()
851 int bt_aics_mute(struct bt_aics *inst) in bt_aics_mute()
872 int bt_aics_manual_gain_set(struct bt_aics *inst) in bt_aics_manual_gain_set()
893 int bt_aics_automatic_gain_set(struct bt_aics *inst) in bt_aics_automatic_gain_set()
914 int bt_aics_gain_set(struct bt_aics *inst, int8_t gain) in bt_aics_gain_set()
936 int bt_aics_description_get(struct bt_aics *inst) in bt_aics_description_get()
958 int bt_aics_description_set(struct bt_aics *inst, const char *description) in bt_aics_description_set()