Searched refs:mHfpResult (Results 1 – 1 of 1) sorted by relevance
105 int mHfpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING field in BluetoothPeripheralHandover282 mHfpResult = RESULT_PENDING; in nextStepDisconnect()284 mHfpResult = 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()387 mHfpResult = RESULT_PENDING; in nextStepConnect()391 mHfpResult = RESULT_DISCONNECTED; in nextStepConnect()394 mHfpResult = RESULT_CONNECTED; in nextStepConnect()407 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepConnect()[all …]