BLE_GAP_ScanFilterName_T

C

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

Description

Structure for configuring a name filte in BLE GAP scanning.

Field Documentation

FieldDescription
nameLenLength of the target name to be compared.
targetNameTarget name data for comparison.