micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.3k stars 980 forks source link

aioble: fix `ScanResult.services` decoding of UUIDs, and add/improve multitests #863

Closed dpgeorge closed 1 month ago

dpgeorge commented 1 month ago

Following on from #787 , this makes a similar fix on the central side:

A multitest is added for these cases.

Also, other minor fixups for the multitests.