🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-transport-node-ble

Package Overview
Dependencies
Maintainers
7
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-transport-node-ble

Ledger Hardware Wallet Bluetooth BLE transport for Node.js (noble)

6.28.5
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
7
Weekly downloads
 
Created
Source

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 Device
  • writeCharacteristic any
  • notifyObservable Observable<Buffer>
  • deviceModel DeviceModel

Examples

import BluetoothTransport from "@ledgerhq/hw-transport-node-ble";

exchange

communicate with a BLE transport

Parameters

Returns Promise<Buffer>

isSupported

Returns Promise<boolean>

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.

Keywords

Ledger

FAQs

Package last updated on 19 Mar 2024

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