@tanislav000/bluez
Version:
Bluez5 D-Bus bindings for easy to use bluetooth access in Node.js
8 lines • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GattDescriptor = void 0;
const GattDescriptor1_1 = require("./dbus/GattDescriptor1");
class GattDescriptor extends GattDescriptor1_1.OrgBluezGattDescriptor1 {
}
exports.GattDescriptor = GattDescriptor;
//# sourceMappingURL=gattDescriptor.js.map