DisConnectBT
断开和BLE外设的连接,前提条件是已经和BLE外设连接
DisConnectBT()
示例代码
var obj = api.require('btmodule');
obj.DisConnectBT();
补充说明
调用此接口前确保已经连接
可用性
Android系统,需设备支持蓝牙4.0且安卓版本在4.3以上
可提供的1.0.0及更高版本
断开和BLE外设的连接,前提条件是已经和BLE外设连接
DisConnectBT()
var obj = api.require('btmodule');
obj.DisConnectBT();
调用此接口前确保已经连接
Android系统,需设备支持蓝牙4.0且安卓版本在4.3以上
可提供的1.0.0及更高版本