circuitpython/ports/nrf/common-hal
Sean Cross cfe65742a3 _bleio: support anonymous advertising
Add a new parameter to the `start_advertising()` function to enable
anonymous advertising.  This forces a call to `sd_ble_gap_privacy_set()`
with `privacy_mode` set to `BLE_GAP_PRIVACY_MODE_DEVICE_PRIVACY` and
`private_addr_type` set to
`BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE`.

With this, addresses will cycle at a predefined rate (currently once
every 15 minutes).

Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-19 15:01:18 +08:00
..
_bleio _bleio: support anonymous advertising 2020-05-19 15:01:18 +08:00
analogio new pin validation routines; don't use mp_const_none if NULL will do 2020-02-28 23:43:04 -05:00
audiobusio Clear the pending IRQ in the NVIC as well. 2020-03-13 11:16:38 -07:00
audiopwmio Clear the pending IRQ in the NVIC as well. 2020-03-13 11:16:38 -07:00
board Remove nRF52832 support 2018-12-30 22:49:20 -05:00
busio Enable showing the console on a debug uart 2020-05-19 02:02:52 +02:00
digitalio new pin validation routines; don't use mp_const_none if NULL will do 2020-02-28 23:43:04 -05:00
displayio First try at lowering the power consumption 2020-03-13 11:12:30 -07:00
microcontroller nrf: add support for nrf52833 2020-04-21 12:29:56 +08:00
neopixel_write Fix autoreload, neopixel, monotonic_ns and sleep w/o SD 2020-03-13 11:12:31 -07:00
nvm wip 2020-01-03 10:24:07 -05:00
os os.urandom: remove unneeded sleep 2020-01-08 16:48:17 -06:00
pulseio Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-14 17:14:44 -07:00
rgbmatrix RGBMatrix: finish renaming from Protomatter 2020-04-17 18:44:07 -05:00
rotaryio Change pin mode to pullup for adafruit/circuitpython#1045 2019-02-07 09:47:56 +11:00
rtc nrf: rtc: persist rtc offset across reboots 2020-05-18 11:52:27 +08:00
supervisor replacing change to input() with separate method to check for USB Serial input 2018-10-09 18:37:52 -04:00