tonlee
Results
2
comments of
tonlee
I had the same issue via buying Dota items on Steam Deck. This is a bug when click "Authorize". I can only buy items via PC (not Steam Deck).
@inventivemedia I resolved my problem. Just add requestMTU (Only on Android) before startNotification then it worked :D ``` BleManager.requestMTU(chosenPeripheral, 512) then BleManager.startNotification ``` Thank you @marcosinigaglia