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