Home
last modified time | relevance | path

Searched refs:btstack_run_loop_remove_data_source (Results 1 – 19 of 19) sorted by relevance

/btstack/platform/windows/
H A Dhci_transport_h2_winusb.c1258 btstack_run_loop_remove_data_source(&usb_data_source_command_out); in usb_close()
1259 btstack_run_loop_remove_data_source(&usb_data_source_event_in); in usb_close()
1260 btstack_run_loop_remove_data_source(&usb_data_source_acl_in); in usb_close()
1261 btstack_run_loop_remove_data_source(&usb_data_source_acl_out); in usb_close()
1266 btstack_run_loop_remove_data_source(&usb_data_source_sco_in[i]); in usb_close()
1269 btstack_run_loop_remove_data_source(&usb_data_source_sco_out[i]); in usb_close()
H A Dbtstack_uart_block_windows.c429 btstack_run_loop_remove_data_source(&transport_data_source_read); in btstack_uart_windows_close_new()
430 btstack_run_loop_remove_data_source(&transport_data_source_write); in btstack_uart_windows_close_new()
H A Dbtstack_stdin_windows.c125 btstack_run_loop_remove_data_source(&stdin_source); in btstack_stdin_reset()
/btstack/platform/posix/
H A Dbtstack_stdin_posix.c100 btstack_run_loop_remove_data_source(&stdin_source); in btstack_stdin_reset()
H A Dbtstack_network_posix.c272 btstack_run_loop_remove_data_source(&tap_dev_ds); in btstack_network_down()
H A Dbtstack_uart_posix.c368 btstack_run_loop_remove_data_source(&transport_data_source); in btstack_uart_posix_close_new()
/btstack/port/stm32-f4discovery-usb/port/
H A Dhci_transport_h2_stm32.c102 btstack_run_loop_remove_data_source(&transport_data_source); in hci_transport_h2_stm32_close()
/btstack/platform/embedded/
H A Dbtstack_em9304_spi_embedded.c119 btstack_run_loop_remove_data_source(&btstack_em9304_spi_embedded_data_source); in btstack_em9304_spi_embedded_close()
H A Dbtstack_uart_block_embedded.c137 btstack_run_loop_remove_data_source(&transport_data_source); in btstack_uart_embedded_close()
/btstack/test/embedded/
H A Dembedded_test.cpp82 btstack_run_loop_remove_data_source(&data_source); in TEST()
/btstack/port/esp32/components/btstack/
H A Dbtstack_audio_esp32_v5.c200 btstack_run_loop_remove_data_source(&transport_data_source); in btstack_audio_esp32_stream_stop()
383 btstack_run_loop_remove_data_source(&transport_data_source); in btstack_audio_esp32_deinit()
/btstack/src/
H A Dbtstack_run_loop.h323 int btstack_run_loop_remove_data_source(btstack_data_source_t * data_source);
H A Dbtstack_run_loop.c242 int btstack_run_loop_remove_data_source(btstack_data_source_t * data_source){ in btstack_run_loop_remove_data_source() function
/btstack/port/mtk/
H A Dhci_transport_h4_mtk.c101 btstack_run_loop_remove_data_source(hci_transport_h4->ds); in h4_close()
/btstack/chipset/cinnamon/
H A Dcontroller.c228 btstack_run_loop_remove_data_source(&hci_transport_data_source); in transport_close()
/btstack/platform/daemon/src/
H A Dsocket_connection.c161 btstack_run_loop_remove_data_source(&conn->ds); in socket_connection_free_connection()
310 btstack_run_loop_remove_data_source(socket_ds); in socket_connection_hci_process()
/btstack/test/mesh/
H A Dbtstack_uart_posix_pty.c334 btstack_run_loop_remove_data_source(&transport_data_source);
/btstack/port/freebsd-netgraph/
H A Dhci_transport_netgraph.c307 btstack_run_loop_remove_data_source(&hci_transport_netgraph_data_source_hci_raw); in hci_transport_netgraph_close()
/btstack/platform/libusb/
H A Dhci_transport_h2_libusb.c1280 btstack_run_loop_remove_data_source(ds); in usb_close()