Nordic stack and drivers for the mbed BLE API. Version to work around build bug.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
ble_gap_scan_params_t Struct Reference
[Structures]
GAP scanning parameters. More...
#include <ble_gap.h>
Data Fields | |
| uint8_t | active: 1 |
| If 1, perform active scanning (scan requests). | |
| uint8_t | selective: 1 |
| If 1, ignore unknown devices (non whitelisted). | |
| ble_gap_whitelist_t * | p_whitelist |
| Pointer to whitelist, NULL if no whitelist or the current active whitelist is to be used. | |
| uint16_t | interval |
| Scan interval between 0x0004 and 0x4000 in 0.625ms units (2.5ms to 10.24s). | |
| uint16_t | window |
| Scan window between 0x0004 and 0x4000 in 0.625ms units (2.5ms to 10.24s). | |
| uint16_t | timeout |
| Scan timeout between 0x0001 and 0xFFFF in seconds, 0x0000 disables timeout. | |
Detailed Description
GAP scanning parameters.
Definition at line 487 of file ble_gap.h.
Field Documentation
| uint8_t active |
| uint16_t interval |
| uint8_t selective |
| uint16_t timeout |
Generated on Tue Jul 12 2022 19:52:05 by
1.7.2
Jonathan Austin
