这个打开蓝牙只能监听蓝牙状态,不能打开手机蓝牙权限吗?调用都是fail如果手机蓝牙没有开启
// 打开蓝牙模块
function openBluetoothAdapter(){
plus.bluetooth.openBluetoothAdapter({
success:function(e){
console.log('open success: '+JSON.stringify(e));
},
fail:function(e){
console.log('open failed: '+JSON.stringify(e));
}
});
}
yaomu
- 发布:2021-09-23 15:25
- 更新:2021-09-23 15:25
- 阅读:433
官方bluetooth使用
分类:Native.js
0 个回复