High level Bluetooth Low Energy API and radio abstraction layer

Fork of BLE_API by Bluetooth Low Energy

Revision:
1209:dd7707bda534
Parent:
1135:22aada733dbd
diff -r 65474dc93927 -r dd7707bda534 ble/blecommon.h
--- 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 {