Companion
object Companion
Functions
Link copied to clipboard
suspend fun connect(context: Context, macAddress: String, scope: CoroutineScope, options: BleGattConnectOptions = BleGattConnectOptions()): ClientBleGatt
suspend fun connect(context: Context, device: ServerDevice, scope: CoroutineScope, options: BleGattConnectOptions = BleGattConnectOptions()): ClientBleGatt
Connects to the specified device. Device is provided using mac address.