Hierarchy

  • EventEmitter
    • MultiDeviceBluetoothHeartRateMonitor

Constructors

Properties

devices: Map<string, BluetoothHeartRateDevice> = ...
discoveredDevices: Map<string, BluetoothHeartRateDevice> = ...

Methods

  • Cleans up the resources used by the monitor.

    Returns Promise<void>

  • Parameters

    • deviceId: string

    Returns Promise<void>

  • Returns Promise<void>

  • Stops scanning for Bluetooth heart rate monitors.

    Returns Promise<void>

    If there's an issue stopping the scan.

Events

  • Connects to a Bluetooth heart rate device.

    Parameters

    Returns Promise<boolean>