fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Revision:
504:817c6240e9d9
Parent:
502:557c4a9276ae
Child:
512:0584e40bece2
--- a/common/DiscoveredCharacteristic.cpp	Fri Jun 19 15:52:03 2015 +0100
+++ b/common/DiscoveredCharacteristic.cpp	Fri Jun 19 15:52:03 2015 +0100
@@ -44,5 +44,5 @@
         return BLE_ERROR_INVALID_STATE;
     }
 
-    return gattc->write(GattClient::OP_WRITE_CMD, connHandle, length, value);
+    return gattc->write(GattClient::GATT_OP_WRITE_CMD, connHandle, length, value);
 }
\ No newline at end of file