/btstack/test/embedded/ |
H A D | embedded_test.cpp | 81 btstack_run_loop_add_data_source(&data_source); in TEST() 90 btstack_run_loop_add_data_source(&data_source); in TEST()
|
/btstack/platform/daemon/src/ |
H A D | socket_connection.c | 221 btstack_run_loop_add_data_source( &conn->ds ); in socket_connection_register_new_connection() 337 btstack_run_loop_add_data_source( (btstack_data_source_t *) conn); in socket_connection_retry_parked() 448 btstack_run_loop_add_data_source(ds); in socket_connection_create_tcp() 474 btstack_run_loop_add_data_source(ds); in socket_connection_launchd_register_fd_array() 685 btstack_run_loop_add_data_source(ds); in socket_connection_create_unix()
|
/btstack/platform/windows/ |
H A D | btstack_run_loop_windows.c | 229 btstack_run_loop_add_data_source(&btstack_run_loop_windows_process_callbacks_ds); in btstack_run_loop_windows_init() 234 btstack_run_loop_add_data_source(&btstack_run_loop_windows_poll_data_sources_ds); in btstack_run_loop_windows_init()
|
H A D | hci_transport_h2_winusb.c | 1045 btstack_run_loop_add_data_source(&usb_data_source_sco_in[i]); in usb_try_open_device() 1054 btstack_run_loop_add_data_source(&usb_data_source_sco_out[i]); in usb_try_open_device() 1071 btstack_run_loop_add_data_source(&usb_data_source_event_in); in usb_try_open_device() 1075 btstack_run_loop_add_data_source(&usb_data_source_command_out); in usb_try_open_device() 1079 btstack_run_loop_add_data_source(&usb_data_source_acl_in); in usb_try_open_device() 1083 btstack_run_loop_add_data_source(&usb_data_source_acl_out); in usb_try_open_device()
|
H A D | btstack_uart_block_windows.c | 416 btstack_run_loop_add_data_source(&transport_data_source_read); in btstack_uart_windows_open() 417 btstack_run_loop_add_data_source(&transport_data_source_write); in btstack_uart_windows_open()
|
H A D | btstack_stdin_windows.c | 106 btstack_run_loop_add_data_source(&stdin_source); in btstack_stdin_windows_init()
|
/btstack/platform/embedded/ |
H A D | btstack_stdin_embedded.c | 116 btstack_run_loop_add_data_source(&stdin_data_source); in btstack_stdin_setup()
|
H A D | btstack_em9304_spi_embedded.c | 99 btstack_run_loop_add_data_source(&btstack_em9304_spi_embedded_data_source); in btstack_em9304_spi_embedded_open()
|
H A D | btstack_uart_block_embedded.c | 129 btstack_run_loop_add_data_source(&transport_data_source); in btstack_uart_embedded_open()
|
/btstack/platform/posix/ |
H A D | btstack_stdin_posix.c | 90 btstack_run_loop_add_data_source(&stdin_source); in btstack_stdin_setup()
|
H A D | btstack_network_posix.c | 250 btstack_run_loop_add_data_source(&tap_dev_ds); in btstack_network_up()
|
H A D | btstack_sco_transport_posix_i2s_test_bridge.c | 341 btstack_run_loop_add_data_source(&sco_data_source); in posix_i2s_test_bridge_init()
|
H A D | btstack_uart_posix.c | 356 btstack_run_loop_add_data_source(&transport_data_source); in btstack_uart_posix_open()
|
/btstack/platform/freertos/ |
H A D | btstack_uart_block_freertos.c | 112 btstack_run_loop_add_data_source(&transport_data_source); in btstack_uart_block_freertos_init()
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | hci_transport_h2_stm32.c | 95 btstack_run_loop_add_data_source(&transport_data_source); in hci_transport_h2_stm32_open()
|
/btstack/src/ |
H A D | btstack_run_loop.h | 317 void btstack_run_loop_add_data_source(btstack_data_source_t * data_source);
|
H A D | btstack_run_loop.c | 232 void btstack_run_loop_add_data_source(btstack_data_source_t * data_source){ in btstack_run_loop_add_data_source() function
|
/btstack/port/mtk/ |
H A D | hci_transport_h4_mtk.c | 92 btstack_run_loop_add_data_source(hci_transport_h4->ds); in h4_open()
|
/btstack/chipset/cinnamon/ |
H A D | controller.c | 216 btstack_run_loop_add_data_source(&hci_transport_data_source); in transport_open()
|
/btstack/test/mesh/ |
H A D | btstack_uart_posix_pty.c | 323 btstack_run_loop_add_data_source(&transport_data_source);
|
/btstack/port/freebsd-netgraph/ |
H A D | hci_transport_netgraph.c | 296 btstack_run_loop_add_data_source(&hci_transport_netgraph_data_source_hci_raw); in hci_transport_netgraph_open()
|
/btstack/port/max32630-fthr/src/ |
H A D | btstack_port.c | 377 btstack_run_loop_add_data_source(&stdin_data_source);
|
/btstack/port/stm32-l073rz-nucleo-em9304/port/ |
H A D | port.c | 498 btstack_run_loop_add_data_source(&transport_data_source); in port_main()
|
/btstack/port/samv71-xplained-atwilc3000/ |
H A D | main.c | 107 btstack_run_loop_add_data_source(&stdin_data_source); in btstack_stdin_setup()
|
/btstack/port/esp32/components/btstack/ |
H A D | btstack_audio_esp32_v5.c | 185 btstack_run_loop_add_data_source(&transport_data_source); in btstack_audio_esp32_stream_start()
|