Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DRfcommTest.kt56 fun bondingFlow(context: Context, peer: BluetoothDevice, state: Int): Flow<Intent> { in bondingFlow() method
332 val flow = bondingFlow(mContext, remoteDevice, BluetoothDevice.BOND_BONDED) in bondDevice()
345 val flow = bondingFlow(mContext, deviceToRemove, BluetoothDevice.BOND_NONE) in removeBondIfBonded()