nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
SVC return values specific to GAP

Macros

#define BLE_ERROR_GAP_UUID_LIST_MISMATCH   (NRF_GAP_ERR_BASE + 0x000)
 
#define BLE_ERROR_GAP_DISCOVERABLE_WITH_WHITELIST   (NRF_GAP_ERR_BASE + 0x001)
 
#define BLE_ERROR_GAP_INVALID_BLE_ADDR   (NRF_GAP_ERR_BASE + 0x002)
 

Detailed Description

Macro Definition Documentation

#define BLE_ERROR_GAP_DISCOVERABLE_WITH_WHITELIST   (NRF_GAP_ERR_BASE + 0x001)

Use of Whitelist not permitted with discoverable advertising.

#define BLE_ERROR_GAP_INVALID_BLE_ADDR   (NRF_GAP_ERR_BASE + 0x002)

The upper two bits of the address do not correspond to the specified address type.

#define BLE_ERROR_GAP_UUID_LIST_MISMATCH   (NRF_GAP_ERR_BASE + 0x000)

UUID list does not contain an integral number of UUIDs.