Home
last modified time | relevance | path

Searched refs:mBluetoothProfileMonitor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/media/
DBluetoothDeviceRoutesManager.java86 private final BluetoothProfileMonitor mBluetoothProfileMonitor; field in BluetoothDeviceRoutesManager
111 mBluetoothProfileMonitor = Objects.requireNonNull(bluetoothProfileMonitor); in BluetoothDeviceRoutesManager()
116 mBluetoothProfileMonitor.start(); in start()
271 if (mBluetoothProfileMonitor.isProfileSupported(BluetoothProfile.A2DP, device)) { in getConnectedProfiles()
274 if (mBluetoothProfileMonitor.isProfileSupported(BluetoothProfile.HEARING_AID, device)) { in getConnectedProfiles()
277 if (mBluetoothProfileMonitor.isProfileSupported(BluetoothProfile.LE_AUDIO, device)) { in getConnectedProfiles()
285 if (mBluetoothProfileMonitor.isProfileSupported(BluetoothProfile.LE_AUDIO, device)) { in getDeviceType()
289 if (mBluetoothProfileMonitor.isProfileSupported(BluetoothProfile.HEARING_AID, device)) { in getDeviceType()
300 + mBluetoothProfileMonitor.getGroupId( in getRouteIdForType()
304 + mBluetoothProfileMonitor.getGroupId( in getRouteIdForType()