dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
General error codes

General error code definitions for the BLE API. More...

Macros

#define BLE_ERROR_NOT_ENABLED   (NRF_ERROR_STK_BASE_NUM+0x001)
 
#define BLE_ERROR_INVALID_CONN_HANDLE   (NRF_ERROR_STK_BASE_NUM+0x002)
 
#define BLE_ERROR_INVALID_ATTR_HANDLE   (NRF_ERROR_STK_BASE_NUM+0x003)
 
#define BLE_ERROR_INVALID_ROLE   (NRF_ERROR_STK_BASE_NUM+0x004)
 

Detailed Description

General error code definitions for the BLE API.

Macro Definition Documentation

#define BLE_ERROR_INVALID_ATTR_HANDLE   (NRF_ERROR_STK_BASE_NUM+0x003)

Invalid attribute handle.

Definition at line 67 of file ble_err.h.

#define BLE_ERROR_INVALID_CONN_HANDLE   (NRF_ERROR_STK_BASE_NUM+0x002)

Invalid connection handle.

Definition at line 66 of file ble_err.h.

#define BLE_ERROR_INVALID_ROLE   (NRF_ERROR_STK_BASE_NUM+0x004)

Invalid role.

Definition at line 68 of file ble_err.h.

#define BLE_ERROR_NOT_ENABLED   (NRF_ERROR_STK_BASE_NUM+0x001)

sd_ble_enable has not been called.

Definition at line 65 of file ble_err.h.