ble-standard-identifiers

1.1.0 • Public • Published

ble-standard-identifiers

The current, publicly published Service, Declarations, Characteristic, and Descriptor IDs.

Usage

Step 1: Look up the description of the ID you want.

Step 2: Perform a lookup.

import { Services, Characteristics, Declarations } from "ble-standard-identifiers";

console.log(Services.id("Generic Access")); // 00001800
console.log(Characteristics.description("00002A06")); // Alert Level
console.log(Declarations.all); // [0x2803, 0x2802, 0x2800, 0x2801]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i ble-standard-identifiers

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • seanmcbeth