S145 SoftDevice for nRF54LV10 API documentation 10.0.0
Loading...
Searching...
No Matches
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)
 
#define BLE_GAP_SCAN_BUFFER_EXTENDED_MAX_SUPPORTED   (255)
 

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.