abandonware / bleno

A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals
https://mastodon.social/@rzr/106068437787315146#bleno
MIT License
150 stars 52 forks source link

Documentation Update #9

Open GimpMaster opened 4 years ago

GimpMaster commented 4 years ago

Not sure if you really want me to create a pull request, but on the Events for Disconnect you have.

Disconnect bleno.on('disconnect', callback(clientAddress)); // Linux only

However disconnect did fire for me just fine on Windows.