蓝牙BLE ATT剖析(一)
生活随笔
收集整理的這篇文章主要介紹了
蓝牙BLE ATT剖析(一)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一.概述
The attribute protocol allows a device referred to as the server to expose a set?of attributes and their associated values to a peer device referred to as the?
client. These attributes exposed by the server can be discovered, read, and?
written by a client, and can be indicated and notified by the server 屬性協議允許一個設備扮演服務端的角色,其對端的設備扮演客戶端的角色。服務端將屬性及其關聯的值暴露給客戶端。客戶端可以發現、讀、寫這些屬性,服務端可以將這些屬性設置為指示模式(主動將消息發送到客戶端,需要客戶端回應)或通知模式(主動將消息發送到客戶端,不需要客戶端回應)。
二.架構
三.ATT DATA FORMAT
四.PDU總結
1.PUD ID
?2.PDU requst and reponse
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀
總結
以上是生活随笔為你收集整理的蓝牙BLE ATT剖析(一)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: TI-BLE协议栈的GATT
- 下一篇: 蓝牙BLE LINK LAYER剖析(一