UNPKG

@iotize/device-com-ble.cordova

Version:

Bluetooth Low Energy (BLE) for IoTize modules Plugin

7 lines (6 loc) 268 B
import { IoTizeBleCordovaPlugin } from "./iotize-ble-cordova-plugin"; export declare function getIoTizeBleCordovaPlugin(): IoTizeBleCordovaPlugin; export declare function getScanRecordsFromBytes(bytes: Uint8Array): { type: number; data: Uint8Array; }[];