From 3e7b57f7a190abd24503316067dab227d77aec5d Mon Sep 17 00:00:00 2001 From: qiang014 Date: Mon, 6 Dec 2021 07:24:16 +0000 Subject: [PATCH] update docs/api/README.md. --- docs/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/README.md b/docs/api/README.md index c35196c61..64a0b9b64 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -432,7 +432,7 @@ uni.addInterceptor({ |[uni.readBLECharacteristicValue](/api/system/ble?id=readblecharacteristicvalue)|读取低功耗蓝牙设备的特征值的二进制数据值| |[uni.onBLEConnectionStateChange](/api/system/ble?id=onbleconnectionstatechange)|监听低功耗蓝牙连接状态的改变事件| |[uni.onBLECharacteristicValueChange](/api/system/ble?id=onblecharacteristicvaluechange)|监听低功耗蓝牙设备的特征值变化事件| -|[uni.notifyBLECharacteristicValueChange](/api/system/ble?id=notifyblecharacteristicvaluechange)|启用(或关闭)低功耗蓝牙设备特征值变化时的 notify 功能| +|[uni.notifyBLECharacteristicValueChange](/api/system/ble?id=notifyblecharacteristicvaluechange)|启用蓝牙低功耗设备特征值变化时的 notify 功能,订阅特征| |[uni.getBLEDeviceServices](/api/system/ble?id=getbledeviceservices)|获取蓝牙设备所有服务(service)| |[uni.getBLEDeviceCharacteristics](/api/system/ble?id=getbledevicecharacteristics)|获取蓝牙设备某个服务中所有特征值(characteristic)| |[uni.createBLEConnection](/api/system/ble?id=createbleconnection)|连接低功耗蓝牙设备| -- GitLab