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

Commit 9bdd9cf2 authored by Chris Manton's avatar Chris Manton
Browse files

Re-log btif/src/btif_dm::btif_dm_proc_loc_oob

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I4024f1e1e5c572e51073021502079bc97199157c
parent 18b663da
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;
  }