wx-bluetooth
v0.0.37
Published
wx bluetooth apis
Readme
wx-bluetooth
$ npm install wx-bluetoothimport { useBluetooth } from 'wx-bluetooth/composables/use-bluetooth';
const { on, off, openAdapter } = useBluetooth({ emits: ['adapter-state-change'] })
// ...