Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Ddaemon.c2049 const btstack_uart_t * uart_implementation = NULL; in btstack_server_run() local
2050 (void) uart_implementation; in btstack_server_run()
2060 uart_implementation = (const btstack_uart_t *) btstack_uart_block_windows_instance(); in btstack_server_run()
2062 uart_implementation = btstack_uart_posix_instance(); in btstack_server_run()
2066 transport = hci_transport_h4_instance_for_uart(uart_implementation); in btstack_server_run()