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

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.
 

Detailed Description

Data for scanning callback structure.

This structure is used for storing callback functions pointers. It is used by bt_scan_cb structure.


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