fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Revision:
708:41c26f44b1ef
Parent:
565:a3fb221c0813
--- a/common/DiscoveredCharacteristic.cpp	Fri Jun 19 15:53:06 2015 +0100
+++ b/common/DiscoveredCharacteristic.cpp	Fri Jun 19 15:53:06 2015 +0100
@@ -60,4 +60,10 @@
     }
 
     return gattc->write(GattClient::GATT_OP_WRITE_CMD, connHandle, valueHandle, length, value);
+}
+
+ble_error_t
+DiscoveredCharacteristic::discoverDescriptors(DescriptorCallback_t callback, const UUID &matchingUUID) const
+{
+    return BLE_ERROR_NOT_IMPLEMENTED; /* TODO: this needs to be filled in. */
 }
\ No newline at end of file