diff --git a/bumble/device.py b/bumble/device.py index 6bc945a..7a7793a 100644 --- a/bumble/device.py +++ b/bumble/device.py @@ -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, )