Home
last modified time | relevance | path

Searched refs:btstack_run_loop_set_data_source_handler (Results 1 – 25 of 29) sorted by relevance

12

/btstack/tool/misc/
H A Dadd_callback_to_ds_process.cocci12 @btstack_run_loop_set_data_source_handler@
16 btstack_run_loop_set_data_source_handler(ds, &handler);
19 identifier btstack_run_loop_set_data_source_handler.handler;
/btstack/test/embedded/
H A Dembedded_test.cpp76 btstack_run_loop_set_data_source_handler(&data_source, &data_source_handler); in TEST()
86 btstack_run_loop_set_data_source_handler(&data_source, &data_source_handler_trigger_exit); in TEST()
H A Drun_loop_base_test.cpp38 btstack_run_loop_set_data_source_handler(&data_source, &data_source_handler); in TEST()
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c228btstack_run_loop_set_data_source_handler(&btstack_run_loop_windows_process_callbacks_ds, &btstack_… in btstack_run_loop_windows_init()
233btstack_run_loop_set_data_source_handler(&btstack_run_loop_windows_poll_data_sources_ds, &btstack_… in btstack_run_loop_windows_init()
H A Dhci_transport_h2_winusb.c1044 btstack_run_loop_set_data_source_handler(&usb_data_source_sco_in[i], &usb_process_sco_in); in usb_try_open_device()
1053 btstack_run_loop_set_data_source_handler(&usb_data_source_sco_out[i], &usb_process_sco_out); in usb_try_open_device()
1070 btstack_run_loop_set_data_source_handler(&usb_data_source_event_in, &usb_process_event_in); in usb_try_open_device()
1074btstack_run_loop_set_data_source_handler(&usb_data_source_command_out, &usb_process_command_out); in usb_try_open_device()
1078 btstack_run_loop_set_data_source_handler(&usb_data_source_acl_in, &usb_process_acl_in); in usb_try_open_device()
1082 btstack_run_loop_set_data_source_handler(&usb_data_source_acl_out, &usb_process_acl_out); in usb_try_open_device()
H A Dbtstack_uart_block_windows.c414btstack_run_loop_set_data_source_handler(&transport_data_source_read, &btstack_uart_windows_proce… in btstack_uart_windows_open()
415btstack_run_loop_set_data_source_handler(&transport_data_source_write, &btstack_uart_windows_proce… in btstack_uart_windows_open()
H A Dbtstack_stdin_windows.c105 btstack_run_loop_set_data_source_handler(&stdin_source, stdin_process); in btstack_stdin_windows_init()
/btstack/platform/daemon/src/
H A Dsocket_connection.c209 btstack_run_loop_set_data_source_handler(&conn->ds, &socket_connection_hci_process); in socket_connection_register_new_connection()
446 btstack_run_loop_set_data_source_handler(ds, &socket_connection_accept); in socket_connection_create_tcp()
472 btstack_run_loop_set_data_source_handler(ds, &socket_connection_accept); in socket_connection_launchd_register_fd_array()
683 btstack_run_loop_set_data_source_handler(ds, &socket_connection_accept); in socket_connection_create_unix()
/btstack/platform/embedded/
H A Dbtstack_stdin_embedded.c114 btstack_run_loop_set_data_source_handler(&stdin_data_source, &btstack_stdin_process); in btstack_stdin_setup()
H A Dbtstack_em9304_spi_embedded.c97btstack_run_loop_set_data_source_handler(&btstack_em9304_spi_embedded_data_source, &btstack_em9304… in btstack_em9304_spi_embedded_open()
H A Dbtstack_uart_block_embedded.c127btstack_run_loop_set_data_source_handler(&transport_data_source, &btstack_uart_embedded_process); in btstack_uart_embedded_open()
/btstack/platform/posix/
H A Dbtstack_stdin_posix.c89 btstack_run_loop_set_data_source_handler(&stdin_source, stdin_process); in btstack_stdin_setup()
H A Dbtstack_network_posix.c249 btstack_run_loop_set_data_source_handler(&tap_dev_ds, &process_tap_dev_data); in btstack_network_up()
H A Dbtstack_sco_transport_posix_i2s_test_bridge.c340 btstack_run_loop_set_data_source_handler(&sco_data_source, &hci_uart_posix_process); in posix_i2s_test_bridge_init()
/btstack/platform/freertos/
H A Dbtstack_uart_block_freertos.c110btstack_run_loop_set_data_source_handler(&transport_data_source, &btstack_uart_block_freertos_proc… in btstack_uart_block_freertos_init()
/btstack/port/stm32-f4discovery-usb/port/
H A Dhci_transport_h2_stm32.c93btstack_run_loop_set_data_source_handler(&transport_data_source, &hci_transport_h2_stm32_process); in hci_transport_h2_stm32_open()
/btstack/src/
H A Dbtstack_run_loop.h269 void btstack_run_loop_set_data_source_handler(btstack_data_source_t * data_source, void (*process)(…
H A Dbtstack_run_loop.c197 void btstack_run_loop_set_data_source_handler(btstack_data_source_t * data_source, void (*process)(… in btstack_run_loop_set_data_source_handler() function
/btstack/port/mtk/
H A Dhci_transport_h4_mtk.c90 btstack_run_loop_set_data_source_handler(hci_transport_h4->ds, &h4_process); in h4_open()
/btstack/chipset/cinnamon/
H A Dcontroller.c214 btstack_run_loop_set_data_source_handler(&hci_transport_data_source, &transport_run); in transport_open()
/btstack/test/mesh/
H A Dbtstack_uart_posix_pty.c322 btstack_run_loop_set_data_source_handler(&transport_data_source, &hci_transport_h5_process);
/btstack/port/freebsd-netgraph/
H A Dhci_transport_netgraph.c295btstack_run_loop_set_data_source_handler(&hci_transport_netgraph_data_source_hci_raw, &hci_transpo… in hci_transport_netgraph_open()
/btstack/port/max32630-fthr/src/
H A Dbtstack_port.c375 btstack_run_loop_set_data_source_handler(&stdin_data_source, &stdin_process);
/btstack/port/stm32-l073rz-nucleo-em9304/port/
H A Dport.c496 btstack_run_loop_set_data_source_handler(&transport_data_source, &hal_spi_em9304_process); in port_main()
/btstack/port/samv71-xplained-atwilc3000/
H A Dmain.c105 btstack_run_loop_set_data_source_handler(&stdin_data_source, &btstack_stdin_process); in btstack_stdin_setup()

12