Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_stdin_pico.c16 static void (*stdin_handler)(char c); variable
20 if (stdin_handler) { in btstack_stdin_process()
24 (*stdin_handler)(c); in btstack_stdin_process()
35 if (stdin_handler) { in btstack_stdin_setup()
40 stdin_handler = handler; in btstack_stdin_setup()
52 if (!stdin_handler) { in btstack_stdin_reset()
56 stdin_handler = NULL; in btstack_stdin_reset()