Docs | Support

hbldh/bleak

master
8 months, 1 week ago
@dlech Merge pull request #1903 from hbldh/release/v2.1.1 Release/v2.1.1
Server Error.
release/v2.1.1
8 months, 1 week ago
@dlech v2.1.1
Server Error.
develop
8 months, 1 week ago
@dlech tests: add services arg to BleakClient in some tests Add services=[] argument to BleakClient in som
Server Error.
develop
8 months, 1 week ago
@timrid backends/corebluetooth: add helper function for call_soon_threadsafe() Refactor repeated code for c
Server Error.
develop
8 months, 1 week ago
@dlech tests/integration: fix logging.info() Replace incorrect logging.info() with logger.info(). Calling
Server Error.
develop
8 months, 1 week ago
@timrid tests: Basic integrationtests for `BleakClient` Add some basic integration tests for BleakClient.
Server Error.
develop
8 months, 1 week ago
@dlech tests/integration: remove add_default_services() Remove call to add_default_services() in test_issu
Server Error.
develop
8 months, 1 week ago
@dlech github: build_and_test if pyproject.toml changes Add pyproject.toml to the list of paths that trigg
Server Error.
develop
8 months, 1 week ago
@dlech tests/integration: work around Bumble-Linux timeout Add a hack to work around a Bumble missing feat
Server Error.
develop
8 months, 1 week ago
@dlech bleak/backends: remove super().__init__() Remove `super().__init__()`. This was just calling the de
Server Error.
develop
8 months, 1 week ago
@dlech bleak: remove the cli() function Remove the cli() function and `if __name__ == "__main__"` block fr
Server Error.
develop
8 months, 1 week ago
@dlech tree-wide: clean up conditional imports Replace most conditional imports based on Python version wi
Server Error.
develop
8 months, 1 week ago
@dlech tree-wide: replace str.format with f-strings Clean up legacy code by replacing str.format() calls w
Server Error.
develop
8 months, 1 week ago
Server Error.
develop
8 months, 1 week ago
@dlech tests/integration: fix controller logging Replace logging.warning() with logger.debug() in bluez_co
Server Error.