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
| Field | Description |
|---|---|
| nameLen | Length of compared target name. |
| targetName | Name contents for Name Filter comparison. |
