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.
1 parent 9efa23a commit 674d10dCopy full SHA for 674d10d
adafruit_ble/advertising/__init__.py
@@ -315,7 +315,7 @@ def matches(cls, entry):
315
def matches_prefixes(cls, entry, *, all_):
316
"""Returns ``True`` if the given `_bleio.ScanEntry` advertisement fields
317
match any or all of the given prefixes in the `match_prefixes` tuple attribute.
318
- If `all_` is ``True``, all the prefixes must match. If ``all_`` is ``False``,
+ If ``all_`` is ``True``, all the prefixes must match. If ``all_`` is ``False``,
319
returns ``True`` if at least one of the prefixes match.
320
"""
321
# Returns True if cls.get_prefix_bytes() is empty.
0 commit comments