Home
last modified time | relevance | path

Searched refs:btstack_run_loop_set_timer (Results 1 – 25 of 78) sorted by relevance

1234

/btstack/platform/embedded/
H A Dbtstack_audio_embedded.c120 btstack_run_loop_set_timer(ts, DRIVER_POLL_INTERVAL_MS); in driver_timer_handler_sink()
132 btstack_run_loop_set_timer(ts, DRIVER_POLL_INTERVAL_MS); in driver_timer_handler_source()
216 btstack_run_loop_set_timer(&driver_timer_sink, DRIVER_POLL_INTERVAL_MS); in btstack_audio_embedded_sink_start_stream()
232 btstack_run_loop_set_timer(&driver_timer_source, DRIVER_POLL_INTERVAL_MS); in btstack_audio_embedded_source_start_stream()
H A Dbtstack_stdin_embedded.c72 btstack_run_loop_set_timer(ts, RTT_POLL_INTERVAL_MS); in btstack_stdin_timer_handler()
110 btstack_run_loop_set_timer(&stdin_timer_source, RTT_POLL_INTERVAL_MS); in btstack_stdin_setup()
/btstack/example/
H A Datt_delayed_response.c154 btstack_run_loop_set_timer(&att_timer, ATT_VALUE_DELAY_MS); in att_update_value()
194 btstack_run_loop_set_timer(&att_timer, ATT_VALUE_DELAY_MS); in att_read_callback()
235 btstack_run_loop_set_timer(&att_timer, ATT_VALUE_DELAY_MS); in att_write_callback()
H A Dled_counter.c82 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
101 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in btstack_main()
H A Dhid_keyboard_demo.c263 btstack_run_loop_set_timer(ts, TYPING_DELAY_MS); in send_next()
323 btstack_run_loop_set_timer(&demo_text_timer, TYPING_DEMO_PERIOD_MS); in demo_text_timer_handler()
380 btstack_run_loop_set_timer(&send_timer, TYPING_KEYDOWN_MS); in packet_handler()
385 btstack_run_loop_set_timer(&send_timer, TYPING_DELAY_MS); in packet_handler()
H A Dnordic_spp_le_counter.c121 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
179 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in btstack_main()
H A Dspp_flowcontrol.c120 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
127 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in one_shot_timer_setup()
H A Dublox_spp_le_counter.c124 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
215 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in btstack_main()
H A Dspp_counter.c129 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
136 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in one_shot_timer_setup()
H A Daudio_duplex.c163 btstack_run_loop_set_timer(ts, TEST_START_STOP_INTERVAL); in start_loopback()
189 btstack_run_loop_set_timer(ts, TEST_START_STOP_INTERVAL); in stop_loopback()
H A Dant_test.c229 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
260 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in btstack_main()
H A Dgatt_counter.c153 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in le_counter_setup()
192 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
H A Dhid_mouse_demo.c214 btstack_run_loop_set_timer(ts, MOUSE_PERIOD_MS); in mousing_timer_handler()
225 btstack_run_loop_set_timer(&mousing_timer, MOUSE_PERIOD_MS); in hid_embedded_start_mousing()
H A Dspp_and_gatt_counter.c249 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
313 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in btstack_main()
H A Dhog_mouse_demo.c288 btstack_run_loop_set_timer(ts, MOUSE_PERIOD_MS); in mousing_timer_handler()
302 btstack_run_loop_set_timer(&mousing_timer, MOUSE_PERIOD_MS); in hid_embedded_start_mousing()
H A Dhog_keyboard_demo.c383 btstack_run_loop_set_timer(ts, TYPING_PERIOD_MS); in typing_timer_handler()
393 btstack_run_loop_set_timer(&typing_timer, TYPING_PERIOD_MS); in hid_embedded_start_typing()
/btstack/port/renesas-ek-ra6m4a-da14531/example/
H A Dgatt_rgb.c76 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS - HEARTBEAT_BLINK_MS); in heartbeat_handler_led_off()
83 btstack_run_loop_set_timer(ts, HEARTBEAT_BLINK_MS); in heartbeat_handler_led_on()
173 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in btstack_main()
/btstack/test/gap/
H A Dgap_whitelist.c19 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
35 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in packet_handler()
/btstack/port/stm32-l451-miromico-sx1280/example/
H A Dgatt_rgb.c87 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS - HEARTBEAT_BLINK_MS); in heartbeat_handler_led_off()
95 btstack_run_loop_set_timer(ts, HEARTBEAT_BLINK_MS); in heartbeat_handler_led_on()
180 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in btstack_main()
/btstack/platform/posix/
H A Dbtstack_audio_portaudio.c182 btstack_run_loop_set_timer(ts, DRIVER_POLL_INTERVAL_MS); in driver_timer_handler_sink()
198 btstack_run_loop_set_timer(ts, DRIVER_POLL_INTERVAL_MS); in driver_timer_handler_source()
423 btstack_run_loop_set_timer(&driver_timer_sink, DRIVER_POLL_INTERVAL_MS); in btstack_audio_portaudio_sink_start_stream()
442 btstack_run_loop_set_timer(&driver_timer_source, DRIVER_POLL_INTERVAL_MS); in btstack_audio_portaudio_source_start_stream()
/btstack/test/classic-oob-pairing/
H A Dspp_counter.c129 btstack_run_loop_set_timer(ts, HEARTBEAT_PERIOD_MS); in heartbeat_handler()
136 btstack_run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); in one_shot_timer_setup()
/btstack/platform/daemon/example/
H A Dl2cap_throughput.c83 btstack_run_loop_set_timer(&timer, 3000); in timer_handler()
117 btstack_run_loop_set_timer(&timer, 3000); in packet_handler()
/btstack/test/avdtp/
H A Dsine_encode_decode_ring_buffer_test.c151btstack_run_loop_set_timer(&stream_endpoint->fill_audio_ring_buffer_timer, fill_audio_ring_buffer_… in test_fill_audio_ring_buffer_timeout_handler()
177btstack_run_loop_set_timer(&stream_endpoint->fill_audio_ring_buffer_timer, fill_audio_ring_buffer_… in test_fill_audio_ring_buffer_timer_start()
/btstack/src/mesh/
H A Dmesh_access.c206 btstack_run_loop_set_timer(&mesh_access_acknowledged_timer, next_timeout_ms); in mesh_access_acknowledged_run()
321btstack_run_loop_set_timer(&base_transition->timer, base_transition->step_duration_ms); in mesh_server_transition_timeout()
334btstack_run_loop_set_timer(&base_transition->timer, base_transition->step_duration_ms); in mesh_server_transition_timeout()
360 btstack_run_loop_set_timer(&base_transition->timer, delay_time_gdtt * 5); in mesh_access_transition_setup()
368 btstack_run_loop_set_timer(&base_transition->timer, base_transition->step_duration_ms); in mesh_access_transition_setup()
1064 btstack_run_loop_set_timer(&mesh_access_publication_timer, next_timeout_ms); in mesh_model_publication_run()
/btstack/platform/lwip/
H A Dbnep_lwip.c360 btstack_run_loop_set_timer(ts, LWIP_TIMER_INTERVAL_MS); in bnep_lwip_timeout_handler()
442 btstack_run_loop_set_timer(&bnep_lwip_timer, LWIP_TIMER_INTERVAL_MS); in packet_handler()

1234