解释OBD2服务和特性Swift4

时间:2018-06-28 19:28:24

标签: swift bluetooth-lowenergy swift4 core-bluetooth obd-ii

我正在创建一个连接到VEEPEAK BLE设备的应用程序,该设备读取车辆指标,例如MPH,RPM和其他属性。我可以使用CoreBluetooth连接到设备,并可以查看设备的服务和特征。我的问题是我找不到引用这些代码的任何文档或GAAT表。下面是我的控制台的打印输出,显示了我正在发现的各种UUID。

Optional("VEEPEAK") has service with uuid 180A
Optional("VEEPEAK") has service with uuid 49535343-FE7D-4AE5-8FA9- 
9FAFD205E455
Optional("VEEPEAK") has service with uuid FFF0
service with uuid 180A has characteristic with uuid 2A29
service with uuid 180A has characteristic with uuid 2A24
service with uuid 180A has characteristic with uuid 2A25
service with uuid 180A has characteristic with uuid 2A27
service with uuid 180A has characteristic with uuid 2A26
service with uuid 180A has characteristic with uuid 2A28
service with uuid 180A has characteristic with uuid 2A23
service with uuid 180A has characteristic with uuid 2A2A
service with uuid 49535343-FE7D-4AE5-8FA9-9FAFD205E455 has 
characteristic with uuid 49535343-6DAA-4D02-ABF6-19569ACA69FE
service with uuid 49535343-FE7D-4AE5-8FA9-9FAFD205E455 has 
characteristic with uuid 49535343-ACA3-481C-91EC-D85E28A60318
service with uuid FFF0 has characteristic with uuid FFF1
service with uuid FFF0 has characteristic with uuid FFF2

我如何解释这些代码以检索所需的信息?

0 个答案:

没有答案