Compare commits

...

1 Commits

Author SHA1 Message Date
Gilles Boccon-Gibod f6c7cae661 use correct own_address_type when restarting advertising 2023-09-22 10:33:36 -07:00
+3 -1
View File
@@ -2758,7 +2758,9 @@ class Device(CompositeEventEmitter):
self.abort_on(
'flush',
self.start_advertising(
advertising_type=self.advertising_type, auto_restart=True
advertising_type=self.advertising_type,
own_address_type=self.advertising_own_address_type,
auto_restart=True,
),
)