虽然我的代码已在我的Android手机上成功运行,但是 我仍然不明白以下的事情..
当我查看sdp.c文件时,我发现有一些值,例如:
HIDParserVersion
//HIDParserVersion 0x0201 uint16 mandatory 4.3.2
static const uint16_t attr_parser_version = 0x0111;
我了解 0x201 是其属性ID, 0x0111 是其属性值。
但是,我不明白为什么它必须是 0x0111 作为其属性值
还有一个例子是它的子类是 0xcc 。
有人能告诉我:这些值的定义在哪里?
谢谢
答案 0 :(得分:1)
请参阅“人机接口设备配置文件”部分中的属性列表 https://www.bluetooth.org/Technical/AssignedNumbers/service_discovery.htm
查看详细信息,包括例如来自https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=246761的“HID_SPEC_V11.pdf”(通过https://www.bluetooth.org/Technical/Specifications/adopted.htm)