feat: speed up to processing bluez passive data (#221)

This commit is contained in:
J. Nick Koston
2023-08-09 00:44:33 -10:00
committed by GitHub
parent 71e6fdfc97
commit 8e7432d31b
7 changed files with 88 additions and 23 deletions

View File

@@ -602,5 +602,6 @@ def test_unmarshall_bluez_passive_message():
unmarshaller = Unmarshaller(stream)
unmarshaller.unmarshall()
message = unmarshaller.message
assert "/org/bluez/hci0/dev_58_D3_49_E6_02_6E" in str(message)
unpacked = unpack_variants(message.body)
assert unpacked == ["/org/bluez/hci0/dev_58_D3_49_E6_02_6E"]