![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Scan library event. More...
#include <bm/bluetooth/ble_scan.h>
Data Fields | ||
| enum ble_scan_evt_type | evt_type | |
| const ble_gap_scan_params_t * | scan_params | |
| union { | ||
| struct { | ||
| const ble_gap_evt_adv_report_t * adv_report | ||
| struct ble_scan_filter_match filter_match | ||
| } filter_match | ||
| ble_gap_evt_timeout_t timeout | ||
| struct { | ||
| const ble_gap_evt_adv_report_t * adv_report | ||
| } allow_list_adv_report | ||
| struct { | ||
| const ble_gap_evt_adv_report_t * adv_report | ||
| } not_found | ||
| struct { | ||
| const ble_gap_evt_connected_t * connected | ||
| uint16_t conn_handle | ||
| } connected | ||
| struct { | ||
| int reason | ||
| } connecting_err | ||
| struct { | ||
| uint32_t reason | ||
| } error | ||
| }; | ||
Scan library event.
Event data passed to the main application when an event occurs.