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

Commit f3ee8057 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Re-log stack/btm/btm_ble::BTM_ReadDevInfo

Bug: 188074901
Tag: #refactor
Test: gd/cert/run
Change-Id: I21b5c711781f5909b17263d5ce2b7f19bfef19d9
parent 7897c9c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -503,9 +503,9 @@ void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type,
      *p_addr_type = BLE_ADDR_PUBLIC;
      *p_addr_type = BLE_ADDR_PUBLIC;
    }
    }
  }
  }

  LOG_DEBUG("Determining device_type:%s addr_type:%s",
  BTM_TRACE_DEBUG("btm_find_dev_type - device_type = %d addr_type = %d",
            DeviceTypeText(*p_dev_type).c_str(),
                  *p_dev_type, *p_addr_type);
            AddressTypeText(*p_addr_type).c_str());
}
}


/*******************************************************************************
/*******************************************************************************