mirror of
https://github.com/google/bumble.git
synced 2026-05-09 04:08:02 +00:00
use correct own_address_type when restarting advertising
This commit is contained in:
@@ -2758,7 +2758,9 @@ class Device(CompositeEventEmitter):
|
|||||||
self.abort_on(
|
self.abort_on(
|
||||||
'flush',
|
'flush',
|
||||||
self.start_advertising(
|
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,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user