abc
Fork of BLE_API by
Diff: public/BLEDevice.h
- Revision:
- 396:039ee79c9924
- Parent:
- 395:4124520c17fc
- Child:
- 406:cec6778acc66
diff -r 4124520c17fc -r 039ee79c9924 public/BLEDevice.h --- 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,