We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30e567 commit ca4e0a6Copy full SHA for ca4e0a6
bless/backends/winrt/characteristic.py
@@ -13,6 +13,7 @@
13
GattLocalCharacteristicParameters,
14
GattLocalCharacteristic,
15
GattLocalCharacteristicResult,
16
+ GattCharacteristicProperties,
17
)
18
else:
19
from bleak_winrt.windows.devices.bluetooth.genericattributeprofile import ( # type: ignore # noqa: E501
0 commit comments