Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: public/BLEDevice.h
- Revision:
- 414:e8dd7afc1ebf
- Parent:
- 412:7a295e110b77
- Child:
- 417:b88033a97016
diff -r 4d5fb1522cfb -r e8dd7afc1ebf public/BLEDevice.h
--- a/public/BLEDevice.h Mon Jun 08 10:41:18 2015 +0100
+++ b/public/BLEDevice.h Mon Jun 08 10:41:18 2015 +0100
@@ -824,7 +824,6 @@
inline ble_error_t
BLEDevice::setScanWindow(uint16_t window) {
-
return scanningParams.setWindow(window);
}
@@ -854,7 +853,6 @@
return transport->getGap().stopScan();
}
-
inline ble_error_t
BLEDevice::disconnect(Gap::DisconnectionReason_t reason)
{
