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
Revision 383:7bd527ea7280, committed 2015-05-13
- Comitter:
- rgrover1
- Date:
- Wed May 13 08:51:07 2015 +0100
- Parent:
- 382:dcd0428dadb0
- Child:
- 384:48412313df56
- Commit message:
- Synchronized with git rev a15a8922
Author: Rohit Grover
initialize scanningParams in the constructor for BLEDevice.
Changed in this revision
| public/BLEDevice.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/BLEDevice.h Wed May 13 08:51:07 2015 +0100
+++ b/public/BLEDevice.h Wed May 13 08:51:07 2015 +0100
@@ -559,7 +559,7 @@
ble_error_t purgeAllBondingState(void);
public:
- BLEDevice() : transport(createBLEDeviceInstance()), advParams(), advPayload(), scanResponse(), needToSetAdvPayload(true) {
+ BLEDevice() : transport(createBLEDeviceInstance()), advParams(), advPayload(), scanResponse(), needToSetAdvPayload(true), scanningParams() {
advPayload.clear();
scanResponse.clear();
}
