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