Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: nrf51-sdk
Dependents: microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more
Diff: nRF51GattServer.cpp
- Revision:
- 78:9a5ba2c5d53c
- Parent:
- 66:b3680699d9a4
- Child:
- 82:6c51cbe4bc12
--- a/nRF51GattServer.cpp	Fri Nov 21 10:00:41 2014 +0000
+++ b/nRF51GattServer.cpp	Fri Nov 21 10:00:41 2014 +0000
@@ -300,3 +300,10 @@
         }
     }
 }
+
+ble_error_t
+nRF51GattServer::initializeGATTDatabase(void)
+{
+    /* Empty. Services are populated in the GattDatabase through addService(). */
+    return BLE_ERROR_NONE;
+}
\ No newline at end of file