Hi realized that i had no disconnect events on windows. After debugging it i realized that my device was stored as 00000190a0c2 in _deviceMap but doing sender.bluetoothAddress.toString(16) in _onConnectionStatusChanged was only returning 190a0c2
This PR fixes this by appending zeros
Hi realized that i had no disconnect events on windows. After debugging it i realized that my device was stored as
00000190a0c2
in_deviceMap
but doingsender.bluetoothAddress.toString(16)
in_onConnectionStatusChanged
was only returning190a0c2
This PR fixes this by appending zeros