Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/182.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在android中解析从BLE设备接收的字节数据_Android_Bluetooth Lowenergy - Fatal编程技术网

如何在android中解析从BLE设备接收的字节数据

如何在android中解析从BLE设备接收的字节数据,android,bluetooth-lowenergy,Android,Bluetooth Lowenergy,我有信标连接到我的android设备。为此,我读取17个字节的值,这17个字节表示特定的数据,如湿度、温度等。因此,我要解析它们,并将它们转换为标准格式。

我有信标连接到我的android设备。为此,我读取17个字节的值,这17个字节表示特定的数据,如湿度、温度等。因此,我要解析它们,并将它们转换为标准格式。