蓝牙mesh- Features和设备类型
生活随笔
收集整理的這篇文章主要介紹了
蓝牙mesh- Features和设备类型
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
目錄
1、Features簡介
2、Feature操作
3、設備類型
1、Features簡介
節點的功能由它們所支持的features決定(節點可以選擇支持一個或多個features)。所有節點都具有傳輸和接收mesh消息的能力。
藍牙mesh一共有4種Features:
| Features | 描述 |
| Relay feature | 具有通過advertising bearer接收和重新傳輸mesh消息的能力,以支持更大的網絡。 |
| Proxy feature | 能夠接收和轉發GATT?和advertising bearers之間的mesh消息。 |
| Low Power feature | 與支持Friend feature的節點一起,才能在mesh網絡中以顯著降低接收方占空比的能力。 |
| Friend feature | 通過存儲針對這些節點的消息來幫助支持LPN節點進行操作的能力。 |
2、Feature操作
支持某個feature的節點可以啟用或禁用該feature,當啟用該feature時,可以使用或不使用該feature。
| feature | 說明 |
| Relay?feature | 支持Relay feature的節點可能禁用了此功能,但它仍然支持Relay feature,只是它沒有執行該feature所需的功能。 |
| Proxy?feature | 支持Proxy feature的節點可能禁用了該功能,但它仍然支持Proxy feature,只是它沒有執行該feature所需的功能。 |
| Low Power feature | 支持Low Power feature的節點不能禁用此功能,必須與支持Friend?feature的另一個節點建立friendship?,然后才能使用Low Power feature來減少接收端占空比。 |
| Friend feature | 支持Friend feature的節點可能禁用了此功能,但它仍然支持Friend feature,只是它沒有執行該feature所需的功能。 |
3、設備類型
| 設備類型 | 說明 |
| Relay?Node | 支持Relay feature并啟用Relay feature的節點稱為Relay 節點。 |
| Proxy Node | 支持Proxy feature并啟用Proxy feature的節點稱為Proxy 節點。 |
| Low Power Node | 支持Low Power feature并與支持Friend feature的節點建立friendship?的節點稱為Low Power 節點。 |
| Friend Node | 支持Friend feature的節點啟用了Friend feature,并且與支持Low Power feature的節點建立了friendship?,則稱為Friend 節點。 |
總結
以上是生活随笔為你收集整理的蓝牙mesh- Features和设备类型的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Nginx正则表达式与location匹
- 下一篇: 【tkinter】用不到50行Pytho