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.
Fork of X_NUCLEO_IDB0XA1 by
Revision 240:f487d8c86ce4, committed 2016-06-16
- Comitter:
- Andrea Palmieri
- Date:
- Thu Jun 16 13:35:47 2016 +0200
- Parent:
- 239:8e93d6e26c55
- Child:
- 241:c13c2e31316d
- Commit message:
- Change ret value for PreferredConnectionParams API
Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>
Changed in this revision
| source/BlueNRGGap.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/BlueNRGGap.cpp Wed Jun 15 13:27:50 2016 +0200
+++ b/source/BlueNRGGap.cpp Thu Jun 16 13:35:47 2016 +0200
@@ -833,7 +833,7 @@
/* avoid compiler warnings about unused variables */
(void)params;
- return BLE_ERROR_NONE;
+ return BLE_ERROR_NOT_IMPLEMENTED;
}
@@ -855,7 +855,7 @@
/* avoid compiler warnings about unused variables */
(void)params;
- return BLE_ERROR_NONE;
+ return BLE_ERROR_NOT_IMPLEMENTED;
}
/**************************************************************************/
