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

Commit 62f05f8a 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 484369bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1722,6 +1722,7 @@ final class HeadsetStateMachine extends StateMachine {
                                               BluetoothHeadset.AT_CMD_TYPE_SET,
                                               args,
                                               mCurrentDevice);
            atResponseCodeNative(HeadsetHalConstants.AT_RESPONSE_OK, 0);
        }
        else {
            Log.e(TAG, "processAtXevent: command type error");