Merge pull request #192 from google/uael/gatt-fixes

gatt: reset args ordering to original
This commit is contained in:
Lucas Abel
2023-05-23 06:40:51 +02:00
committed by GitHub
+1 -1
View File
@@ -212,8 +212,8 @@ class Service(Attribute):
self,
uuid,
characteristics: List[Characteristic],
included_services: List[Service] = [],
primary=True,
included_services: List[Service] = [],
):
# Convert the uuid to a UUID object if it isn't already
if isinstance(uuid, str):