High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: public/BLEDevice.h
- Revision:
- 578:18baa82a1eaa
- Parent:
- 574:213fa3938cc6
- Child:
- 579:c64c9186ad37
--- a/public/BLEDevice.h Fri Jun 19 15:52:50 2015 +0100 +++ b/public/BLEDevice.h Fri Jun 19 15:52:50 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);