mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
The att_flags for descriptors does not use the same bitfield as for characteristics. This was leading to NimBLE descriptors getting the wrong flags set. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>