我有一个通过蓝牙将手机连接到电子设备的应用程序。对于redmi note6pro(android9)、三星m21(android10)来说,它运行良好。我的意思是android手机能够接收设备发送的数据包。但是在redmi note8pro(android10)中,它能够建立连接,但不能看到收到的数据。但我能看到下面的信息
java.io.IOException: Broken pipe
at android.net.LocalSocketImpl.writeba_native(Native Method)
at android.net.LocalSocketImpl.access$500(LocalSocketImpl.java:37)
at android.net.LocalSocketImpl$SocketOutputStream.write(LocalSocketImpl.java:147)
at android.bluetooth.BluetoothSocket.write(BluetoothSocket.java:600)
at android.bluetooth.BluetoothOutputStream.write(BluetoothOutputStream.java:76)
at java.io.OutputStream.write(OutputStream.java:75)
谁能让我知道这是有关代码或redmi note pro 8的设置?
暂无答案!
目前还没有任何答案,快来回答吧!