Home
last modified time | relevance | path

Searched defs:bt_has_client_cb (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dhas.h134 struct bt_has_client_cb { struct
146 void (*discover)(struct bt_conn *conn, int err, struct bt_has *has,
162 void (*preset_switch)(struct bt_has *has, int err, uint8_t index);
176 void (*preset_read_rsp)(struct bt_has *has, int err,
191 void (*preset_update)(struct bt_has *has, uint8_t index_prev,
203 void (*preset_deleted)(struct bt_has *has, uint8_t index, bool is_last);
227 int bt_has_client_cb_register(const struct bt_has_client_cb *cb); argument