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