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

FieldDescription
companyIdTwo bytes of Manufacture Company Identifier that is unique numbers assigned by the Bluetooth SIG to member companies.
msdLenLength of compared manufacture specific data.
msdContents of manufacture specific data.