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.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
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
