Merge pull request #484 from google/gbg/quick-fix-002

fix incorrect var reference
This commit is contained in:
Gilles Boccon-Gibod
2024-05-13 16:11:42 -07:00
committed by GitHub

View File

@@ -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,
)