forked from auracaster/bumble_mirror
fix incorrect var reference
This commit is contained in:
@@ -2184,7 +2184,7 @@ class Device(CompositeEventEmitter):
|
|||||||
# controller.
|
# controller.
|
||||||
await self.send_command(
|
await self.send_command(
|
||||||
HCI_LE_Remove_Advertising_Set_Command(
|
HCI_LE_Remove_Advertising_Set_Command(
|
||||||
advertising_handle=advertising_data
|
advertising_handle=advertising_handle
|
||||||
),
|
),
|
||||||
check_result=False,
|
check_result=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user