Jim Mussared
b65cc387cd
extmod/modbluetooth: Allow config of scan interval/window.
...
This adds two additional optional kwargs to `gap_scan()`:
- `interval_us`: How long between scans.
- `window_us`: How long to scan for during a scan.
The default with NimBLE is a 11.25ms window with a 1.28s interval.
Changing these parameters is important for detecting low-frequency
advertisements (e.g. beacons).
Note: these params are in microseconds, not milliseconds in order
to allow the 625us granularity offered by the spec.
2019-10-11 13:51:07 +11:00
..
2018-09-08 00:07:23 +10:00
2019-08-22 17:20:16 +10:00
2017-07-18 11:57:39 +10:00
2019-10-08 14:40:35 +11:00
2018-04-10 13:54:22 +10:00
2019-01-27 10:59:30 +11:00
2019-06-05 16:13:34 +10:00
2019-05-20 15:04:29 +10:00
2019-05-20 15:04:29 +10:00
2017-10-04 12:37:50 +11:00
2017-07-31 18:35:40 +10:00
2017-09-12 16:00:21 +10:00
2017-07-18 11:57:39 +10:00
2019-07-01 22:53:00 +10:00
2017-07-18 11:57:39 +10:00
2019-04-26 14:47:31 +10:00
2017-07-18 11:57:39 +10:00
2018-03-10 00:59:43 +11:00
2018-03-10 00:59:43 +11:00
2019-07-01 17:10:12 +10:00
2019-10-11 13:51:07 +11:00
2019-10-08 14:40:35 +11:00
2019-10-11 13:51:07 +11:00
2019-10-11 13:51:07 +11:00
2018-08-14 17:41:23 +10:00
2017-12-14 17:36:13 +11:00
2019-08-06 15:56:05 +10:00
2018-10-17 15:52:07 +11:00
2017-10-04 12:37:50 +11:00
2017-07-31 18:35:40 +10:00
2019-08-20 15:21:09 +10:00
2019-09-02 13:14:16 +10:00
2019-02-07 23:27:58 +11:00
2019-08-20 15:21:09 +10:00
2019-08-22 15:32:26 +10:00
2019-04-16 14:54:36 +10:00
2019-08-19 16:43:00 +10:00
2019-05-17 18:04:15 +10:00
2019-08-20 15:21:09 +10:00
2019-06-05 15:33:15 +10:00
2019-08-20 15:21:09 +10:00
2019-07-03 12:47:13 +10:00
2019-02-14 00:35:45 +11:00
2019-01-27 10:59:49 +11:00
2019-07-03 12:55:57 +10:00
2019-06-03 16:47:35 +10:00
2019-06-03 16:47:35 +10:00
2019-07-01 17:10:12 +10:00
2017-07-07 11:32:22 +10:00
2017-07-18 11:57:39 +10:00
2019-03-05 15:56:39 +11:00
2019-08-20 15:21:09 +10:00
2019-03-26 17:15:23 +11:00
2018-06-06 14:33:42 +10:00
2019-08-20 15:21:09 +10:00
2019-09-23 15:14:42 +10:00
2018-06-06 14:33:42 +10:00
2017-11-16 13:17:51 +11:00
2019-02-12 14:54:51 +11:00
2018-06-06 14:33:42 +10:00
2016-06-18 18:44:57 +03:00
2017-07-18 11:57:39 +10:00