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

Commit 86a2041f 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

Change-Id: I207e9b1b1f18626f5ca7d81191ea13812f714465
parents c5d776bd 6c9c32aa
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;