export function initBluetooth{ uni.openBluetoothAdapter({ success:(res)=> { console.log(res) }, fail:(res)=>{ uni.showModal({ title: }) } }) }