ble-nrf51822 icon indicating copy to clipboard operation
ble-nrf51822 copied to clipboard

Inaccurate error code returned for failed call to SecurityManager::init()

Open andresag01 opened this issue 9 years ago • 1 comments

A call to SecurityManager::init() before initialising BLE returns the error code BLE_ERROR_INVALID_PARAM. This is not accurate enough because the API contains an error code BLE_ERROR_INITIALIZATION_INCOMPLETE specific for the situation when the failure is that the necessary API components were not initialised correctly.

andresag01 avatar Jan 13 '16 09:01 andresag01

ARM Internal Ref: IOTSFW-1772

ciarmcom avatar Jan 13 '16 11:01 ciarmcom