Home
last modified time | relevance | path

Searched refs:btstack_run_loop_enable_data_source_callbacks (Results 1 – 25 of 28) sorted by relevance

12

/btstack/platform/posix/
H A Dbtstack_uart_posix.c110 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_WRITE); in btstack_uart_block_posix_process_write()
118 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_WRITE); in btstack_uart_block_posix_process_write()
392btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_WRITE); in btstack_uart_posix_send_block()
401btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_READ); in btstack_uart_posix_receive_block()
445 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_WRITE); in btstack_uart_slip_posix_process_write()
458 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_WRITE); in btstack_uart_slip_posix_process_write()
540btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_WRITE); in btstack_uart_slip_posix_encode_chunk_and_send()
593btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_READ); in btstack_uart_slip_posix_receive_frame()
H A Dbtstack_network_posix.c251 btstack_run_loop_enable_data_source_callbacks(&tap_dev_ds, DATA_SOURCE_CALLBACK_READ); in btstack_network_up()
307 btstack_run_loop_enable_data_source_callbacks(&tap_dev_ds, DATA_SOURCE_CALLBACK_READ); in btstack_network_packet_sent()
H A Dbtstack_sco_transport_posix_i2s_test_bridge.c131 btstack_run_loop_enable_data_source_callbacks(&sco_data_source, DATA_SOURCE_CALLBACK_WRITE); in posix_i2s_test_bride_send_packet()
345 btstack_run_loop_enable_data_source_callbacks(&sco_data_source, DATA_SOURCE_CALLBACK_READ); in posix_i2s_test_bridge_init()
H A Dbtstack_stdin_posix.c88 btstack_run_loop_enable_data_source_callbacks(&stdin_source, DATA_SOURCE_CALLBACK_READ); in btstack_stdin_setup()
/btstack/test/mesh/
H A Dbtstack_uart_posix_pty.c94 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_WRITE); in btstack_uart_posix_process_write()
107 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_WRITE); in btstack_uart_posix_process_write()
357btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_WRITE);
363btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_READ);
/btstack/platform/windows/
H A Dhci_transport_h2_winusb.c446btstack_run_loop_enable_data_source_callbacks(&usb_data_source_event_in, DATA_SOURCE_CALLBACK_READ… in usb_submit_event_in_transfer()
461btstack_run_loop_enable_data_source_callbacks(&usb_data_source_acl_in, DATA_SOURCE_CALLBACK_READ); in usb_submit_acl_in_transfer()
543 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_READ); in usb_process_event_in()
567 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_READ); in usb_process_acl_in()
665btstack_run_loop_enable_data_source_callbacks(&usb_data_source_sco_out[transfer_index], DATA_SOURC… in usb_process_sco_out()
679btstack_run_loop_enable_data_source_callbacks(&usb_data_source_sco_out[usb_sco_out_expected_transf… in usb_process_sco_out()
720 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_READ); in usb_process_sco_in()
746btstack_run_loop_enable_data_source_callbacks(&usb_data_source_sco_in[usb_sco_in_expected_transfer… in usb_process_sco_in()
939btstack_run_loop_enable_data_source_callbacks(&usb_data_source_sco_in[usb_sco_in_expected_transfer… in usb_sco_start()
1336btstack_run_loop_enable_data_source_callbacks(&usb_data_source_command_out, DATA_SOURCE_CALLBACK_W… in usb_send_cmd_packet()
[all …]
H A Dbtstack_uart_block_windows.c120btstack_run_loop_enable_data_source_callbacks(&transport_data_source_write, DATA_SOURCE_CALLBACK_W… in btstack_uart_windows_send_engine()
156btstack_run_loop_enable_data_source_callbacks(&transport_data_source_read, DATA_SOURCE_CALLBACK_RE… in btstack_uart_windows_receive_engine()
172 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_WRITE); in btstack_uart_windows_process_write()
205 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_READ); in btstack_uart_windows_process_read()
H A Dbtstack_run_loop_windows.c227btstack_run_loop_enable_data_source_callbacks(&btstack_run_loop_windows_process_callbacks_ds, DATA… in btstack_run_loop_windows_init()
232btstack_run_loop_enable_data_source_callbacks(&btstack_run_loop_windows_poll_data_sources_ds, DATA… in btstack_run_loop_windows_init()
H A Dbtstack_stdin_windows.c104 btstack_run_loop_enable_data_source_callbacks(&stdin_source, DATA_SOURCE_CALLBACK_READ); in btstack_stdin_windows_init()
/btstack/test/embedded/
H A Dembedded_test.cpp79 btstack_run_loop_enable_data_source_callbacks(&data_source, DATA_SOURCE_CALLBACK_POLL); in TEST()
89 btstack_run_loop_enable_data_source_callbacks(&data_source, DATA_SOURCE_CALLBACK_POLL); in TEST()
/btstack/port/freebsd-netgraph/
H A Dhci_transport_netgraph.c134 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_WRITE); in hci_transport_netgraph_process_write()
297btstack_run_loop_enable_data_source_callbacks(&hci_transport_netgraph_data_source_hci_raw, DATA_SO… in hci_transport_netgraph_open()
344btstack_run_loop_enable_data_source_callbacks(&hci_transport_netgraph_data_source_hci_raw, DATA_SO… in hci_transport_netgraph_send_packet()
/btstack/platform/daemon/src/
H A Dsocket_connection.c215 btstack_run_loop_enable_data_source_callbacks(&conn->ds, DATA_SOURCE_CALLBACK_READ); in socket_connection_register_new_connection()
447 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_READ); in socket_connection_create_tcp()
473 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_READ); in socket_connection_launchd_register_fd_array()
684 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_READ); in socket_connection_create_unix()
/btstack/platform/embedded/
H A Dbtstack_stdin_embedded.c115 btstack_run_loop_enable_data_source_callbacks(&stdin_data_source, DATA_SOURCE_CALLBACK_POLL); in btstack_stdin_setup()
H A Dbtstack_em9304_spi_embedded.c98btstack_run_loop_enable_data_source_callbacks(&btstack_em9304_spi_embedded_data_source, DATA_SOURC… in btstack_em9304_spi_embedded_open()
H A Dbtstack_uart_block_embedded.c128btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_POLL); in btstack_uart_embedded_open()
/btstack/platform/freertos/
H A Dbtstack_uart_block_freertos.c111btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_POLL); in btstack_uart_block_freertos_init()
/btstack/port/stm32-f4discovery-usb/port/
H A Dhci_transport_h2_stm32.c94btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_POLL); in hci_transport_h2_stm32_open()
/btstack/src/
H A Dbtstack_run_loop.h304 void btstack_run_loop_enable_data_source_callbacks(btstack_data_source_t * data_source, uint16_t ca…
H A Dbtstack_run_loop.c217 void btstack_run_loop_enable_data_source_callbacks(btstack_data_source_t * data_source, uint16_t ca… in btstack_run_loop_enable_data_source_callbacks() function
/btstack/port/mtk/
H A Dhci_transport_h4_mtk.c91 btstack_run_loop_enable_data_source_callbacks(hci_transport_h4->ds, DATA_SOURCE_CALLBACK_READ); in h4_open()
/btstack/chipset/cinnamon/
H A Dcontroller.c215btstack_run_loop_enable_data_source_callbacks(&hci_transport_data_source, DATA_SOURCE_CALLBACK_POL… in transport_open()
/btstack/port/max32630-fthr/src/
H A Dbtstack_port.c376 btstack_run_loop_enable_data_source_callbacks(&stdin_data_source, DATA_SOURCE_CALLBACK_POLL);
/btstack/platform/libusb/
H A Dhci_transport_h2_libusb.c1232 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_READ); in usb_open()
1234 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_WRITE); in usb_open()
1254 btstack_run_loop_enable_data_source_callbacks(ds, DATA_SOURCE_CALLBACK_POLL); in usb_open()
/btstack/port/stm32-l073rz-nucleo-em9304/port/
H A Dport.c497btstack_run_loop_enable_data_source_callbacks(&transport_data_source, DATA_SOURCE_CALLBACK_POLL); in port_main()
/btstack/port/samv71-xplained-atwilc3000/
H A Dmain.c106 btstack_run_loop_enable_data_source_callbacks(&stdin_data_source, DATA_SOURCE_CALLBACK_POLL); in btstack_stdin_setup()

12