High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 1209:dd7707bda534, committed 2017-03-28
- Comitter:
- cordonn2
- Date:
- Tue Mar 28 19:09:54 2017 +0000
- Parent:
- 1208:65474dc93927
- Commit message:
- Added ability to filter advertising channel programmatically
Changed in this revision
ble/blecommon.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/blecommon.h Wed Sep 14 14:18:00 2016 +0100 +++ b/ble/blecommon.h Tue Mar 28 19:09:54 2017 +0000 @@ -21,7 +21,7 @@ extern "C" { #endif - +#ifndef BLE_UUID_UNKNOWN /*! @brief Assigned values for BLE UUIDs. */ enum { BLE_UUID_UNKNOWN = 0x0000, /**< Reserved UUID. */ @@ -48,6 +48,7 @@ BLE_UUID_GAP_CHARACTERISTIC_RECONN_ADDR = 0x2A03, /**< Reconnection Address Characteristic. */ BLE_UUID_GAP_CHARACTERISTIC_PPCP = 0x2A04, /**< Peripheral Preferred Connection Parameters Characteristic. */ }; +#endif /*! @brief Error codes for the BLE API. */ enum ble_error_t {