gattlib-py/gattlib/adapter: Update comment

fix-build
Olivier Martin 2024-02-07 17:44:09 +01:00
parent 96407ad763
commit 642556f8b9
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ class Adapter:
"""
Scan for BLE devices
Note: This function is not blocking
@param adapter: is the context of the newly opened adapter
@param uuid_list: is a NULL-terminated list of UUIDs to filter. The rule only applies to advertised UUID.
Returned devices would match any of the UUIDs of the list.