/btstack/platform/embedded/ |
H A D | btstack_audio_embedded.c | 120 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 D | btstack_stdin_embedded.c | 72 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 D | att_delayed_response.c | 154 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 D | led_counter.c | 82 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 D | hid_keyboard_demo.c | 263 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 D | nordic_spp_le_counter.c | 121 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 D | spp_flowcontrol.c | 120 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 D | ublox_spp_le_counter.c | 124 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 D | spp_counter.c | 129 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 D | audio_duplex.c | 163 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 D | ant_test.c | 229 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 D | gatt_counter.c | 153 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 D | hid_mouse_demo.c | 214 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 D | spp_and_gatt_counter.c | 249 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 D | hog_mouse_demo.c | 288 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 D | hog_keyboard_demo.c | 383 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 D | gatt_rgb.c | 76 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 D | gap_whitelist.c | 19 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 D | gatt_rgb.c | 87 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 D | btstack_audio_portaudio.c | 182 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 D | spp_counter.c | 129 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 D | l2cap_throughput.c | 83 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 D | sine_encode_decode_ring_buffer_test.c | 151 …btstack_run_loop_set_timer(&stream_endpoint->fill_audio_ring_buffer_timer, fill_audio_ring_buffer_… in test_fill_audio_ring_buffer_timeout_handler() 177 …btstack_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 D | mesh_access.c | 206 btstack_run_loop_set_timer(&mesh_access_acknowledged_timer, next_timeout_ms); in mesh_access_acknowledged_run() 321 … btstack_run_loop_set_timer(&base_transition->timer, base_transition->step_duration_ms); in mesh_server_transition_timeout() 334 … btstack_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 D | bnep_lwip.c | 360 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()
|