Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: blecommon.h
- Revision:
- 9:124ae067ae27
- Parent:
- 7:5e1f0d7f7c7d
- Child:
- 21:5442f7c70e71
--- a/blecommon.h Mon Dec 16 18:16:01 2013 +0000
+++ b/blecommon.h Mon Dec 16 19:43:33 2013 +0000
@@ -11,7 +11,8 @@
{
BLE_ERROR_NONE = 0,
BLE_ERROR_BUFFER_OVERFLOW = 1,
- BLE_ERROR_BUFFER_INVALID_PARAM = 2
+ BLE_ERROR_NOT_IMPLEMENTED = 2, /* Requested a feature that isn't yet implement or isn't supported by the target HW */
+ BLE_ERROR_PARAM_OUT_OF_RANGE = 3
} ble_error_t;
/* https://developer.bluetooth.org/gatt/units/Pages/default.aspx */
