Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: ble/services/EddystoneService.h
- Revision:
- 796:1b0cbb2e48a1
- Parent:
- 795:47db33f1a619
- Child:
- 797:8a542f0ebf3f
--- a/ble/services/EddystoneService.h Wed Sep 02 20:17:28 2015 +0000 +++ b/ble/services/EddystoneService.h Wed Sep 02 20:55:32 2015 +0000 @@ -394,7 +394,6 @@ { uint8_t serviceData[SERVICE_DATA_MAX]; unsigned serviceDataLen = 0; - ERR("This function is not fully implemented yet, dont use it!!"); // Check optional frames, set their 'isSet' flags appropriately if((uidNamespaceID != NULL) & (uidInstanceID != NULL)) { uidIsSet = true;