nRF51 SDK - S110 SoftDevice
|
enum BLE_GAP_EVTS |
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. Connection established. ble_gap_evt_connected_t |
BLE_GAP_EVT_DISCONNECTED |
Disconnected from peer. ble_gap_evt_disconnected_t |
BLE_GAP_EVT_CONN_PARAM_UPDATE |
Connection Parameters updated. ble_gap_evt_conn_param_update_t |
BLE_GAP_EVT_SEC_PARAMS_REQUEST |
Request to provide security parameters. ble_gap_evt_sec_params_request_t |
BLE_GAP_EVT_SEC_INFO_REQUEST |
Request to provide security information. ble_gap_evt_sec_info_request_t |
BLE_GAP_EVT_PASSKEY_DISPLAY |
Request to display a passkey to the user. ble_gap_evt_passkey_display_t |
BLE_GAP_EVT_AUTH_KEY_REQUEST |
Request to provide an authentication key. ble_gap_evt_auth_key_request_t |
BLE_GAP_EVT_AUTH_STATUS |
Authentication procedure completed with status. ble_gap_evt_auth_status_t |
BLE_GAP_EVT_CONN_SEC_UPDATE |
Connection security updated. ble_gap_evt_conn_sec_update_t |
BLE_GAP_EVT_TIMEOUT |
Timeout expired. ble_gap_evt_timeout_t |
BLE_GAP_EVT_RSSI_CHANGED |
RSSI report. ble_gap_evt_rssi_changed_t |
BLE_GAP_EVT_ADV_REPORT |
Advertising report. ble_gap_evt_adv_report_t |
BLE_GAP_EVT_SEC_REQUEST |
Security Request. ble_gap_evt_sec_request_t |
BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST |
Connection Parameter Update Request. ble_gap_evt_conn_param_update_request_t |
BLE_GAP_EVT_SCAN_REQ_REPORT |
Scan request report. ble_gap_evt_scan_req_report_t |
enum BLE_GAP_OPTS |
GAP Option IDs. IDs that uniquely identify a GAP option.
Enumerator | |
---|---|
BLE_GAP_OPT_CH_MAP |
GAP BLE Option base. Channel Map. ble_gap_opt_ch_map_t |
BLE_GAP_OPT_LOCAL_CONN_LATENCY |
Local connection latency. ble_gap_opt_local_conn_latency_t |
BLE_GAP_OPT_PASSKEY |
Set passkey. ble_gap_opt_passkey_t |
BLE_GAP_OPT_PRIVACY |
Custom privacy. ble_gap_opt_privacy_t |
BLE_GAP_OPT_SCAN_REQ_REPORT |
Scan request report. ble_gap_opt_scan_req_report_t |
BLE_GAP_OPT_COMPAT_MODE |
Compatibility mode. ble_gap_opt_compat_mode_t |
enum BLE_GAP_SVCS |
GAP API SVC numbers.