Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java106 int mA2dpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING field in BluetoothPeripheralHandover
289 mA2dpResult = RESULT_PENDING; in nextStepDisconnect()
292 mA2dpResult = RESULT_DISCONNECTED; in nextStepDisconnect()
294 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
310 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
314 if (mA2dpResult == RESULT_DISCONNECTED && mHfpResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
398 mA2dpResult = RESULT_PENDING; in nextStepConnect()
401 mA2dpResult = RESULT_DISCONNECTED; in nextStepConnect()
404 mA2dpResult = RESULT_CONNECTED; in nextStepConnect()
406 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepConnect()
[all …]