High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 574:213fa3938cc6, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:49 2015 +0100
- Parent:
- 573:a98f3fb1ca7b
- Child:
- 575:76fe165fc0b1
- Commit message:
- Synchronized with git rev 9f9e3b87
Author: Rohit Grover
fill in APIs around setScanningParams
Changed in this revision
public/BLEDevice.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/BLEDevice.h Fri Jun 19 15:52:49 2015 +0100 +++ b/public/BLEDevice.h Fri Jun 19 15:52:49 2015 +0100 @@ -863,7 +863,6 @@ return transport->getGap().stopScanning(); } - inline ble_error_t BLEDevice::disconnect(Gap::DisconnectionReason_t reason) {