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: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: public/BLEDevice.h
- Revision:
- 396:039ee79c9924
- Parent:
- 395:4124520c17fc
- Child:
- 406:cec6778acc66
--- a/public/BLEDevice.h Wed May 13 08:51:09 2015 +0100 +++ b/public/BLEDevice.h Wed May 13 08:51:09 2015 +0100 @@ -237,6 +237,8 @@ * @param interval Scan interval (in milliseconds) [valid values lie between 2.5ms and 10.24s]. * @param window Scan Window (in milliseconds) [valid values lie between 2.5ms and 10.24s]. * @param timeout Scan timeout (in seconds) between 0x0001 and 0xFFFF, 0x0000 disables timeout. + * @param activeScanning Set to True if active-scanning is required. This is used to fetch the + * scan response from a peer if possible. * * The scanning window divided by the interval determines the duty cycle for * scanning. For example, if the interval is 100ms and the window is 10ms,