High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Overview

The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.

Supported Services

Supported services can be found in the BLE_API/services folder.

Revision:
741:d6dceefb844e
Parent:
728:997ba5e7b3b6
Child:
894:29ccb97e1d64
--- a/ble/DiscoveredCharacteristic.h	Tue Jul 21 13:25:38 2015 +0100
+++ b/ble/DiscoveredCharacteristic.h	Tue Jul 21 13:25:38 2015 +0100
@@ -140,8 +140,8 @@
     }
 
 public:
-    UUID::ShortUUIDBytes_t getShortUUID(void) const {
-        return uuid.getShortUUID();
+    const UUID& getUUID(void) const {
+        return uuid;
     }
 
     const Properties_t& getProperties(void) const {