BLE_DD_Config_T
C
typedef struct BLE_DD_Config_T
{
    unsigned int                 waitForSecurity:1;
    unsigned int                 initDiscInCentral:1;
    unsigned int                 initDiscInPeripheral:1;
    unsigned int                 disableConnectedDisc:1;
    unsigned int                 reserved:4;
} BLE_DD_Config_T;Description
Parameters configuration.
Field Documentation
| Field | Description | 
|---|---|
| waitForSecurity | Configure if security is required before database discovery. Set true to enable. | 
| initDiscInCentral | Configure discovery option when the gap role of connection is central. Set true to enable. | 
| initDiscInPeripheral | Configure discovery option when the gap role of connection is peripheral. Set true to enable. | 
| disableConnectedDisc | Configure discovery function when connection established. Discovery might be optional for bonded link. Note: This is one-time option. Disable unnecessary discovery when connected at each time. | 
| reserved | Reserved for future used. | 
