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

Commit 28cc9881 authored by Zhihai Xu's avatar Zhihai Xu
Browse files

need send status code back(OK) after broadcast the intent(VENDOR_SPECIFIC_HEADSET_EVENT)

bug 7564004

Change-Id: I5fc1eed1c0db194c3fdd63799b2340eea994988d
parent e2039454
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1722,6 +1722,7 @@ final class HeadsetStateMachine extends StateMachine {
                                               BluetoothHeadset.AT_CMD_TYPE_SET,
                                               BluetoothHeadset.AT_CMD_TYPE_SET,
                                               args,
                                               args,
                                               mCurrentDevice);
                                               mCurrentDevice);
            atResponseCodeNative(HeadsetHalConstants.AT_RESPONSE_OK, 0);
        }
        }
        else {
        else {
            Log.e(TAG, "processAtXevent: command type error");
            Log.e(TAG, "processAtXevent: command type error");