Home
last modified time | relevance | path

Searched refs:btstack_run_loop_set_timer_handler (Results 1 – 25 of 57) sorted by relevance

123

/btstack/test/embedded/
H A Drun_loop_base_test.cpp52 btstack_run_loop_set_timer_handler(&timer_1, heartbeat_timeout_handler); in TEST()
55 btstack_run_loop_set_timer_handler(&timer_2, heartbeat_timeout_handler); in TEST()
98 btstack_run_loop_set_timer_handler(&timer_1, heartbeat_timeout_handler); in TEST()
H A Dembedded_test.cpp52 btstack_run_loop_set_timer_handler(&timer_1, heartbeat_timeout_handler); in TEST_GROUP()
/btstack/example/
H A Dhid_keyboard_demo.c322 btstack_run_loop_set_timer_handler(&demo_text_timer, demo_text_timer_handler); in demo_text_timer_handler()
379 btstack_run_loop_set_timer_handler(&send_timer, trigger_key_up); in packet_handler()
384 btstack_run_loop_set_timer_handler(&send_timer, send_next); in packet_handler()
H A Daudio_duplex.c162 btstack_run_loop_set_timer_handler(ts, &stop_loopback); in start_loopback()
188 btstack_run_loop_set_timer_handler(ts, &start_loopback); in stop_loopback()
H A Dhog_host_demo.c273 btstack_run_loop_set_timer_handler(&connection_timer, &hog_connection_timeout); in hog_connect()
427 btstack_run_loop_set_timer_handler(&connection_timer, &hog_reconnect_timeout); in packet_handler()
H A Dhog_boot_host_demo.c280 btstack_run_loop_set_timer_handler(&connection_timer, &hog_connection_timeout); in hog_connect()
503 btstack_run_loop_set_timer_handler(&connection_timer, &hog_reconnect_timeout); in packet_handler()
/btstack/platform/embedded/
H A Dbtstack_audio_embedded.c215 btstack_run_loop_set_timer_handler(&driver_timer_sink, &driver_timer_handler_sink); in btstack_audio_embedded_sink_start_stream()
231 btstack_run_loop_set_timer_handler(&driver_timer_source, &driver_timer_handler_source); in btstack_audio_embedded_source_start_stream()
H A Dbtstack_stdin_embedded.c109 btstack_run_loop_set_timer_handler(&stdin_timer_source, &btstack_stdin_timer_handler); in btstack_stdin_setup()
/btstack/src/mesh/
H A Dpb_adv.c203 btstack_run_loop_set_timer_handler(&pb_adv_link_timer, &pb_adv_device_link_timeout); in pb_adv_handle_bearer_control()
433 btstack_run_loop_set_timer_handler(&pb_adv_link_timer, &pb_adv_timer_handler); in pb_adv_run()
522btstack_run_loop_set_timer_handler(&pb_adv_link_timer, &pb_adv_timer_handler); in pb_adv_handler()
H A Dmesh_lower_transport.c253btstack_run_loop_set_timer_handler(&segmented_pdu->acknowledgement_timer, &mesh_lower_transport_in… in mesh_lower_transport_incoming_start_acknowledgment_timer()
268 btstack_run_loop_set_timer_handler(&segmented_pdu->incomplete_timer, callback); in mesh_lower_transport_incoming_restart_incomplete_timer()
564btstack_run_loop_set_timer_handler(&segmented_pdu->acknowledgement_timer, &mesh_lower_transport_ou… in mesh_lower_transport_outgoing_restart_segment_transmission_timer()
H A Dprovisioning_provisioner.c140btstack_run_loop_set_timer_handler(&prov_attention_timer, &provisioning_attention_timer_timeout);
173 btstack_run_loop_set_timer_handler(&prov_protocol_timer, &provisiong_timer_handler); in provisioning_timer_start()
H A Dmesh_access.c207btstack_run_loop_set_timer_handler(&mesh_access_acknowledged_timer, mesh_access_acknowledged_run); in mesh_access_acknowledged_run()
355 btstack_run_loop_set_timer_handler(&base_transition->timer, &mesh_server_transition_timeout); in mesh_access_transition_setup()
1065 btstack_run_loop_set_timer_handler(&mesh_access_publication_timer, mesh_model_publication_run); in mesh_model_publication_run()
H A Dmesh_proxy.c200btstack_run_loop_set_timer_handler(&mesh_proxy_node_id_timer, mesh_proxy_node_id_timeout_handler); in mesh_proxy_node_id_handle_get_aes128()
/btstack/platform/posix/
H A Dbtstack_audio_portaudio.c422 btstack_run_loop_set_timer_handler(&driver_timer_sink, &driver_timer_handler_sink); in btstack_audio_portaudio_sink_start_stream()
441 btstack_run_loop_set_timer_handler(&driver_timer_source, &driver_timer_handler_source); in btstack_audio_portaudio_source_start_stream()
/btstack/src/
H A Dbtstack_run_loop.h232 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * timer, void (*process)(btstack_tim…
H A Dhci_transport_h5.c217btstack_run_loop_set_timer_handler(&inactivity_timer, &hci_transport_inactivity_timeout_handler); in hci_transport_inactivity_timer_set()
409 btstack_run_loop_set_timer_handler(&link_timer, &hci_transport_link_timeout_handler); in hci_transport_link_set_timer()
H A Dbtstack_run_loop.c193 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * timer, void (*process)(btstack_tim… in btstack_run_loop_set_timer_handler() function
/btstack/src/ble/gatt-service/
H A Dimmediate_alert_service_server.c127 btstack_run_loop_set_timer_handler(&ias_server_alert_timer, ias_server_timer_timeout_handler); in ias_server_start_alerting()
H A Dlink_loss_service_server.c134 btstack_run_loop_set_timer_handler(&lls_server_alert_timer, lls_server_timer_timeout_handler); in lls_server_start_alerting()
/btstack/test/mesh/
H A Dmock.c175 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * ts, void (*fn)(btstack_timer_sourc… in btstack_run_loop_set_timer_handler() function
/btstack/test/gatt-service-client/
H A Dancs_client_test.cpp64 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * timer, void (*process)(btstack_tim… in btstack_run_loop_set_timer_handler() function
/btstack/chipset/atwilc3000/
H A Dbtstack_chipset_atwilc3000.c234 btstack_run_loop_set_timer_handler(&reset_timer, &atwilc3000_configure_uart); in atwilc3000_wait_for_reset_completed()
/btstack/test/avdtp/
H A Dsine_encode_decode_ring_buffer_test.c175btstack_run_loop_set_timer_handler(&stream_endpoint->fill_audio_ring_buffer_timer, test_fill_audio… in test_fill_audio_ring_buffer_timer_start()
/btstack/platform/lwip/
H A Dbnep_lwip.c441 btstack_run_loop_set_timer_handler(&bnep_lwip_timer, bnep_lwip_timeout_handler); in packet_handler()
/btstack/test/gatt_client/
H A Dmock.c224 void btstack_run_loop_set_timer_handler(btstack_timer_source_t *ts, void (*process)(btstack_timer_s… in btstack_run_loop_set_timer_handler() function

123