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: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: BlueNRGGattServer.cpp
- Revision:
- 67:23f9772ef7bf
- Parent:
- 66:8c8813dd8e79
--- a/BlueNRGGattServer.cpp Wed Apr 01 09:48:50 2015 +0000 +++ b/BlueNRGGattServer.cpp Thu Apr 02 10:02:59 2015 +0000 @@ -369,4 +369,7 @@ } - +ble_error_t BlueNRGGattServer::initializeGATTDatabase(void) { + // <TODO> + return (ble_error_t)0; +}