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

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

Remove never set #def BTIF_MIXED_MODE_INCLUDED am: a03af695

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

Change-Id: I54ec73251752c97718d4522940da468fff9cfda0
parents 62dd2838 a03af695
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -133,13 +133,6 @@ bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class,
    }
  }

#if (BTIF_MIXED_MODE_INCLUDED == TRUE)
  if (key_type < BTM_MAX_PRE_SM4_LKEY_TYPE)
    p_dev_rec->sm4 = BTM_SM4_KNOWN;
  else
    p_dev_rec->sm4 = BTM_SM4_TRUE;
#endif

  p_dev_rec->rmt_io_caps = BTM_IO_CAP_OUT;
  p_dev_rec->device_type |= BT_DEVICE_TYPE_BREDR;