Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0247026 authored by Eric Chiang's avatar Eric Chiang Committed by Android (Google) Code Review
Browse files

Merge "Fix missing bluetooth profiles" into main

parents 6d251533 9fe27fa7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ public class LocalBluetoothProfileManager {
    /**
     * create profile instance according to bluetooth supported profile list
     */
    void updateLocalProfiles() {
    synchronized void updateLocalProfiles() {
        List<Integer> supportedList = BluetoothAdapter.getDefaultAdapter().getSupportedProfiles();
        if (CollectionUtils.isEmpty(supportedList)) {
            if (DEBUG) Log.d(TAG, "supportedList is null");