homekit_python icon indicating copy to clipboard operation
homekit_python copied to clipboard

BLE: if decrypt fails during request, the returned value is not handled correctly

Open kvaellning opened this issue 3 years ago • 0 comments

BLE controller implementation ble_impl/__init__.py:574 returns an empty dict on error, but otherwise a tlv (ble_impl/__init__.py:601). This leads to an AttributeError in ble_impl/__init__.py:200.

kvaellning avatar Feb 28 '22 09:02 kvaellning