Searched refs:mConnectedProfiles (Results 1 – 2 of 2) sorted by relevance
190 if (newBtRoute.mConnectedProfiles.size() > 0) { in buildBluetoothRoutes()295 newBtRoute.mConnectedProfiles = new SparseBooleanArray(); in createBluetoothRoute()297 newBtRoute.mConnectedProfiles.put(BluetoothProfile.A2DP, true); in createBluetoothRoute()301 newBtRoute.mConnectedProfiles.put(BluetoothProfile.HEARING_AID, true); in createBluetoothRoute()308 newBtRoute.mConnectedProfiles.put(BluetoothProfile.LE_AUDIO, true); in createBluetoothRoute()411 private SparseBooleanArray mConnectedProfiles; field in LegacyBluetoothRouteController.BluetoothRouteInfo416 if (mConnectedProfiles.get(BluetoothProfile.HEARING_AID, false)) { in getRouteType()420 if (mConnectedProfiles.get(BluetoothProfile.LE_AUDIO, false)) { in getRouteType()558 if (btRoute.mConnectedProfiles.size() > 0) { in handleConnectionStateChanged()563 btRoute.mConnectedProfiles.put(profile, true); in handleConnectionStateChanged()[all …]
189 if (newBtRoute.mConnectedProfiles.size() > 0) { in updateBluetoothRoutes()241 newBtRoute.mConnectedProfiles = getConnectedProfiles(device); in createBluetoothRoute()334 private SparseBooleanArray mConnectedProfiles; field in BluetoothRouteInfo