![]() |
S115 SoftDevice for nRF54LM20 API documentation 10.0.0
|
| enum BLE_GAP_EVTS |
#include <ble_gap.h>
GAP Event IDs. IDs that uniquely identify an event coming from the stack to the application.
| Enumerator | |
|---|---|
| BLE_GAP_EVT_CONNECTED | GAP BLE Event base. Connected to peer. |
| BLE_GAP_EVT_DISCONNECTED | GAP BLE Event base. Disconnected from peer. |
| BLE_GAP_EVT_CONN_PARAM_UPDATE | GAP BLE Event base. Connection Parameters updated. |
| BLE_GAP_EVT_SEC_PARAMS_REQUEST | GAP BLE Event base. Request to provide security parameters. |
| BLE_GAP_EVT_SEC_INFO_REQUEST | GAP BLE Event base. Request to provide security information. |
| BLE_GAP_EVT_PASSKEY_DISPLAY | GAP BLE Event base. Request to display a passkey to the user. |
| BLE_GAP_EVT_KEY_PRESSED | GAP BLE Event base. Notification of a keypress on the remote device. |
| BLE_GAP_EVT_AUTH_KEY_REQUEST | GAP BLE Event base. Request to provide an authentication key. |
| BLE_GAP_EVT_LESC_DHKEY_REQUEST | GAP BLE Event base. Request to validate peer PK and calculate an LE Secure Connections DHKey. |
| BLE_GAP_EVT_AUTH_STATUS | GAP BLE Event base. Authentication procedure completed with status. |
| BLE_GAP_EVT_CONN_SEC_UPDATE | GAP BLE Event base. Connection security updated. |
| BLE_GAP_EVT_TIMEOUT | GAP BLE Event base. Timeout expired. |
| BLE_GAP_EVT_RSSI_CHANGED | GAP BLE Event base. RSSI report. |
| BLE_GAP_EVT_SCAN_REQ_REPORT | GAP BLE Event base. Scan request report. |
| BLE_GAP_EVT_PHY_UPDATE_REQUEST | GAP BLE Event base. PHY Update Request. |
| BLE_GAP_EVT_PHY_UPDATE | GAP BLE Event base. PHY Update Procedure is complete. |
| BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST | GAP BLE Event base. Data Length Update Request. |
| BLE_GAP_EVT_DATA_LENGTH_UPDATE | GAP BLE Event base. LL Data Channel PDU payload length updated. |
| BLE_GAP_EVT_ADV_SET_TERMINATED | GAP BLE Event base. Advertising set terminated. |