connect

abstract suspend fun connect(deviceAddress: BluetoothDeviceAddress)

Connects to a specific Bluetooth device which is registered to BluetoothDeviceAddress. BluetoothConnectivityStatus.connectionState will be updated for the device entry in deviceInformation.

Parameters

deviceAddress

The address of the device to connect to.