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

Commit 89692411 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

stack::hci HCI_RMT_NAME_REQUEST command status handled by gd rnr module am:...

stack::hci HCI_RMT_NAME_REQUEST command status handled by gd rnr module am: e97b4c2b am: c50e523d

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/3132955



Change-Id: Idf824052d395a44ee1d33b447e6baa4576ca6c9e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 467ea612 c50e523d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1096,13 +1096,6 @@ static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status,
        btm_sec_encrypt_change(HCI_INVALID_HANDLE, hci_status, false);
      }
      break;
    case HCI_RMT_NAME_REQUEST:
      if (status != HCI_SUCCESS) {
        // Tell inquiry processing that we are done
        btm_process_remote_name(nullptr, nullptr, 0, hci_status);
        btm_sec_rmt_name_request_complete(nullptr, nullptr, hci_status);
      }
      break;
    case HCI_READ_RMT_EXT_FEATURES:
      if (status != HCI_SUCCESS) {
        STREAM_TO_UINT16(handle, p_cmd);