From b9351f5863712ef67b03c15031ccd116f8d6cf44 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Wed, 28 Aug 2019 06:41:32 +0800 Subject: [PATCH] Update ble.md --- docs/api/system/ble.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/system/ble.md b/docs/api/system/ble.md index f33653b8..04fe45ff 100644 --- a/docs/api/system/ble.md +++ b/docs/api/system/ble.md @@ -1,8 +1,8 @@ **低功耗蓝牙 API 平台差异说明** -|5+App|H5|微信小程序|支付宝小程序|百度小程序| -|:-:|:-:|:-:|:-:|:-:| -|√|x|√|√|x| +|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|x|√|√|x|x|x| ### uni.writeBLECharacteristicValue(OBJECT) @@ -436,4 +436,4 @@ uni.closeBLEConnection({ console.log(res) } }) -``` \ No newline at end of file +``` -- GitLab