标签: objective-c bluetooth gatt
我们正在通过蓝牙(GATT)从TI SensorTag 2读取值,并且需要解释气压值,该值似乎是四字节值。
尝试了很多在stackoverflow找到的选项后,没有一个能够工作,我希望有人可以提供帮助吗?
这是我们尝试过的一个选项: int theInteger; [characteristic.value getBytes:& theInteger length:sizeof(theInteger)];
欢迎提示!