adafruit / Adafruit_CircuitPython_BLE

Bluetooth Low Energy (BLE) library for CircuitPython
MIT License
124 stars 57 forks source link

Connect to an address directly #135

Closed tannewt closed 3 years ago

tannewt commented 3 years ago

This is helpful for reconnecting to a device we had already connected to. The connect() call will do its own scan when connecting.

dhalbert commented 3 years ago

@tannewt Did you see my suggestion above about the type of the arg, which now is only Advertisement? I do see you fixed the errors.

tannewt commented 3 years ago

(I hadn't seen your comment.)