Skip to content

Commit

Permalink
Merge pull request #155 from andresag01/add_err_code
Browse files Browse the repository at this point in the history
Add BLE_ERROR_INTERNAL_STACK_FAILURE error code
  • Loading branch information
rgrover committed Dec 21, 2015
2 parents 002c761 + c64dece commit 6d1dc39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ble/blecommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 6d1dc39

Please sign in to comment.