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

Commit dc02320a authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Pavlin Radoslavov
Browse files

Remove log spam in btif_gattc_update_properties

Bug: 29601962
Change-Id: Ibcccbe20a4b7c79edcaff162e4f4a19078ffb75d
(cherry picked from commit 2cc5de18)
parent a5671d4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@ void bta_scan_results_cb_impl(bt_bdaddr_t bd_addr, tBT_DEVICE_TYPE device_type,
        memcpy(bdname.name, p_eir_remote_name, remote_name_len);
        bdname.name[remote_name_len] = '\0';

        LOG_DEBUG(LOG_TAG, "%s BLE device name=%s len=%d dev_type=%d", __func__,
        LOG_VERBOSE(LOG_TAG, "%s BLE device name=%s len=%d dev_type=%d", __func__,
                  bdname.name, remote_name_len, device_type);
        btif_dm_update_ble_remote_properties(bd_addr.address, bdname.name,
                                             device_type);