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

Commit 319b7f37 authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

BTM_BLE_GAP: Clean up log spam am: b63453c2 am: 2481b6bb

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

Change-Id: Ib2eb1a6c4fe4209bbfab9451db30693dc8e7bd77
parents 33940e75 2481b6bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1565,13 +1565,13 @@ void btm_ble_update_inq_result(tINQ_DB_ENT* p_i, uint8_t addr_type,
  if ((p_cur->flag & BTM_BLE_BREDR_NOT_SPT) == 0 &&
      !ble_evt_type_is_directed(evt_type)) {
    if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) {
      LOG_INFO("NOT_BR_EDR support bit not set, treat device as DUMO");
      LOG_VERBOSE("NOT_BR_EDR support bit not set, treat device as DUMO");
      p_cur->device_type |= BT_DEVICE_TYPE_DUMO;
    } else {
      LOG_INFO("Random address, treat device as LE only");
      LOG_VERBOSE("Random address, treat device as LE only");
    }
  } else {
    LOG_INFO("NOT_BR/EDR support bit set, treat device as LE only");
    LOG_VERBOSE("NOT_BR/EDR support bit set, treat device as LE only");
  }
}