adafruit / Adafruit_CircuitPython_BLE

Bluetooth Low Energy (BLE) library for CircuitPython
MIT License
127 stars 58 forks source link

Expose Adafruit advertising constants #154

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Addresses Enhancement Issue #83 by exposing the Adafruit constants. My understanding is this can be done by removing the preceding _.

It may be worth considering creating issues for applicable libraries to use these newly exposed constants, if merged. Happy to create them (and likely PR them) if so!

tekktrik commented 2 years ago

Alright, added the documentation. I'm new to Bluetooth so let me know if there are better descriptions!