diff --git a/bumble/device.py b/bumble/device.py index 10ce28a..9fd8aac 100644 --- a/bumble/device.py +++ b/bumble/device.py @@ -2184,7 +2184,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, )