High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 433:b7b9bc2b86fa, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:51:55 2015 +0100
- Parent:
- 432:bbe0348d3eef
- Child:
- 434:bd1f1cc10277
- Commit message:
- Synchronized with git rev 564c53db
Author: Rohit Grover
get rid of some stuff from a bad rebase
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:51:55 2015 +0100 +++ b/public/BLEDevice.h Fri Jun 19 15:51:55 2015 +0100 @@ -854,16 +854,6 @@ } inline ble_error_t -BLEDevice::startScanning(Gap::AdvertisementReportCallback_t callback) { - return transport->getGap().startScanning(scanningParams, callback); -} - -inline ble_error_t -BLEDevice::stopScanning(void) { - return transport->getGap().stopScanning(); -} - -inline ble_error_t BLEDevice::disconnect(Gap::DisconnectionReason_t reason) { return transport->getGap().disconnect(reason);