node-bluez
v1.0.0
Published
node bluetooth controller for linux
Downloads
5
Readme
Node-BlueZ
A libary to deal with bluetooth on linux
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
| Param | Type | Description | | --- | --- | --- | | name | string | The name of the device to disconnect from |
disconnect(name)
Disconnect from a bluetooth device.
Kind: global function
| Param | Type | Description | | --- | --- | --- | | name | string | The name of the device to disconnect from |
on()
Turn on bluetooth.
Kind: global function
off()
Turn off bluetooth.
Kind: global function