Home
last modified time | relevance | path

Searched refs:nxp_fw_resend_count (Results 1 – 1 of 1) sorted by relevance

/btstack/chipset/nxp/
H A Dbtstack_chipset_nxp.c105 static uint8_t nxp_fw_resend_count; variable
238 nxp_fw_resend_count = 0; in nxp_send_chunk_v1()
248 if (nxp_fw_resend_count >= NXP_MAX_RESEND_COUNT){ in nxp_send_chunk_v1()
249 printf("Resent last block %u times, abort.", nxp_fw_resend_count); in nxp_send_chunk_v1()
253 nxp_fw_resend_count++; in nxp_send_chunk_v1()
255 …firmware %08x - %u bytes (%u. try)\n", nxp_fw_offset, nxp_fw_request_len, nxp_fw_resend_count + 1); in nxp_send_chunk_v1()
264 nxp_fw_resend_count = 0; in nxp_send_chunk_v3()
278 …firmware %08x - %u bytes (%u. try)\n", nxp_fw_offset, nxp_fw_request_len, nxp_fw_resend_count + 1); in nxp_send_chunk_v3()
402 nxp_fw_resend_count = 0; in nxp_start()