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

FieldDescription
companyIdManufacturer Company Identifier: Unique two-byte identifier assigned by the Bluetooth SIG to member companies.
msdLenLength of the manufacturer-specific data to be compared.
msdManufacturer-specific data for comparison.