Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BluetoothActions

Hierarchy

  • BluetoothActions

Index

Properties

frequency: number

Methods

  • clearState(componentId: string): void
  • Parameters

    • componentId: string

    Returns void

  • connect(deviceName: string): void
  • Parameters

    • deviceName: string

    Returns void

  • enable(): void
  • Returns void

  • read(serviceId: string, characteristicId: string, callback: Function): void
  • Read from a characteristic of a service.

    Parameters

    • serviceId: string
    • characteristicId: string
    • callback: Function

    Returns void

  • write(serviceId: string, characteristicId: string, value: string): void
  • Write to a characteristic of a service.

    Parameters

    • serviceId: string
    • characteristicId: string
    • value: string

    Returns void