Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas_client.c34 static const struct bt_has_client_cb *client_cb; variable
99 client_cb->preset_read_rsp(&inst->has, 0, &record, !!pdu->is_last); in handle_read_preset_rsp()
130 client_cb->preset_update(&inst->has, pdu->prev_index, &record, is_last); in handle_generic_update()
141 client_cb->preset_deleted(&inst->has, net_buf_simple_pull_u8(buf), is_last); in handle_preset_deleted()
152 client_cb->preset_availability(&inst->has, net_buf_simple_pull_u8(buf), available, in handle_preset_availability()
175 if (client_cb->preset_update) { in handle_preset_changed()
180 if (client_cb->preset_deleted) { in handle_preset_changed()
185 if (client_cb->preset_availability) { in handle_preset_changed()
190 if (client_cb->preset_availability) { in handle_preset_changed()
246 client_cb->discover(inst->conn, 0, &inst->has, in discover_complete()
[all …]