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

FieldDescription
waitForSecurityConfigure if security is required before database discovery. Set true to enable.
initDiscInCentralConfigure discovery option when the gap role of connection is central. Set true to enable.
initDiscInPeripheralConfigure discovery option when the gap role of connection is peripheral. Set true to enable.
disableConnectedDiscConfigure 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.
reservedReserved for future used.