High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 451:e98554c2f7de, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:51:57 2015 +0100
- Parent:
- 450:47aa4a9161a7
- Child:
- 452:73b096a7f481
- Commit message:
- Synchronized with git rev e49d800d
Author: Rohit Grover
white space diff.
Changed in this revision
public/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/Gap.h Fri Jun 19 15:51:57 2015 +0100 +++ b/public/Gap.h Fri Jun 19 15:51:57 2015 +0100 @@ -173,7 +173,7 @@ private: /* These functions must be defined in the sub-class */ - virtual ble_error_t setAddress(AddressType_t type, const Address_t address) = 0; + virtual ble_error_t setAddress(AddressType_t type, const Address_t address) = 0; virtual ble_error_t getAddress(AddressType_t *typeP, Address_t address) = 0; virtual ble_error_t setAdvertisingData(const GapAdvertisingData &, const GapAdvertisingData &) = 0; virtual ble_error_t startAdvertising(const GapAdvertisingParams &) = 0;