Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DSecurity.kt154 suspend fun waitBondIntent(bluetoothDevice: BluetoothDevice): Int { in <lambda>() method in com.android.pandora.Security
175 val bondState = waitBondIntent(bluetoothDevice) in <lambda>()
195 val bondState = waitBondIntent(bluetoothDevice) in <lambda>()
DHost.kt250 suspend fun waitBondIntent(bluetoothDevice: BluetoothDevice) { in waitBondIntent() method
276 waitBondIntent(bluetoothDevice) in acceptPairingAndAwaitBonded()