Open
Description
This does not pass a keyword arg of fixed_length
and therefore picks up a False
default value:
Adafruit_CircuitPython_BLE/adafruit_ble/characteristics/__init__.py
Lines 206 to 214 in e38b153
The class does have an instance variable of fixed_length
- it looks like this was intended to be passed?