Searched refs:mA2dpResult (Results 1 – 1 of 1) sorted by relevance
106 int mA2dpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING field in BluetoothPeripheralHandover288 mA2dpResult = RESULT_PENDING; in nextStepDisconnect()290 mA2dpResult = RESULT_DISCONNECTED; in nextStepDisconnect()292 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()309 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()313 if (mA2dpResult == RESULT_DISCONNECTED && mHfpResult == RESULT_DISCONNECTED) { in nextStepDisconnect()398 mA2dpResult = RESULT_PENDING; in nextStepConnect()402 mA2dpResult = RESULT_DISCONNECTED; in nextStepConnect()405 mA2dpResult = RESULT_CONNECTED; in nextStepConnect()407 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepConnect()[all …]