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:
- 391:6f42075be548
- Parent:
- 390:4bf41689c7f9
- Child:
- 392:3201f029c2eb
diff -r 4bf41689c7f9 -r 6f42075be548 public/BLEDevice.h
--- a/public/BLEDevice.h Wed May 13 08:51:08 2015 +0100
+++ b/public/BLEDevice.h Wed May 13 08:51:08 2015 +0100
@@ -254,8 +254,8 @@
uint16_t window = GapScanningParams::SCAN_WINDOW_MAX,
uint16_t timeout = 0);
ble_error_t setScanningInterval(uint16_t interval);
- ble_error_t setScanningWindow(uint16_t window);
- ble_error_t setScanningTimeout(uint16_t timeout);
+ ble_error_t setScanningWindow (uint16_t window);
+ ble_error_t setScanningTimeout (uint16_t timeout);
/**
* Start scanning (Observer Procedure) based on the scan-params currently
