|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Hearing Access Service Client callback structure. More...
#include <gmap.h>
Data Fields | |
| void(* | discover )(struct bt_conn *conn, int err, enum bt_gmap_role role, struct bt_gmap_feat features) |
| Callback function for bt_has_discover. | |
Hearing Access Service Client callback structure.
| void(* bt_gmap_cb::discover) (struct bt_conn *conn, int err, enum bt_gmap_role role, struct bt_gmap_feat features) |
Callback function for bt_has_discover.
This callback is called when discovery procedure is complete.
| conn | Bluetooth connection object. |
| err | 0 on success, ATT error or negative errno otherwise. |
| role | Role of remote device. 0 on failure. |
| features | Remote features. |