Searched refs:mProfilesConnected (Results 1 – 2 of 2) sorted by relevance
106 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties881 if (mProfilesConnected > 0) { in updateCountersAndCheckForConnectionStateChange()882 mProfilesConnected--; in updateCountersAndCheckForConnectionStateChange()884 Log.e(TAG, "mProfilesConnected " + mProfilesConnected); in updateCountersAndCheckForConnectionStateChange()904 return (mProfilesConnected == 0 && mProfilesConnecting == 1); in updateCountersAndCheckForConnectionStateChange()907 mProfilesConnected++; in updateCountersAndCheckForConnectionStateChange()908 return (mProfilesConnected == 1); in updateCountersAndCheckForConnectionStateChange()912 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()915 return (mProfilesConnected == 0 && mProfilesConnecting == 0); in updateCountersAndCheckForConnectionStateChange()1184 mProfilesConnected = 0; in onBluetoothReady()
147 private int mProfilesConnected, mProfilesDisconnecting; field in ScanManager1984 if (mProfilesConnected > 0) { in updateCountersAndCheckForConnectingState()1985 mProfilesConnected--; in updateCountersAndCheckForConnectingState()1987 Log.e(TAG, "mProfilesConnected " + mProfilesConnected); in updateCountersAndCheckForConnectingState()2007 mProfilesConnected++; in updateCountersAndCheckForConnectingState()2021 + mProfilesConnected in updateCountersAndCheckForConnectingState()