acceptPairing

abstract suspend fun acceptPairing(deviceAddress: BluetoothDeviceAddress, pairingDetails: BluetoothPairingDetails): Boolean

Provides the currently running pairing process with the required pairingDetails for the Bluetooth device which is registered to deviceAddress, so the process can be finalised successfully.

  • @return true when the acceptance of the pairing request has been confirmed successfully, 'false' otherwise.