$ npm install linux-bluetooth
Get bluetooth state on Linux
$ npm install --save linux-bluetooth
const linuxBluetooth = require('linux-bluetooth'); linuxBluetooth().then(state => { console.log(state); //=> true });
MIT © Kevin Martensson