High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: GapAdvertisingParams.h
- Revision:
- 43:ac154ac74a30
- Parent:
- 40:d405c9b1419d
- Child:
- 45:8a9919adb207
--- a/GapAdvertisingParams.h Fri May 23 11:08:43 2014 +0100 +++ b/GapAdvertisingParams.h Fri May 23 13:12:52 2014 +0100 @@ -76,12 +76,11 @@ *Vol 6, Part B, Section 2.3.1.3 */ }; - GapAdvertisingParams( - AdvertisingType advType = - GapAdvertisingParams::ADV_CONNECTABLE_UNDIRECTED, - uint16_t interval = - GAP_ADV_PARAMS_INTERVAL_MIN_NONCON, - uint16_t timeout = 0); + GapAdvertisingParams(AdvertisingType advType = + GapAdvertisingParams::ADV_CONNECTABLE_UNDIRECTED, + uint16_t interval = + GAP_ADV_PARAMS_INTERVAL_MIN_NONCON, + uint16_t timeout = 0); virtual ~GapAdvertisingParams(void); virtual AdvertisingType getAdvertisingType(void) const;