nRF Connect SDK API 2.8.99
|
Scanning callback structure. More...
#include <scan.h>
Data Fields | |
const struct cb_data * | cb_addr |
sys_snode_t | node |
Scanning callback structure.
This structure is used for tracking the state of a scanning. It is registered with the help of the bt_scan_cb_register() API. It is permissible to register multiple instances of this bt_scan_cb type, in case different modules of an application are interested in tracking the scanning state. If a callback is not of interest for an instance, it may be set to NULL and will as a consequence not be used for that instance.