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:
- 359:64918eb1ead2
- Parent:
- 354:ed9e316324cd
- Child:
- 361:d2405f5a4853
diff -r 0feab33fde20 -r 64918eb1ead2 nRF51GattServer.cpp
--- a/nRF51GattServer.cpp Fri Jun 19 15:55:37 2015 +0100
+++ b/nRF51GattServer.cpp Fri Jun 19 15:55:37 2015 +0100
@@ -418,11 +418,4 @@
}
}
}
-}
-
-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