Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c77 …uint32_t write_max_retry_count; /* Maximum number of failed retries permormed for write request. 0… member
499 if (retries > ipc_stats.write_max_retry_count){ in cybt_platform_hci_write()
500 ipc_stats.write_max_retry_count = retries; in cybt_platform_hci_write()
628 p_stats->write_max_retry_count = ipc_stats.write_max_retry_count; in cybt_platform_hci_get_ipc_stats()