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

Commit 24281c40 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 am: b605e561

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

Change-Id: Ie45ce88fa7a438bda54fa3359a23753c5544a90c
parents bca9f629 b605e561
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 +