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

Commit 6672de0b 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 am: 6c9c32aa

am: 86a2041f

Change-Id: I04e1054e9bb42e7389636f5d30e560f56e452da8
parents 5aa23563 86a2041f
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;