We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54cb397 + 6b822fa commit efa70bcCopy full SHA for efa70bc
adafruit_ble_radio.py
@@ -65,7 +65,7 @@
65
class _RadioAdvertisement(Advertisement):
66
"""Broadcast arbitrary bytes as a radio message."""
67
68
- prefix = struct.pack("<BBH", 0x3, 0xFF, _ADAFRUIT_COMPANY_ID)
+ match_prefixes = (struct.pack("<BH", 0xFF, _ADAFRUIT_COMPANY_ID),)
69
manufacturer_data = LazyObjectField(
70
ManufacturerData,
71
"manufacturer_data",
0 commit comments