UNPKG

@tanislav000/bluez

Version:

Bluez5 D-Bus bindings for easy to use bluetooth access in Node.js

17 lines (16 loc) 475 B
import { Bluez } from "./bluez"; import * as Dbus from "./dbus"; import * as Utils from "./utilts"; export * from "./bluez"; export * from "./adapter"; export * from "./agent"; export * from "./simpleAgent"; export * from "./device"; export * from "./gattService"; export * from "./gattCharacteristic"; export * from "./gattDescriptor"; export * from "./profile"; export * from "./serialProfile"; export * from "./mediaControl"; export { Dbus, Utils }; export default Bluez;