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
| Field | Description |
|---|---|
| connConfig | Configuration parameters of BLE_DM_CONN module. See BLE_DM_ConnConfig_T. |
| secAutoAccept | Configuration parameter of BLE_DM_SM module. Whether to accept and response pairing request or security request automatically. See true to enable. |
