@psdk/device-ble-wechat
v0.7.15
Published
psdk - device ble with wechat
Readme
@psdk/device-ble-wechat
npm i @psdk/device-ble-wechatHow to use
const bluetooth = new WechatBleBluetooth({});
bluetooth.discovered(async (devices) => {
// ...
});
await bluetooth.startDiscovery();