Scan filter length

C

#define BLE_GAP_SCAN_SERVICE_DATA_MAX_LEN                       16
#define BLE_GAP_SCAN_MSD_MAX_LEN                                16
#define BLE_GAP_SCAN_NAME_MAX_LEN                               16

Description

Defines the maximum length of various scan filter fields.

Macro Definition

MacroDescription
BLE_GAP_SCAN_SERVICE_DATA_MAX_LENMaximum length of the service data array in bytes.
BLE_GAP_SCAN_MSD_MAX_LENMaximum length of the manufacturer-specific data array in bytes.
BLE_GAP_SCAN_NAME_MAX_LENMaximum length of the name filter array in bytes.