Home
last modified time | relevance | path

Searched refs:waitPairingRequestIntent (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt219 private suspend fun waitPairingRequestIntent(bluetoothDevice: BluetoothDevice) { in waitPairingRequestIntent() method
275 val acceptPairingJob = scope.launch { waitPairingRequestIntent(bluetoothDevice) } in acceptPairingAndAwaitBonded()