1.2.2.2.1.3.1 BLE_DM_Config_T

C

typedef struct BLE_DM_Config_T
{
    BLE_DM_ConnConfig_T             connConfig;
    bool                            secAutoAccept;
} BLE_DM_Config_T;

Description

The structure contains information about configuration used for BLE_DM module.

Field Documentation

FieldDescription
connConfigConfiguration parameters of BLE_DM_CONN module. BLE_DM_ConnConfig_T.
secAutoAcceptConfiguration parameter of BLE_DM_SM module. Whether to accept and response pairing request or security request automatically. See true to enable.