UNPKG

@nebulae/angular-ble

Version:

A Web Bluetooth (Bluetooth Low Energy) module for angular (v2+)

27 lines (26 loc) 710 B
export declare const GattServices: { GENERIC_ACCESS: { SERVICE: string; DEVICE_NAME: string; APPEARANCE: string; PRIVACY_FLAG: string; RECONNECTION_ADDRESS: string; PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS: string; }; BATTERY: { SERVICE: string; BATTERY_LEVEL: string; }; DEVICE_INFORMATION: { SERVICE: string; MANUFACTURER_NAME: string; MODEL_NUMBER: string; SERIAL_NUMBER: string; HARDWARE_REVISION: string; FIRMWARE_REVISION: string; SOFTWARE_REVISION: string; SYSTEM_ID: string; PNP_ID: string; }; }; export declare const GATT_SERVICES: any[];