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

Commit c3f25152 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android Git Automerger
Browse files

am a80a75f3: Merge change I5f24a240 into eclair

Merge commit 'a80a75f3' into eclair-plus-aosp

* commit 'a80a75f3':
  Register Handsfree profile before headset profile. DO NOT MERGE.
parents 2746a1ef a80a75f3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -344,14 +344,14 @@ public class BluetoothService extends IBluetooth.Stub {
                // records, use a DBUS call instead.
                switch (msg.arg1) {
                case 1:
                    Log.d(TAG, "Registering hsag record");
                    SystemService.start("hsag");
                    Log.d(TAG, "Registering hfag record");
                    SystemService.start("hfag");
                    mHandler.sendMessageDelayed(
                            mHandler.obtainMessage(MESSAGE_REGISTER_SDP_RECORDS, 2, -1), 500);
                    break;
                case 2:
                    Log.d(TAG, "Registering hfag record");
                    SystemService.start("hfag");
                    Log.d(TAG, "Registering hsag record");
                    SystemService.start("hsag");
                    mHandler.sendMessageDelayed(
                            mHandler.obtainMessage(MESSAGE_REGISTER_SDP_RECORDS, 3, -1), 500);
                    break;