Skip to content

Commit 642556f

Browse files
committed
gattlib-py/gattlib/adapter: Update comment
1 parent 96407ad commit 642556f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gattlib-py/gattlib/adapter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ def scan_enable(self, on_discovered_device_callback, timeout, notify_change=Fals
7777
"""
7878
Scan for BLE devices
7979
80+
Note: This function is not blocking
81+
8082
@param adapter: is the context of the newly opened adapter
8183
@param uuid_list: is a NULL-terminated list of UUIDs to filter. The rule only applies to advertised UUID.
8284
Returned devices would match any of the UUIDs of the list.

0 commit comments

Comments
 (0)