1.1.2.1.1.3.48 BLE_GAP_ScanFilterServiceData_T

C

typedef struct
{
    uint8_t                 uuidLen;
    uint8_t                 uuidData[16];
    uint8_t                 svcDataLen;
    uint8_t                 svcData[BLE_GAP_SCAN_SERVICE_DATA_MAX_LEN];
} BLE_GAP_ScanFilterServiceData_T;

Description

Service data filter parameters.

Field Documentation

FieldDescription
uuidLenByte length of Service UUID. There are 3 Service UUID format definitions. The valid UUID length is 2, 4 or 16 for 16-bit, 32-bit or 128-bit Service UUID.
uuidDataContents of Compared Service UUID.
svcDataLenLength of compared Service Data. The max value is BLE_GAP_SCAN_SERVICE_DATA_MAX_LEN.
svcDataContents of Compared Service Data.