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

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

Re-log btif/src/btif_dm::btif_dm_proc_loc_oob am: 9bdd9cf2

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia2aabbfacffe5f67cb5ecc826f3ac1799943b8cc
parents 50ebb9fb 9bdd9cf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2262,7 +2262,7 @@ void btif_dm_proc_loc_oob(bool valid, const Octet16& c, const Octet16& r) {
bool btif_dm_get_smp_config(tBTE_APPL_CFG* p_cfg) {
  const std::string* recv = stack_config_get_interface()->get_pts_smp_options();
  if (!recv) {
    BTIF_TRACE_DEBUG("%s: SMP options not found in configuration", __func__);
    LOG_DEBUG("SMP pairing options not found in stack configuration");
    return false;
  }