Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_stdin_pico.c15 static btstack_data_source_t stdin_data_source; variable
43 btstack_run_loop_set_data_source_handler(&stdin_data_source, &btstack_stdin_process); in btstack_stdin_setup()
44 btstack_run_loop_enable_data_source_callbacks(&stdin_data_source, DATA_SOURCE_CALLBACK_POLL); in btstack_stdin_setup()
45 btstack_run_loop_add_data_source(&stdin_data_source); in btstack_stdin_setup()
57 btstack_run_loop_remove_data_source(&stdin_data_source); in btstack_stdin_reset()