adafruit / Adafruit_CircuitPython_BLE

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

Add Advertisement length checking. #41

Open dhalbert opened 4 years ago

dhalbert commented 4 years ago

Now that extended Advertisements are allowed, check Advertisement lengths, and allow longer Advertisements if a flag parameter is set, but complain otherwise. Flag name could be extended_supported, extended_allowed or similar.

dhalbert commented 4 years ago

@tannewt I thought you fixed this? I'm not sure.

tannewt commented 4 years ago

I don't think I ever added it.