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

Commit 6c9c32aa authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

HCI: Fix command status handling of HCI_QOS_SETUP

am: e7e2406e

Change-Id: I13000c98920ea2b4e7816b47a41352f271af2943
parents e063b4c9 e7e2406e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1060,7 +1060,7 @@ static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status,
            btm_sec_rmt_name_request_complete(NULL, NULL, status);
            break;

          case HCI_QOS_SETUP_COMP_EVT:
          case HCI_QOS_SETUP:
            /* Tell qos setup that we are done */
            btm_qos_setup_complete(status, 0, NULL);
            break;