abc
Fork of BLE_API by
Diff: public/BLEDevice.h
- Revision:
- 387:7faa54079669
- Parent:
- 385:6e66d1c6de00
- Child:
- 390:4bf41689c7f9
--- a/public/BLEDevice.h Wed May 13 08:51:08 2015 +0100 +++ b/public/BLEDevice.h Wed May 13 08:51:08 2015 +0100 @@ -766,6 +766,12 @@ } 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);