abc
Fork of BLE_API by
Diff: public/BLEDevice.h
- Revision:
- 383:7bd527ea7280
- Parent:
- 380:2109a08c311c
- Child:
- 384:48412313df56
--- 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(); }