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:
305:71367f7cd078
Parent:
230:2c414d3240a8
Child:
347:20be4234c6fe
--- a/common/BLEDeviceInstanceBase.h	Mon Mar 02 11:50:48 2015 +0000
+++ b/common/BLEDeviceInstanceBase.h	Mon Mar 02 11:50:48 2015 +0000
@@ -31,6 +31,7 @@
     virtual ble_error_t shutdown(void)             = 0;
     virtual ble_error_t reset(void)                = 0;
     virtual ble_error_t setTxPower(int8_t txPower) = 0;
+    virtual void        getPermittedTxPowerValues(const int8_t **, size_t *) = 0;
     virtual void        waitForEvent(void)         = 0;
 };