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

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

Use proper undefined hci error status code am: 96329185 am: 46a12579

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1460804

Change-Id: I01bb73b39237bf70ce0697673eae00112402166c
parents 84754762 46a12579
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ static bool btm_ble_get_acl_remote_addr(const tBTM_SEC_DEV_REC& p_dev_rec,
void btm_acl_init(void) {
  /* Initialize nonzero defaults */
  btm_cb.acl_cb_.btm_def_link_super_tout = HCI_DEFAULT_INACT_TOUT;
  btm_cb.acl_cb_.acl_disc_reason = 0xff;
  btm_cb.acl_cb_.acl_disc_reason = HCI_ERR_UNDEFINED;

  btm_cb.acl_cb_.btm_acl_pkt_types_supported =
      HCI_PKT_TYPES_MASK_DH1 + HCI_PKT_TYPES_MASK_DM1 + HCI_PKT_TYPES_MASK_DH3 +