1.1.2.1.1.3.46 BLE_GAP_ScanFilterMsd_T
C
typedef struct
{
uint8_t companyId[2];
uint8_t msdLen;
uint8_t msd[BLE_GAP_SCAN_MSD_MAX_LEN];
} BLE_GAP_ScanFilterMsd_T;Description
Manufacturer specific data filter parameters.
Field Documentation
| Field | Description |
|---|---|
| companyId | Two bytes of Manufacture Company Identifier that is unique numbers assigned by the Bluetooth SIG to member companies. |
| msdLen | Length of compared manufacture specific data. |
| msd | Contents of manufacture specific data. |
