Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 01-BLE接入介绍.md #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ble/01-BLE接入介绍.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

​根据产品的安全等级、是否支持Mesh等特性,平台提供三种不同的接入方式:标准BLE接入、高安全级BLE接入、BLE Mesh接入。三种接入方式各有特点,平台会提供相应的固件端软硬件支持,完成设备的认证,帮助产品接入到米家APP中。

​对于普通安全级别的产品,如温湿度传感器,可采用标准LE方式接入,无须提前烧写预置安全秘钥或增加安全芯片,开发更便捷。
​对于普通安全级别的产品,如温湿度传感器,可采用标准BLE方式接入,无须提前烧写预置安全秘钥或增加安全芯片,开发更便捷。

​对于高安全级别的产品,如蓝牙智能门锁,可采用高安全级BLE方式接入,必须搭配安全芯片使用,同时配合pin code OOB认证。

Expand Down