S132 SoftDevice v1.0.0-3.alpha
Macros
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)
 
#define BLE_ERROR_GAP_WHITELIST_IN_USE   (NRF_GAP_ERR_BASE + 0x003)
 

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.

#define BLE_ERROR_GAP_WHITELIST_IN_USE   (NRF_GAP_ERR_BASE + 0x003)

Attempt to overwrite the whitelist while already in use by another operation.


This document was last updated on Thu Oct 15 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.