/btstack/test/embedded/ |
H A D | run_loop_base_test.cpp | 52 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 D | embedded_test.cpp | 52 btstack_run_loop_set_timer_handler(&timer_1, heartbeat_timeout_handler); in TEST_GROUP()
|
/btstack/example/ |
H A D | hid_keyboard_demo.c | 322 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 D | audio_duplex.c | 162 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 D | hog_host_demo.c | 273 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 D | hog_boot_host_demo.c | 280 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 D | btstack_audio_embedded.c | 215 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 D | btstack_stdin_embedded.c | 109 btstack_run_loop_set_timer_handler(&stdin_timer_source, &btstack_stdin_timer_handler); in btstack_stdin_setup()
|
/btstack/src/mesh/ |
H A D | pb_adv.c | 203 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() 522 … btstack_run_loop_set_timer_handler(&pb_adv_link_timer, &pb_adv_timer_handler); in pb_adv_handler()
|
H A D | mesh_lower_transport.c | 253 …btstack_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() 564 …btstack_run_loop_set_timer_handler(&segmented_pdu->acknowledgement_timer, &mesh_lower_transport_ou… in mesh_lower_transport_outgoing_restart_segment_transmission_timer()
|
H A D | provisioning_provisioner.c | 140 … btstack_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 D | mesh_access.c | 207 … btstack_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 D | mesh_proxy.c | 200 … btstack_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 D | btstack_audio_portaudio.c | 422 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 D | btstack_run_loop.h | 232 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * timer, void (*process)(btstack_tim…
|
H A D | hci_transport_h5.c | 217 … btstack_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 D | btstack_run_loop.c | 193 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 D | immediate_alert_service_server.c | 127 btstack_run_loop_set_timer_handler(&ias_server_alert_timer, ias_server_timer_timeout_handler); in ias_server_start_alerting()
|
H A D | link_loss_service_server.c | 134 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 D | mock.c | 175 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 D | ancs_client_test.cpp | 64 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 D | btstack_chipset_atwilc3000.c | 234 btstack_run_loop_set_timer_handler(&reset_timer, &atwilc3000_configure_uart); in atwilc3000_wait_for_reset_completed()
|
/btstack/test/avdtp/ |
H A D | sine_encode_decode_ring_buffer_test.c | 175 …btstack_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 D | bnep_lwip.c | 441 btstack_run_loop_set_timer_handler(&bnep_lwip_timer, bnep_lwip_timeout_handler); in packet_handler()
|
/btstack/test/gatt_client/ |
H A D | mock.c | 224 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
|