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

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

Use proper undefined hci error status code am: 96329185

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

Change-Id: Iec65a03c54460bca886cf320a790f88356453daa
parents 2898aafc 96329185
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 +