Skip to main content

Function: BluetoothConnectionMonitor()

BluetoothConnectionMonitor(props): null

Defined in: lib/bluetooth/BluetoothConnectionMonitor.tsx:15

A component that monitors Bluetooth Low Energy (BLE) connections. It handles both automatic disconnection events and periodic connection checks.

Parameters

props

Component props

checkEveryMs?

number = 3000

Interval in milliseconds for checking connection status

Returns

null

This component doesn't render anything