Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java111 boolean mIsA2dpAvailable; field in BluetoothPeripheralHandover
140 mIsA2dpAvailable = hasA2dpCapability(uuids, btClass); in BluetoothPeripheralHandover()
144 if (!mIsHeadsetAvailable && !mIsA2dpAvailable) { in BluetoothPeripheralHandover()
146 mIsA2dpAvailable = true; in BluetoothPeripheralHandover()
243 mIsA2dpAvailable = false; in nextStepInit()
245 if (!mIsHeadsetAvailable && !mIsA2dpAvailable) { in nextStepInit()
253 if (mIsA2dpAvailable) { in nextStepInit()
397 if (mIsA2dpAvailable) { in nextStepConnect()