Searched refs:stdin_data_source (Results 1 – 3 of 3) sorted by relevance
78 static btstack_data_source_t stdin_data_source; variable114 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()
339 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);
87 static btstack_data_source_t stdin_data_source; variable105 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()