Merge pull request #155 from andresag01/add_err_code

Add BLE_ERROR_INTERNAL_STACK_FAILURE error code
This commit is contained in:
Rohit Grover 2015-12-21 08:06:30 +00:00
commit 6d1dc39a44
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ enum ble_error_t {
BLE_ERROR_INITIALIZATION_INCOMPLETE = 9,
BLE_ERROR_ALREADY_INITIALIZED = 10,
BLE_ERROR_UNSPECIFIED = 11, /**< Unknown error. */
BLE_ERROR_INTERNAL_STACK_FAILURE = 12, /**< The platform-specific stack failed */
};
/** @brief Default MTU size. */