nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
bt_gatt_dm_cb Struct Reference

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.
 

Detailed Description

Discovery callback structure.

This structure is used for tracking the result of a discovery.


The documentation for this struct was generated from the following file: