changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gap_evt_t Struct Reference

ble_gap_evt_t Struct Reference
[Generic Access Profile (GAP)]

GAP event callback event structure. More...

#include <ble_gap.h>

Data Fields

uint16_t conn_handle
 Connection Handle on which event occured.
ble_gap_evt_connected_t connected
 Connected Event Parameters.
ble_gap_evt_disconnected_t disconnected
 Disconnected Event Parameters.
ble_gap_evt_conn_param_update_t conn_param_update
 Connection Parameter Update Parameters.
ble_gap_evt_sec_params_request_t sec_params_request
 Security Parameters Request Event Parameters.
ble_gap_evt_sec_info_request_t sec_info_request
 Security Information Request Event Parameters.
ble_gap_evt_passkey_display_t passkey_display
 Passkey Display Event Parameters.
ble_gap_evt_auth_key_request_t auth_key_request
 Authentication Key Request Event Parameters.
ble_gap_evt_auth_status_t auth_status
 Authentication Status Event Parameters.
ble_gap_evt_conn_sec_update_t conn_sec_update
 Connection Security Update Event Parameters.
ble_gap_evt_timeout_t timeout
 Timeout Event Parameters.
ble_gap_evt_rssi_changed_t rssi_changed
 RSSI Event parameters.

Detailed Description

GAP event callback event structure.

Definition at line 555 of file ble_gap.h.


Field Documentation

Authentication Key Request Event Parameters.

Definition at line 566 of file ble_gap.h.

Authentication Status Event Parameters.

Definition at line 567 of file ble_gap.h.

uint16_t conn_handle

Connection Handle on which event occured.

Definition at line 557 of file ble_gap.h.

Connection Parameter Update Parameters.

Definition at line 562 of file ble_gap.h.

Connection Security Update Event Parameters.

Definition at line 568 of file ble_gap.h.

Connected Event Parameters.

Definition at line 560 of file ble_gap.h.

Disconnected Event Parameters.

Definition at line 561 of file ble_gap.h.

Passkey Display Event Parameters.

Definition at line 565 of file ble_gap.h.

RSSI Event parameters.

Definition at line 570 of file ble_gap.h.

Security Information Request Event Parameters.

Definition at line 564 of file ble_gap.h.

Security Parameters Request Event Parameters.

Definition at line 563 of file ble_gap.h.

Timeout Event Parameters.

Definition at line 569 of file ble_gap.h.