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 BLE_API by
Diff: ble/Gap.h
- Revision:
- 772:b6d27ab66c94
- Parent:
- 770:079b714e9c1a
- Child:
- 778:04488024e560
diff -r 26b809199308 -r b6d27ab66c94 ble/Gap.h --- a/ble/Gap.h Fri Aug 07 15:55:21 2015 +0100 +++ b/ble/Gap.h Fri Aug 07 15:55:21 2015 +0100 @@ -410,6 +410,7 @@ protected: /* Override the following in the underlying adaptation layer to provide the functionality of scanning. */ virtual ble_error_t startRadioScan(const GapScanningParams &scanningParams) { + (void)scanningParams; return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if this capability is supported. */ }