Home
last modified time | relevance | path

Searched refs:connection_timer (Results 1 – 3 of 3) sorted by relevance

/btstack/example/
H A Dhog_host_demo.c92 static btstack_timer_source_t connection_timer; variable
272 btstack_run_loop_set_timer(&connection_timer, 10000); in hog_connect()
273 btstack_run_loop_set_timer_handler(&connection_timer, &hog_connection_timeout); in hog_connect()
274 btstack_run_loop_add_timer(&connection_timer); in hog_connect()
426 btstack_run_loop_set_timer(&connection_timer, 100); in packet_handler()
427 btstack_run_loop_set_timer_handler(&connection_timer, &hog_reconnect_timeout); in packet_handler()
428 btstack_run_loop_add_timer(&connection_timer); in packet_handler()
434 btstack_run_loop_remove_timer(&connection_timer); in packet_handler()
H A Dhog_boot_host_demo.c92 static btstack_timer_source_t connection_timer; variable
279 btstack_run_loop_set_timer(&connection_timer, 10000); in hog_connect()
280 btstack_run_loop_set_timer_handler(&connection_timer, &hog_connection_timeout); in hog_connect()
281 btstack_run_loop_add_timer(&connection_timer); in hog_connect()
502 btstack_run_loop_set_timer(&connection_timer, 100); in packet_handler()
503 btstack_run_loop_set_timer_handler(&connection_timer, &hog_reconnect_timeout); in packet_handler()
504 btstack_run_loop_add_timer(&connection_timer); in packet_handler()
510 btstack_run_loop_remove_timer(&connection_timer); in packet_handler()
/btstack/port/arduino/
H A DBTstack.cpp79 static btstack_timer_source_t connection_timer; variable
175 btstack_run_loop_remove_timer(&connection_timer); in packet_handler()
698 btstack_run_loop_set_timer(&connection_timer, timeout_ms); in bleConnect()
699 btstack_run_loop_set_timer_handler(&connection_timer, connection_timeout_handler); in bleConnect()
700 btstack_run_loop_add_timer(&connection_timer); in bleConnect()
704 btstack_run_loop_remove_timer(&connection_timer); in bleDisconnect()