Commit b97a1599 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

Remove log spam in btif_gattc_update_properties

am: ffdb33b5

Change-Id: I1df2268b7ddd28220f69d4eeeaee30097a976e7c
parents 2a86cae3 ffdb33b5
......@@ -435,7 +435,7 @@ static void btif_gattc_update_properties ( btif_gattc_cb_t *p_btif_cb )
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", __FUNCTION__, bdname.name,
LOG_VERBOSE(LOG_TAG, "%s BLE device name=%s len=%d dev_type=%d", __FUNCTION__, bdname.name,
remote_name_len, p_btif_cb->device_type );
btif_dm_update_ble_remote_properties( p_btif_cb->bd_addr.address, bdname.name,
p_btif_cb->device_type);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment