1.1.2.1.1.3.47 BLE_GAP_ScanFilterName_T

C

typedef struct
{
    uint8_t                 nameLen;
    uint8_t                 targetName[BLE_GAP_SCAN_NAME_MAX_LEN];
} BLE_GAP_ScanFilterName_T;

Description

Name filter parameters.

Field Documentation

FieldDescription
nameLenLength of compared target name.
targetNameName contents for Name Filter comparison.