Loading framework/java/android/bluetooth/BluetoothAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -2314,8 +2314,8 @@ public final class BluetoothAdapter { Log.e(TAG, "Invalid profile param value in getActiveDevices"); throw new IllegalArgumentException("Profiles must be one of " + "BluetoothProfile.A2DP, " + "BluetoothProfile.HEADSET, " + "BluetoothProfile.HEARING_AID, or " + "BluetoothProfile.HEARING_AID" + "BluetoothProfile.LE_AUDIO"); } mServiceLock.readLock().lock(); Loading Loading
framework/java/android/bluetooth/BluetoothAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -2314,8 +2314,8 @@ public final class BluetoothAdapter { Log.e(TAG, "Invalid profile param value in getActiveDevices"); throw new IllegalArgumentException("Profiles must be one of " + "BluetoothProfile.A2DP, " + "BluetoothProfile.HEADSET, " + "BluetoothProfile.HEARING_AID, or " + "BluetoothProfile.HEARING_AID" + "BluetoothProfile.LE_AUDIO"); } mServiceLock.readLock().lock(); Loading