1.2.2.1.1.2.1 BLE_GAP_EventId_T
C
typedef enum BLE_GAP_EventId_T
{
BLE_GAP_EVT_CONNECTED,
BLE_GAP_EVT_DISCONNECTED,
BLE_GAP_EVT_CONN_PARAM_UPDATE,
BLE_GAP_EVT_ENCRYPT_STATUS,
BLE_GAP_EVT_ADV_REPORT,
BLE_GAP_EVT_ENC_INFO_REQUEST,
BLE_GAP_EVT_REMOTE_CONN_PARAM_REQUEST,
BLE_GAP_EVT_EXT_ADV_REPORT,
BLE_GAP_EVT_ADV_TIMEOUT,
BLE_GAP_EVT_TX_BUF_AVAILABLE,
BLE_GAP_EVT_DEVICE_NAME_CHANGED,
BLE_GAP_EVT_AUTH_PAYLOAD_TIMEOUT,
BLE_GAP_EVT_PHY_UPDATE,
BLE_GAP_EVT_SCAN_REQ_RECEIVED,
BLE_GAP_EVT_DIRECT_ADV_REPORT,
BLE_GAP_EVT_PERI_ADV_SYNC_EST,
BLE_GAP_EVT_PERI_ADV_REPORT,
BLE_GAP_EVT_PERI_ADV_SYNC_LOST,
BLE_GAP_EVT_ADV_SET_TERMINATED,
BLE_GAP_EVT_SCAN_TIMEOUT,
BLE_GAP_EVT_TRANSMIT_POWER_REPORTING,
BLE_GAP_EVT_ADV_COMPL,
BLE_GAP_EVT_PATH_LOSS_THRESHOLD,
}BLE_GAP_EventId_T;Description
GAP events delivered to application from BLE Stack.
| Enumerator | Description |
|---|---|
| BLE_GAP_EVT_CONNECTED | BLE link is established. See BLE_GAP_EvtConnect_T for the event details. |
| BLE_GAP_EVT_DISCONNECTED | BLE link is terminated. See BLE_GAP_EvtDisconnect_T for the event details. |
| BLE_GAP_EVT_CONN_PARAM_UPDATE | The connection parameters of BLE link are updated. See BLE_GAP_EvtConnParamUpdateParams_T for the event details. |
| BLE_GAP_EVT_ENCRYPT_STATUS | The encryption status of BLE link. See BLE_GAP_EvtEncryptStatus_T for the event details. |
| BLE_GAP_EVT_ADV_REPORT | Received advertising report. See BLE_GAP_EvtAdvReport_T for the event details. |
| BLE_GAP_EVT_ENC_INFO_REQUEST | See BLE_GAP_EvtEncInfoRequest_T for the event details. |
| BLE_GAP_EVT_REMOTE_CONN_PARAM_REQUEST | If remote device supports Link Layer Connection Parameters Request procedure, this request will receive when remote device wants to change the connection parameters. See BLE_GAP_EvtRemoteConnParamRequest_T for the event details. |
| BLE_GAP_EVT_EXT_ADV_REPORT | Received extended advertising report. See BLE_GAP_EvtExtAdvReport_T for the event details. |
| BLE_GAP_EVT_ADV_TIMEOUT | Advertising terminated because timeout. |
| BLE_GAP_EVT_TX_BUF_AVAILABLE | Notify the ACL tx buffer is available. See BLE_GAP_EvtTxBufAvailable_T. |
| BLE_GAP_EVT_DEVICE_NAME_CHANGED | The device name was changed by remote device via Generic Assess service. BLE_GAP_EvtDeviceNameChanged_T for the event details. |
| BLE_GAP_EVT_AUTH_PAYLOAD_TIMEOUT | Authenticated payload timeout. BLE_GAP_EvtAuthPayloadTimeout_T for the event details. |
| BLE_GAP_EVT_PHY_UPDATE | PHY update. BLE_GAP_EvtPhyUpdate_T for the event details. |
| BLE_GAP_EVT_SCAN_REQ_RECEIVED | Received scan request. BLE_GAP_EvtScanReqReceived_T for the event details. |
| BLE_GAP_EVT_DIRECT_ADV_REPORT | Received direct advertising report. BLE_GAP_EvtDirectAdvReport_T for the event details. |
| BLE_GAP_EVT_PERI_ADV_SYNC_EST | Periodic advertising sync established. BLE_GAP_EvtPeriAdvSyncEst_T for the event details. |
| BLE_GAP_EVT_PERI_ADV_REPORT | Received periodic advertising report. BLE_GAP_EvtPeriAdvReport_T for the event details. |
| BLE_GAP_EVT_PERI_ADV_SYNC_LOST | Periodic advertising sync lost. BLE_GAP_EvtPeriAdvSyncLost_T for the event details. |
| BLE_GAP_EVT_ADV_SET_TERMINATED | Advertising set terminated. BLE_GAP_EvtAdvSetTerminated_T for the event details. |
| BLE_GAP_EVT_SCAN_TIMEOUT | Scan terminated because timeout. |
| BLE_GAP_EVT_TRANSMIT_POWER_REPORTING | Report tx power level on the ACL connection identified by the Connection_Handle. BLE_GAP_EvtTxPowerReporting_T for the event details. |
| BLE_GAP_EVT_ADV_COMPL | Enable one time advertising is completed. See BLE_GAP_EvtAdvCompl_T for the event details. |
| BLE_GAP_EVT_PATH_LOSS_THRESHOLD | Report a path loss threshold crossing on the ACL connection. See BLE_GAP_EvtPathLossThreshold_T for the event details. |
