adafruit / adafruit/Adafruit_CircuitPython_BLE
Wrap _bleio exceptions which might get thrown to user code
Open
enhancement
- Dominant language
- Python
- Stars
- 138
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
Add `adafruit_ble` bindings for _`ble.*Exception` so that user code can catch them without importing `_bleio`.
@kattni has need of this for a BLE central program, and so would most other folks.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the adafruit_ble bindings and the _bleio exception definitions referenced in the issue. Confirm which ble.*Exception types can reach user code, then verify that equivalent adafruit_ble exceptions can be caught without importing _bleio.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100