nRF Connect SDK API 2.8.99
|
Discovery callback structure. More...
#include <gatt_dm.h>
Data Fields | |
void(* | completed )(struct bt_gatt_dm *dm, void *context) |
Discovery completed callback. | |
void(* | service_not_found )(struct bt_conn *conn, void *context) |
Service not found callback. | |
void(* | error_found )(struct bt_conn *conn, int err, void *context) |
Discovery error found callback. | |
Discovery callback structure.
This structure is used for tracking the result of a discovery.