dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_opt_scan_req_report_t Struct Reference

Scan request report option. More...

#include <ble_gap.h>

Data Fields

uint8_t enable: 1
 

Detailed Description

Scan request report option.

This can be used with sd_ble_opt_set to make the SoftDevice send BLE_GAP_EVT_SCAN_REQ_REPORT events.

Note
Due to the limited space reserved for scan request report events, not all received scan requests will be reported.
If whitelisting is used, only whitelisted requests are reported.
Return values
NRF_SUCCESSSet successfully.
NRF_ERROR_INVALID_STATEWhen advertising is ongoing while the option is set.

Definition at line 1202 of file ble_gap.h.

Field Documentation

uint8_t ble_gap_opt_scan_req_report_t::enable

Enable scan request reports.

Definition at line 1204 of file ble_gap.h.


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