BLE_GAP_EvtAdvCompl_T

C

typedef struct BLE_GAP_EvtAdvCompl_T
{
    uint8_t                 status;
}BLE_GAP_EvtAdvCompl_T;

Description

Structure for the BLE_GAP_EVT_ADV_COMPL event.This event is triggered when deep sleep advertising is completed.

Field Documentation

FieldDescription
statusStatus of the deep sleep advertising completion. See GAP_STATUS for possible values.