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
| Field | Description |
|---|---|
| nameLen | Length of the target name to be compared. |
| targetName | Target name data for comparison. |
