mirror of
https://github.com/google/bumble.git
synced 2026-05-09 04:08:02 +00:00
gatt: reset args ordering to original
This was a breaking change
This commit is contained in:
@@ -212,8 +212,8 @@ class Service(Attribute):
|
|||||||
self,
|
self,
|
||||||
uuid,
|
uuid,
|
||||||
characteristics: List[Characteristic],
|
characteristics: List[Characteristic],
|
||||||
included_services: List[Service] = [],
|
|
||||||
primary=True,
|
primary=True,
|
||||||
|
included_services: List[Service] = [],
|
||||||
):
|
):
|
||||||
# Convert the uuid to a UUID object if it isn't already
|
# Convert the uuid to a UUID object if it isn't already
|
||||||
if isinstance(uuid, str):
|
if isinstance(uuid, str):
|
||||||
|
|||||||
Reference in New Issue
Block a user