Searched refs:bondingFlow (Results 1 – 1 of 1) sorted by relevance
56 fun bondingFlow(context: Context, peer: BluetoothDevice, state: Int): Flow<Intent> { in bondingFlow() method332 val flow = bondingFlow(mContext, remoteDevice, BluetoothDevice.BOND_BONDED) in bondDevice()345 val flow = bondingFlow(mContext, deviceToRemove, BluetoothDevice.BOND_NONE) in removeBondIfBonded()