High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: blecommon.h
- Revision:
- 9:124ae067ae27
- Parent:
- 7:5e1f0d7f7c7d
- Child:
- 21:5442f7c70e71
diff -r 780bfa26d0ee -r 124ae067ae27 blecommon.h --- 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 */