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