How to send a hex value in byte array without conversion

前端 未结 0 1443
无人共我
无人共我 2020-12-21 07:42

Context: I want to set the value of a bluetooth characteristic to a byte array.

This code works:

aBytes = new byte[]{03,04,01,01};
mBluetoothGattCharac         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题