S132 SoftDevice v6.0.0
Macros
GAP Minimum scanner buffer size

Macros

#define BLE_GAP_SCAN_BUFFER_MIN   (31)
 
#define BLE_GAP_SCAN_BUFFER_MAX   (31)
 
#define BLE_GAP_SCAN_BUFFER_EXTENDED_MIN   (255)
 
#define BLE_GAP_SCAN_BUFFER_EXTENDED_MAX   (1650)
 

Detailed Description

Scan buffers are used for storing advertising data received from an advertiser. If ble_gap_scan_params_t::extended is set to 0, BLE_GAP_SCAN_BUFFER_MIN is the minimum scan buffer length. else the minimum scan buffer size is BLE_GAP_SCAN_BUFFER_EXTENDED_MIN.

Macro Definition Documentation

#define BLE_GAP_SCAN_BUFFER_EXTENDED_MAX   (1650)

Maximum data length for an extended advertising set.

Note
Extended scanning is only supported as an experimental feature in this SoftDevice. The scanner will only receive advertising data up to 31 bytes.
#define BLE_GAP_SCAN_BUFFER_EXTENDED_MIN   (255)

Minimum data length for an extended advertising set.

#define BLE_GAP_SCAN_BUFFER_MAX   (31)

Maximum data length for an advertising set.

#define BLE_GAP_SCAN_BUFFER_MIN   (31)

Minimum data length for an advertising set.


Documentation feedback | Developer Zone | Subscribe | Updated