@iotize/device-com-ble.cordova
Version:
Bluetooth Low Energy (BLE) for IoTize modules Plugin
6 lines (5 loc) • 398 B
TypeScript
export { BLEComProtocol } from "./lib/ble-com-protocol";
export { CordovaCharacteristicAdapter, CordovaPeripheralAdapter, CordovaServiceAdapter, } from "./lib/cordova-service-adapter";
export { CordovaBLEScanResult, RequestDeviceOptions } from "./lib/definitions";
export { BLEScanner } from "./lib/scanner";
export { getIoTizeBleCordovaPlugin, getScanRecordsFromBytes } from "./lib/utility";