From 642556f8b92aa0f1ac23c27f76fb96cf4f533119 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Wed, 7 Feb 2024 17:44:09 +0100 Subject: [PATCH] gattlib-py/gattlib/adapter: Update comment --- gattlib-py/gattlib/adapter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gattlib-py/gattlib/adapter.py b/gattlib-py/gattlib/adapter.py index 0de72c5..03437aa 100644 --- a/gattlib-py/gattlib/adapter.py +++ b/gattlib-py/gattlib/adapter.py @@ -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.