High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 408:388570b048a7, committed 2015-06-08
- Comitter:
- rgrover1
- Date:
- Mon Jun 08 10:41:17 2015 +0100
- Parent:
- 407:ca6b956b33d1
- Child:
- 409:37a4202649dd
- Commit message:
- Synchronized with git rev 6d3b6539
Author: Marcus Chang
Allow copy constructor in GapAdvertisingParams.
Changed in this revision
public/GapAdvertisingParams.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/GapAdvertisingParams.h Mon May 18 09:54:27 2015 +0100 +++ b/public/GapAdvertisingParams.h Mon Jun 08 10:41:17 2015 +0100 @@ -106,10 +106,6 @@ AdvertisingType _advType; uint16_t _interval; uint16_t _timeout; - -private: - /* disallow copy constructor */ - GapAdvertisingParams(const GapAdvertisingParams &); }; #endif // ifndef __GAP_ADVERTISING_PARAMS_H__ \ No newline at end of file