Searched refs:RESULT_DISCONNECTED (Results 1 – 1 of 1) sorted by relevance
79 static final int RESULT_DISCONNECTED = 2; field in BluetoothPeripheralHandover277 mHidResult = RESULT_DISCONNECTED; in nextStepDisconnect()284 mHfpResult = RESULT_DISCONNECTED; in nextStepDisconnect()290 mA2dpResult = RESULT_DISCONNECTED; in nextStepDisconnect()302 if (mHidResult == RESULT_DISCONNECTED) { in nextStepDisconnect()313 if (mA2dpResult == RESULT_DISCONNECTED && mHfpResult == RESULT_DISCONNECTED) { in nextStepDisconnect()391 mHfpResult = RESULT_DISCONNECTED; in nextStepConnect()402 mA2dpResult = RESULT_DISCONNECTED; in nextStepConnect()508 mHfpResult = RESULT_DISCONNECTED; in handleIntent()522 mA2dpResult = RESULT_DISCONNECTED; in handleIntent()[all …]