noble-uwp icon indicating copy to clipboard operation
noble-uwp copied to clipboard

Does noble-uwp emit 'scanStart' / 'scanStop' event?

Open horihiro opened this issue 6 years ago • 1 comments

I executed following codes with noble-uwp.

const noble = require('noble-uwp');
noble.on('scanStart', () => {
  console.log('scanStart');
});
noble.startScanning();

But I couldn't handle scanStart event. Can I get scanStart / scanStop events with noble-uwp?

On the other hand, I could get events with same codes with noble which has scanStart / scanStop events,

horihiro avatar Nov 11 '17 20:11 horihiro

I'm not seeing any scanStart events either. scanStop works fine.

pulquero avatar Dec 28 '18 00:12 pulquero