fork microbit-dal

Dependencies:   BLE_API mbed-dev-bin nRF51822

Dependents:   microbit microbit

Fork of microbit-dal by Wendy Warne

Revision:
75:739b6a1c1b50
Parent:
74:a8f5674a0079
--- a/inc/bluetooth/MicroBitEddystone.h	Wed Feb 08 07:49:17 2017 +0000
+++ b/inc/bluetooth/MicroBitEddystone.h	Mon Jul 17 20:49:56 2017 +0000
@@ -75,7 +75,7 @@
 
 #endif
 
-#if CONFIG_ENABLED(MICROBIT_BLE_EDDYSTONE_UID)
+//#if CONFIG_ENABLED(MICROBIT_BLE_EDDYSTONE_UID)
     /**
       * Set the content of Eddystone UID frames
       *
@@ -88,8 +88,8 @@
       * @note The calibratedPower value ranges from -100 to +20 to a resolution of 1. The calibrated power should be binary encoded.
       * More information can be found at https://github.com/google/eddystone/tree/master/eddystone-uid#tx-power
       */
-    int setUID(BLEDevice* ble, const char* uid_namespace, const char* uid_instance, int8_t calibratedPower = 0xF0);
-#endif
+//    int setUID(BLEDevice* ble, const char* uid_namespace, const char* uid_instance, int8_t calibratedPower = 0xF0);
+//#endif
 
   private: