Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverBzH committed Dec 12, 2023
1 parent 2cbe8a8 commit 11460c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bumble/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,6 @@ async def reset(self, driver_factory=drivers.get_driver_for_host):
await self.send_command(HCI_Reset_Command(), check_result=True)
self.ready = True

if self.ready:
self.ready = False
await self.flush()

await self.send_command(HCI_Reset_Command(), check_result=True)
self.ready = True

response = await self.send_command(
HCI_Read_Local_Supported_Commands_Command(), check_result=True
)
Expand Down

0 comments on commit 11460c8

Please sign in to comment.