bluetooth.js 174 B

123456789101112
  1. export function initBluetooth{
  2. uni.openBluetoothAdapter({
  3. success:(res)=> {
  4. console.log(res)
  5. },
  6. fail:(res)=>{
  7. uni.showModal({
  8. title:
  9. })
  10. }
  11. })
  12. }