forked from auracaster/bumble_mirror
run linter
This commit is contained in:
@@ -380,8 +380,12 @@ class LegacyAdvertiser:
|
|||||||
# Set the advertising parameters
|
# Set the advertising parameters
|
||||||
await self.device.send_command(
|
await self.device.send_command(
|
||||||
hci.HCI_LE_Set_Advertising_Parameters_Command(
|
hci.HCI_LE_Set_Advertising_Parameters_Command(
|
||||||
advertising_interval_min=int(self.device.advertising_interval_min / 0.625),
|
advertising_interval_min=int(
|
||||||
advertising_interval_max=int(self.device.advertising_interval_max / 0.625),
|
self.device.advertising_interval_min / 0.625
|
||||||
|
),
|
||||||
|
advertising_interval_max=int(
|
||||||
|
self.device.advertising_interval_max / 0.625
|
||||||
|
),
|
||||||
advertising_type=int(self.advertising_type),
|
advertising_type=int(self.advertising_type),
|
||||||
own_address_type=self.own_address_type,
|
own_address_type=self.own_address_type,
|
||||||
peer_address_type=self.peer_address.address_type,
|
peer_address_type=self.peer_address.address_type,
|
||||||
|
|||||||
Reference in New Issue
Block a user