Searched refs:RESULT_PENDING (Results 1 – 1 of 1) sorted by relevance
71 static final int RESULT_PENDING = 0; field in BluetoothPeripheralHandover226 mHidResult = RESULT_PENDING; in nextStepDisconnect()236 mHfpResult = RESULT_PENDING; in nextStepDisconnect()243 mA2dpResult = RESULT_PENDING; in nextStepDisconnect()248 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()264 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()332 mHidResult = RESULT_PENDING; in nextStepConnect()342 mHfpResult = RESULT_PENDING; in nextStepConnect()348 mA2dpResult = RESULT_PENDING; in nextStepConnect()353 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepConnect()[all …]