S113 SoftDevice v7.3.0
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)
 
#define BLE_ERROR_GAP_DEVICE_IDENTITIES_IN_USE   (NRF_GAP_ERR_BASE + 0x004)
 
#define BLE_ERROR_GAP_DEVICE_IDENTITIES_DUPLICATE   (NRF_GAP_ERR_BASE + 0x005)
 

Detailed Description

Macro Definition Documentation

#define BLE_ERROR_GAP_DEVICE_IDENTITIES_DUPLICATE   (NRF_GAP_ERR_BASE + 0x005)

The device identity list contains entries with duplicate identity addresses.

#define BLE_ERROR_GAP_DEVICE_IDENTITIES_IN_USE   (NRF_GAP_ERR_BASE + 0x004)

Attempt to modify the device identity list while already in use by another operation.

#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 modify the whitelist while already in use by another operation.


Documentation feedback | Developer Zone | Subscribe | Updated