nRF Connect SDK API 2.8.99
|
Data for scanning callback structure. More...
#include <scan.h>
Data Fields | |
void(* | filter_match )(struct bt_scan_device_info *device_info, struct bt_scan_filter_match *filter_match, bool connectable) |
Scan filter matched. | |
void(* | filter_no_match )(struct bt_scan_device_info *device_info, bool connectable) |
Scan filter unmatched. The device was not found. | |
void(* | connecting_error )(struct bt_scan_device_info *device_info) |
Error when connecting. | |
void(* | connecting )(struct bt_scan_device_info *device_info, struct bt_conn *conn) |
Connecting data. | |
Data for scanning callback structure.
This structure is used for storing callback functions pointers. It is used by bt_scan_cb structure.