We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ScanEntry.matches
1 parent 88e8a3c commit 71ef507Copy full SHA for 71ef507
1 file changed
shared-bindings/_bleio/ScanEntry.c
@@ -25,7 +25,7 @@
25
//| """Cannot be instantiated directly. Use `_bleio.Adapter.start_scan`."""
26
//| ...
27
//|
28
-//| def matches(self, prefixes: ScanEntry, *, match_all: bool = True) -> bool:
+//| def matches(self, prefixes: ReadableBuffer, *, match_all: bool = True) -> bool:
29
//| """Returns True if the ScanEntry matches all prefixes when ``match_all`` is True. This is stricter
30
//| than the scan filtering which accepts any advertisements that match any of the prefixes
31
//| where ``match_all`` is False."""
0 commit comments