Home
last modified time | relevance | path

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

/btstack/platform/embedded/
H A Dbtstack_stdin_embedded.c78 static btstack_data_source_t stdin_data_source; variable
114 btstack_run_loop_set_data_source_handler(&stdin_data_source, &btstack_stdin_process); in btstack_stdin_setup()
115 btstack_run_loop_enable_data_source_callbacks(&stdin_data_source, DATA_SOURCE_CALLBACK_POLL); in btstack_stdin_setup()
116 btstack_run_loop_add_data_source(&stdin_data_source); in btstack_stdin_setup()
/btstack/port/max32630-fthr/src/
H A Dbtstack_port.c339 static btstack_data_source_t stdin_data_source;
375 btstack_run_loop_set_data_source_handler(&stdin_data_source, &stdin_process);
376 btstack_run_loop_enable_data_source_callbacks(&stdin_data_source, DATA_SOURCE_CALLBACK_POLL);
377 btstack_run_loop_add_data_source(&stdin_data_source);
/btstack/port/samv71-xplained-atwilc3000/
H A Dmain.c87 static btstack_data_source_t stdin_data_source; variable
105 btstack_run_loop_set_data_source_handler(&stdin_data_source, &btstack_stdin_process); in btstack_stdin_setup()
106 btstack_run_loop_enable_data_source_callbacks(&stdin_data_source, DATA_SOURCE_CALLBACK_POLL); in btstack_stdin_setup()
107 btstack_run_loop_add_data_source(&stdin_data_source); in btstack_stdin_setup()