BLE_API_Tiny_BLE
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(); }