Searched refs:mProfilesConnected (Results 1 – 1 of 1) sorted by relevance
87 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties680 if (mProfilesConnected > 0) { in updateCountersAndCheckForConnectionStateChange()681 mProfilesConnected--; in updateCountersAndCheckForConnectionStateChange()683 Log.e(TAG, "mProfilesConnected " + mProfilesConnected); in updateCountersAndCheckForConnectionStateChange()703 return (mProfilesConnected == 0 && mProfilesConnecting == 1); in updateCountersAndCheckForConnectionStateChange()706 mProfilesConnected++; in updateCountersAndCheckForConnectionStateChange()707 return (mProfilesConnected == 1); in updateCountersAndCheckForConnectionStateChange()711 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()714 return (mProfilesConnected == 0 && mProfilesConnecting == 0); in updateCountersAndCheckForConnectionStateChange()903 mProfilesConnected = 0; in onBluetoothReady()