Fork of 
        nRF51822 
        by  Nordic Semiconductor 
« Back to documentation index 
    
Structures 
struct   ble_gap_addr_t   Bluetooth Low Energy address.  More...  struct   ble_gap_conn_params_t   GAP connection parameters.  More...  struct   ble_gap_conn_sec_mode_t   GAP link requirements.  More...  struct   ble_gap_conn_sec_t   GAP connection security status.  More...  struct   ble_gap_irk_t   Identity Resolving Key.  More...  struct   ble_gap_whitelist_t   Whitelist structure.  More...  struct   ble_gap_adv_params_t   GAP advertising parameters.  More...  struct   ble_gap_scan_params_t   GAP scanning parameters.  More...  struct   ble_gap_sec_params_t   GAP security parameters.  More...  struct   ble_gap_enc_info_t   GAP Encryption Information.  More...  struct   ble_gap_master_id_t   GAP Master Identification.  More...  struct   ble_gap_id_info_t   GAP Identity Information.  More...  struct   ble_gap_sign_info_t   GAP Signing Information.  More...  enum   BLE_GAP_EVTS  { BLE_GAP_EVT_CONNECTED  =  BLE_GAP_EVT_BASE, 
BLE_GAP_EVT_DISCONNECTED , 
BLE_GAP_EVT_CONN_PARAM_UPDATE , 
BLE_GAP_EVT_SEC_PARAMS_REQUEST , 
BLE_GAP_EVT_SEC_INFO_REQUEST , 
BLE_GAP_EVT_PASSKEY_DISPLAY , 
BLE_GAP_EVT_AUTH_KEY_REQUEST , 
BLE_GAP_EVT_AUTH_STATUS , 
BLE_GAP_EVT_CONN_SEC_UPDATE , 
BLE_GAP_EVT_TIMEOUT , 
BLE_GAP_EVT_RSSI_CHANGED 
  GAP Event IDs. 
 More... enum   BLE_GAP_OPTS  { BLE_GAP_OPT_LOCAL_CONN_LATENCY  =  BLE_GAP_OPT_BASE, 
BLE_GAP_OPT_PASSKEY , 
BLE_GAP_OPT_PRIVACY 
 }  GAP Option IDs. 
 More... 
Enumeration Type Documentation 
GAP Event IDs. 
Those IDs uniquely identify an event coming from the stack to the application. 
Enumerator:  
Connection established. 
 
Disconnected from peer. 
 
Connection Parameters updated. 
 
Request to provide security parameters. 
 
Request to provide security information. 
 
Request to display a passkey to the user. 
 
Request to provide an authentication key. 
 
Authentication procedure completed with status. 
 
Connection security updated. 
 
Timeout expired. 
 
Signal strength measurement report. 
 
Definition at line 437  of file ble_gap.h .
 
 
GAP Option IDs. 
IDs that uniquely identify a GAP option. 
Enumerator:  
Local connection latency. 
 
Set passkey to be used during pairing. 
This option can be used to make the SoftDevice use an application provided passkey instead of generating a random passkey. 
 
Set or get custom IRK or custom private address cycle interval. 
 
Definition at line 457  of file ble_gap.h .