Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/include/
Dcybt_debug_uart.h43 typedef uint32_t (*cybt_debug_uart_data_handler_t)( uint8_t* p_data, uint32_t data_len ); typedef
68 cybt_result_t cybt_debug_uart_init(cybt_debug_uart_config_t* config, cybt_debug_uart_data_handler_t
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_debug_uart.c92 static cybt_debug_uart_data_handler_t p_app_rx_cmd_handler = NULL;
460 cybt_result_t cybt_debug_uart_init(cybt_debug_uart_config_t *config, cybt_debug_uart_data_handler_t in cybt_debug_uart_init()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/
DREADME.md20 Passing a valid function pointer to cybt_debug_uart_data_handler_t allows application to handle any…