diff --git a/zh-cn/application-dev/reference/apis-location-kit/js-apis-geoLocationManager.md b/zh-cn/application-dev/reference/apis-location-kit/js-apis-geoLocationManager.md index fe0de048e99e5d5f73f162de6b66c2cc4134b003..1383633dfa542e8a30b8835fa406349edc7e6fa1 100644 --- a/zh-cn/application-dev/reference/apis-location-kit/js-apis-geoLocationManager.md +++ b/zh-cn/application-dev/reference/apis-location-kit/js-apis-geoLocationManager.md @@ -2469,6 +2469,8 @@ on(type: 'bluetoothScanResultChange', callback: Callback<BluetoothScanResult& 订阅蓝牙扫描信息上报事件,使用callback异步回调。 + + 本API会启动蓝牙扫描,为了避免产生较多功耗,需要开发者在适当的时机调用 [geoLocationManager.off('bluetoothScanResultChange')](#geolocationmanageroffbluetoothscanresultchange16)接口停止蓝牙扫描。 当前仅支持扫描BLE设备。