diff --git a/core/src/bluetooth.py b/core/src/bluetooth.py index 44911257b..7c58a6d39 100644 --- a/core/src/bluetooth.py +++ b/core/src/bluetooth.py @@ -14,7 +14,7 @@ class BleInterfaceExternal: return 17 def write(self, msg: bytes) -> int: - return ble.write_int(self, msg) + return ble.write_ext(self, msg) # interface used for trezor wire protocol