BLE_GAP_ScanFilterMsd_T
C
typedef struct BLE_GAP_ScanFilterMsd_T
{
uint8_t companyId[2];
uint8_t msdLen;
uint8_t msd[BLE_GAP_SCAN_MSD_MAX_LEN];
} BLE_GAP_ScanFilterMsd_T;Description
Structure for configuring a manufacturer-specific data filter in BLE GAP scanning.
Field Documentation
| Field | Description |
|---|---|
| companyId | Manufacturer Company Identifier: Unique two-byte identifier assigned by the Bluetooth SIG to member companies. |
| msdLen | Length of the manufacturer-specific data to be compared. |
| msd | Manufacturer-specific data for comparison. |
