Searched refs:isProfileSupported (Results 1 – 2 of 2) sorted by relevance
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()
62 /* package */ boolean isProfileSupported(int profile, @NonNull BluetoothDevice device) { in isProfileSupported() method in BluetoothProfileMonitor