Bluetooth icon indicating copy to clipboard operation
Bluetooth copied to clipboard

关于收发数据的问题

Open Zheng-Shuo opened this issue 4 years ago • 0 comments

作者你好,请问一下我如果只使用readme中提到的"方式二:原始数据收发"的话还需要实现Protocol相关的东西吗?我现在只OnBluetoothTransmitListener的话在收到数据的时候会报错如下: java.lang.NullPointerException: Attempt to invoke virtual method 'com.stag.bluetooth.protocol.ParseResult com.stag.bluetooth.protocol.Protocol.parse(byte[])' on a null object reference at com.stag.bluetooth.BluetoothTransfer$2.run(BluetoothTransfer.java:158) 我只想接收原始数据的情况下应该如何处理呢,请作者帮忙谢谢。

Zheng-Shuo avatar Jan 05 '21 05:01 Zheng-Shuo