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

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

Remove log spam in btif_gattc_update_properties

am: 2cc5de18

Change-Id: I1df2268b7ddd28220f69d4eeeaee30097a976e7c
parents 0aa879ab 2cc5de18
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);
        memcpy(bdname.name, p_eir_remote_name, remote_name_len);
        bdname.name[remote_name_len]='\0';
        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  );
              remote_name_len, p_btif_cb->device_type  );
        btif_dm_update_ble_remote_properties( p_btif_cb->bd_addr.address,   bdname.name,
        btif_dm_update_ble_remote_properties( p_btif_cb->bd_addr.address,   bdname.name,
                                               p_btif_cb->device_type);
                                               p_btif_cb->device_type);