monteslu / ble-serial

a node-serialport implementation using BLE for sending and receiving serial data.
17 stars 5 forks source link

Peripheral filter #10

Open ClintH opened 6 years ago

ClintH commented 6 years ago

Added optional 'filter' parameter to constructor to allow callee to ignore devices they don't want to connect to. The default behaviour is for the first available device to be used, as it was before.