gpt4 book ai didi

ios - iPhone BLE/GATT 接口(interface)

转载 作者:行者123 更新时间:2023-11-28 20:52:17 27 4
gpt4 key购买 nike

我正在为 Node JS 开发 BLE 库。我发现了我自己的 iPhone,我发现了以下 GATT 服务和特征:

service d0611e78bbb44591a5f8487910ae4366
characteristic { uuid: '8667556c9a374c9184ed54ee27d90049',
props: [ 'write', 'notify', 'extendedProperties' ] }

service 9fa480e0496745429390d343dc5d04ae
characteristic { uuid: 'af0badb15b9943cd917aa77bc549e3cc',
props: [ 'write', 'notify', 'extendedProperties' ] }

service 180f
characteristic { uuid: '2a19', props: [ 'read', 'notify' ] }

service 1805
characteristic { uuid: '2a2b', props: [ 'read', 'notify' ] }
characteristic { uuid: '2a0f', props: [ 'read' ] }

service 180a
characteristic { uuid: '2a29', props: [ 'read' ] }
characteristic { uuid: '2a24', props: [ 'read' ] }

现在我想知道他们做了什么。是否有任何文档/规范?我通过谷歌搜索找不到太多内容。

最佳答案

对于 16 位标准/注册服务,您需要 GATT Services列表。

180f 是电池服务。

1805 是当前时间服务。

180a 是设备信息。

长格式(128 位)服务是自定义的、未注册的服务。

d0611e78bbb44591a5f8487910ae4366 是 Apple 连续性服务。

我不知道 9fa480e0496745429390d343dc5d04ae 是什么。

关于ios - iPhone BLE/GATT 接口(interface),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57112234/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com