Skip to main content

Function: BluetoothConnectionButton()

BluetoothConnectionButton(props): Element

Defined in: lib/bluetooth/BluetoothConnectionButton.tsx:24

A button component for initiating Bluetooth connections. Displays a Bluetooth icon and customizable text label.

Parameters

props

BluetoothConnectionButtonProps & Omit<PressableProps & RefAttributes<View>, "ref"> & VariantProps<(props?) => string>

The component props.

Returns

Element

A button component with Bluetooth icon and text.