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

Commit b1766e7c authored by Zhihai Xu's avatar Zhihai Xu Committed by Android Git Automerger
Browse files

am 62f05f8a: need send status code back(OK) after broadcast the...

am 62f05f8a: need send status code back(OK) after broadcast the intent(VENDOR_SPECIFIC_HEADSET_EVENT)

* commit '62f05f8a':
  need send status code back(OK) after broadcast the intent(VENDOR_SPECIFIC_HEADSET_EVENT)
parents efd77073 62f05f8a
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");