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