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: BLE_PowerBank_HeyFaradey
Fork of BLE_API by
Diff: public/Gap.h
- Revision:
- 542:d60f1c06fa33
- Parent:
- 541:aa30f63e7b3f
- Child:
- 543:4defb791aa94
--- a/public/Gap.h Fri Jun 19 15:52:08 2015 +0100
+++ b/public/Gap.h Fri Jun 19 15:52:09 2015 +0100
@@ -369,6 +369,9 @@
*/
virtual void getPermittedTxPowerValues(const int8_t **, size_t *) = 0;
+public:
+ virtual ble_error_t startRadioScan(const GapScanningParams &scanningParams) = 0;
+
/*
* APIs with non-virtual implementations.
*/
@@ -751,8 +754,6 @@
/* Event callback handlers */
public:
- virtual ble_error_t startRadioScan(const GapScanningParams &scanningParams) = 0;
-
/**
* Setup a callback for timeout events. Refer to TimeoutSource_t for
* possible event types.
