Skip to content

Commit

Permalink
feat: use bleak service cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vanstinator committed Sep 17, 2022
1 parent e9011e0 commit fcb9fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions melnor_bluetooth/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ async def connect(self, retry_attempts=4) -> None:
name=self._mac,
disconnected_callback=self.disconnected_callback,
max_attempts=retry_attempts,
use_services_cache=True,
)

self._is_connected = True
Expand Down

0 comments on commit fcb9fd5

Please sign in to comment.