Service and Characteristic Handles #29
Labels
backend: CoreBluetooth
Problem specific to CoreBluetooth
backend: WinRT
Problem specific to WinRT
bug
Something isn't working
The problem
This behavior is a result of this recent bleak pull request. It seems that when a new CBService is initialized before setting the server in motion that the service does not yet own a handle
Reproduction
TEST_HARDWARE=True python -m pytest -s -k server
Desktop
Proposed Solution
Create a BlessGATTServiceCoreBluetooth rather than bleak. This will allow us to get the service created, and potentially handle "handles" later.
The text was updated successfully, but these errors were encountered: