yaomu
yaomu
  • 发布:2021-09-23 15:25
  • 更新:2021-09-23 15:25
  • 阅读:385

官方bluetooth使用

分类:Native.js

这个打开蓝牙只能监听蓝牙状态,不能打开手机蓝牙权限吗?调用都是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));
}
});
}

2021-09-23 15:25 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复