# linux-bluetooth **Repository Path**: mirrors_kevva/linux-bluetooth ## Basic Information - **Project Name**: linux-bluetooth - **Description**: Get bluetooth state on Linux - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux-bluetooth [![Build Status](https://travis-ci.org/kevva/linux-bluetooth.svg?branch=master)](https://travis-ci.org/kevva/linux-bluetooth) > Get bluetooth state on Linux ## Install ``` $ npm install --save linux-bluetooth ``` ## Usage ```js const linuxBluetooth = require('linux-bluetooth'); linuxBluetooth().then(state => { console.log(state); //=> true }); ``` ## License MIT © [Kevin Martensson](http://github.com/kevva)