@ledgerhq/hw-transport-node-ble
v6.28.5
Published
Ledger Hardware Wallet Bluetooth BLE transport for Node.js (noble)
Downloads
620
Readme
GitHub, Ledger Devs Discord, Developer Portal
@ledgerhq/hw-transport-node-ble
Ledger Hardware Wallet Bluetooth BLE transport for Node.js (noble)
API
Table of Contents
BluetoothTransport
Extends Transport
TransportNodeBle bluetooth BLE implementation
Parameters
device
DevicewriteCharacteristic
anynotifyObservable
Observable<Buffer>deviceModel
DeviceModel
Examples
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
Are you adding Ledger support to your software wallet?
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.