Ledger Hardware Wallet Bluetooth BLE transport for Node.js (noble)
npm install @ledgerhq/hw-transport-node-ble
GitHub,
Ledger Devs Discord,
Developer Portal
Ledger Hardware Wallet Bluetooth BLE transport for Node.js (noble)
#### Table of Contents
- BluetoothTransport
- Parameters
- Examples
- exchange
- Parameters
- isSupported
- availability
- listen
- Parameters
- open
- Parameters
- disconnect
- Parameters
Extends Transport
TransportNodeBle bluetooth BLE implementation
#### Parameters
- device Device
- writeCharacteristic any
- notifyObservable Observable<Buffer>
- deviceModel DeviceModel
#### Examples
``javascript`
import BluetoothTransport from "@ledgerhq/hw-transport-node-ble";
#### exchange
communicate with a BLE transport
##### Parameters
- apdu Buffer
#### isSupported
#### availability
#### listen
Scan for bluetooth Ledger devices
##### Parameters
- observer any
#### open
Open a BLE transport
##### Parameters
- deviceOrId any
#### disconnect
Globally disconnect a BLE device by its ID
##### Parameters
- id` any
---
You may be using this package to open a Bluetooth connexion between your web application and the device.
For a smooth and quick integration:
- See the developers’ documentation on the Developer Portal and
- Go on Discord to chat with developer support and the developer community.
---