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
Macro | Description |
---|---|
BLE_GAP_SCAN_SERVICE_DATA_MAX_LEN | Maximum length of the service data array in bytes. |
BLE_GAP_SCAN_MSD_MAX_LEN | Maximum length of the manufacturer-specific data array in bytes. |
BLE_GAP_SCAN_NAME_MAX_LEN | Maximum length of the name filter array in bytes. |