🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-bluez

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-bluez

node bluetooth controller for linux

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Node-BlueZ

A libary to deal with bluetooth on linux

getDevices()

Get all devices that can be paired with.

connect(name)

Connect to a bluetooth enabled device.

disconnect(name)

Disconnect from a bluetooth device.

on()

Turn on bluetooth.

off()

Turn off bluetooth.

nodeBluez

Kind: global variable
Version: 1.0.0
Author: Dark System

getDevices()

Get all devices that can be paired with.

Kind: global function

connect(name)

Connect to a bluetooth enabled device.

Kind: global function

ParamTypeDescription
namestringThe name of the device to disconnect from

disconnect(name)

Disconnect from a bluetooth device.

Kind: global function

ParamTypeDescription
namestringThe name of the device to disconnect from

on()

Turn on bluetooth.

Kind: global function

off()

Turn off bluetooth.

Kind: global function

FAQs

Package last updated on 10 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts