Version: 1.xTaro.onBluetoothAdapterStateChange(CALLBACK)使用方式同 wx.onBluetoothAdapterStateChange。示例代码#import Taro from '@tarojs/taro' Taro.onBluetoothAdapterStateChange(res => { console.log(`adapterState changed, now is`, res)})Copy