0.0.7 • Published 6 years ago

@cdmnky/hci-bindings v0.0.7

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

hci-bindings for bleno that support Out-Of-Band (OOB) key exchange pairing.

const Bindings = require('@cdmnky/hci-bindings');
const Bleno = require('@cdmnky/bleno');

let bindings = new Bindings({smp: { oob: true, oobKey: Buffer(16)}});

let bleno = new Bleno(bindings);

// use bleno normally
0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago