S145 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ 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.
See ble_gap_evt_connected_t

BLE_GAP_EVT_DISCONNECTED 

GAP BLE Event base. Disconnected from peer.
See ble_gap_evt_disconnected_t.

BLE_GAP_EVT_CONN_PARAM_UPDATE 

GAP BLE Event base. Connection Parameters updated.
See ble_gap_evt_conn_param_update_t.

BLE_GAP_EVT_SEC_PARAMS_REQUEST 

GAP BLE Event base. Request to provide security parameters.
Reply with sd_ble_gap_sec_params_reply.
See ble_gap_evt_sec_params_request_t.

BLE_GAP_EVT_SEC_INFO_REQUEST 

GAP BLE Event base. Request to provide security information.
Reply with sd_ble_gap_sec_info_reply.
See ble_gap_evt_sec_info_request_t.

BLE_GAP_EVT_PASSKEY_DISPLAY 

GAP BLE Event base. Request to display a passkey to the user.
In LESC Numeric Comparison, reply with sd_ble_gap_auth_key_reply.
See ble_gap_evt_passkey_display_t.

BLE_GAP_EVT_KEY_PRESSED 

GAP BLE Event base. Notification of a keypress on the remote device.
See ble_gap_evt_key_pressed_t

BLE_GAP_EVT_AUTH_KEY_REQUEST 

GAP BLE Event base. Request to provide an authentication key.
Reply with sd_ble_gap_auth_key_reply.
See ble_gap_evt_auth_key_request_t.

BLE_GAP_EVT_LESC_DHKEY_REQUEST 

GAP BLE Event base. Request to validate peer PK and calculate an LE Secure Connections DHKey.
Reply with sd_ble_gap_lesc_dhkey_reply.
See ble_gap_evt_lesc_dhkey_request_t

BLE_GAP_EVT_AUTH_STATUS 

GAP BLE Event base. Authentication procedure completed with status.
See ble_gap_evt_auth_status_t.

BLE_GAP_EVT_CONN_SEC_UPDATE 

GAP BLE Event base. Connection security updated.
See ble_gap_evt_conn_sec_update_t.

BLE_GAP_EVT_TIMEOUT 

GAP BLE Event base. Timeout expired.
See ble_gap_evt_timeout_t.

BLE_GAP_EVT_RSSI_CHANGED 

GAP BLE Event base. RSSI report.
See ble_gap_evt_rssi_changed_t.

BLE_GAP_EVT_ADV_REPORT 

GAP BLE Event base. Advertising report.
See ble_gap_evt_adv_report_t.

BLE_GAP_EVT_SEC_REQUEST 

GAP BLE Event base. Security Request.
Reply with sd_ble_gap_authenticate
or with sd_ble_gap_encrypt if required security information is available.
See ble_gap_evt_sec_request_t.

BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST 

GAP BLE Event base. Connection Parameter Update Request.
Reply with sd_ble_gap_conn_param_update.
See ble_gap_evt_conn_param_update_request_t.

BLE_GAP_EVT_SCAN_REQ_REPORT 

GAP BLE Event base. Scan request report.
See ble_gap_evt_scan_req_report_t.

BLE_GAP_EVT_PHY_UPDATE_REQUEST 

GAP BLE Event base. PHY Update Request.
Reply with sd_ble_gap_phy_update.
See ble_gap_evt_phy_update_request_t.

BLE_GAP_EVT_PHY_UPDATE 

GAP BLE Event base. PHY Update Procedure is complete.
See ble_gap_evt_phy_update_t.

BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST 

GAP BLE Event base. Data Length Update Request.
Reply with sd_ble_gap_data_length_update.
See ble_gap_evt_data_length_update_request_t.

BLE_GAP_EVT_DATA_LENGTH_UPDATE 

GAP BLE Event base. LL Data Channel PDU payload length updated.
See ble_gap_evt_data_length_update_t.

BLE_GAP_EVT_ADV_SET_TERMINATED 

GAP BLE Event base. Advertising set terminated.
See ble_gap_evt_adv_set_terminated_t.

BLE_GAP_EVT_QOS_CONN_EVENT_REPORT 

GAP BLE Event base. Connection event QoS report.
See ble_gap_evt_qos_conn_event_report_t.