Fork of 
        nRF51822 
        by  Nordic Semiconductor 
« Back to documentation index 
    
Enumerations 
enum   BLE_GAP_SVCS  { SD_BLE_GAP_ADDRESS_SET  =  BLE_GAP_SVC_BASE, 
SD_BLE_GAP_ADDRESS_GET , 
SD_BLE_GAP_ADV_DATA_SET , 
SD_BLE_GAP_ADV_START , 
SD_BLE_GAP_ADV_STOP , 
SD_BLE_GAP_CONN_PARAM_UPDATE , 
SD_BLE_GAP_DISCONNECT , 
SD_BLE_GAP_TX_POWER_SET , 
SD_BLE_GAP_APPEARANCE_SET , 
SD_BLE_GAP_APPEARANCE_GET , 
SD_BLE_GAP_PPCP_SET , 
SD_BLE_GAP_PPCP_GET , 
SD_BLE_GAP_DEVICE_NAME_SET , 
SD_BLE_GAP_DEVICE_NAME_GET , 
SD_BLE_GAP_AUTHENTICATE , 
SD_BLE_GAP_SEC_PARAMS_REPLY , 
SD_BLE_GAP_AUTH_KEY_REPLY , 
SD_BLE_GAP_SEC_INFO_REPLY , 
SD_BLE_GAP_CONN_SEC_GET , 
SD_BLE_GAP_RSSI_START , 
SD_BLE_GAP_RSSI_STOP 
  GAP API SVC numbers. 
 More... 
Enumeration Type Documentation 
GAP API SVC numbers. 
Enumerator:  
Set own Bluetooth Address. 
 
Get own Bluetooth Address. 
 
Set Advertisement Data. 
 
Start Advertising. 
 
Stop Advertising. 
 
Connection Parameter Update. 
 
Disconnect. 
 
Set TX Power. 
 
Set Appearance. 
 
Get Appearance. 
 
Set PPCP. 
 
Get PPCP. 
 
Set Device Name. 
 
Get Device Name. 
 
Initiate Pairing/Bonding. 
 
Reply with Security Parameters. 
 
Reply with an authentication key. 
 
Reply with Security Information. 
 
Obtain connection security level. 
 
Start reporting of changes in RSSI. 
 
Stop reporting of changes in RSSI. 
 
Definition at line 27  of file ble_gap.h .