0.0.7 • Published 7 years ago

@cdmnky/hci-bindings v0.0.7

Weekly downloads
1
License
-
Repository
-
Last release
7 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

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago