High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: public/GattServer.h
- Revision:
- 699:0ffbb5828b43
- Parent:
- 698:8d34aa7f78ea
- Child:
- 701:19873f48d07b
--- a/public/GattServer.h Fri Jun 19 15:53:05 2015 +0100 +++ b/public/GattServer.h Fri Jun 19 15:53:05 2015 +0100 @@ -136,8 +136,6 @@ */ virtual ble_error_t write(Gap::Handle_t connectionHandle, GattAttribute::Handle_t, const uint8_t *, uint16_t, bool localOnly = false) = 0; - virtual ble_error_t initializeGATTDatabase(void) = 0; - /** * Add a callback for the GATT event DATA_SENT (which is triggered when * updates are sent out by GATT in the form of notifications).