Zephyr API 3.6.99
|
#include <ias.h>
Data Fields | |
void(* | discover )(struct bt_conn *conn, int err) |
Callback function for bt_ias_discover. | |
void(* bt_ias_client_cb::discover) (struct bt_conn *conn, int err) |
Callback function for bt_ias_discover.
This callback is called when discovery procedure is complete.
conn | Bluetooth connection object. |
err | 0 on success, ATT error or negative errno otherwise |