/btstack/src/ |
H A D | btstack_run_loop.h | 237 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context);
|
H A D | btstack_run_loop.c | 263 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() function
|
H A D | l2cap.c | 343 btstack_run_loop_set_timer_context(&channel->monitor_timer, channel); in l2cap_ertm_start_monitor_timer() 357 btstack_run_loop_set_timer_context(&channel->retransmission_timer, channel); in l2cap_ertm_start_retransmission_timer()
|
H A D | hci.c | 296 btstack_run_loop_set_timer_context(&conn->timeout, conn); in hci_connection_init()
|
/btstack/test/mesh/ |
H A D | mock.c | 180 void btstack_run_loop_set_timer_context(btstack_timer_source_t * ts, void * context){ in btstack_run_loop_set_timer_context() function
|
/btstack/src/mesh/ |
H A D | mesh_lower_transport.c | 254 btstack_run_loop_set_timer_context(&segmented_pdu->acknowledgement_timer, segmented_pdu); in mesh_lower_transport_incoming_start_acknowledgment_timer() 269 btstack_run_loop_set_timer_context(&segmented_pdu->incomplete_timer, segmented_pdu); in mesh_lower_transport_incoming_restart_incomplete_timer() 565 …btstack_run_loop_set_timer_context(&segmented_pdu->acknowledgement_timer, lower_transport_outgoing… in mesh_lower_transport_outgoing_restart_segment_transmission_timer()
|
H A D | mesh_access.c | 354 btstack_run_loop_set_timer_context(&base_transition->timer, base_transition); in mesh_access_transition_setup()
|
H A D | mesh_configuration_server.c | 1884 …btstack_run_loop_set_timer_context(&mesh_heartbeat_publication->timer, mesh_heartbeat_publication); in config_heartbeat_publication_set_handler()
|
/btstack/test/gatt-service-client/ |
H A D | ancs_client_test.cpp | 68 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() function
|
H A D | device_information_service_client_test.cpp | 70 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() function
|
H A D | battery_service_client_test.cpp | 58 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() function
|
/btstack/test/avdtp/ |
H A D | sine_encode_decode_ring_buffer_test.c | 176 …btstack_run_loop_set_timer_context(&stream_endpoint->fill_audio_ring_buffer_timer, stream_endpoint… in test_fill_audio_ring_buffer_timer_start()
|
/btstack/src/classic/ |
H A D | a2dp.c | 279 btstack_run_loop_set_timer_context(&a2dp_config_process_set_config_timer, NULL); in a2dp_config_process_timer_handler() 303 …btstack_run_loop_set_timer_context(&a2dp_config_process_set_config_timer, (void *)(uintptr_t)avdtp… in a2dp_config_process_timer_start() 318 btstack_run_loop_set_timer_context(&a2dp_config_process_set_config_timer, NULL); in a2dp_config_process_timer_stop()
|
H A D | avrcp_browsing.c | 93 …btstack_run_loop_set_timer_context(&connection->retry_timer, (void *)(uintptr_t)connection->avrcp_… in avrcp_retry_timer_start()
|
H A D | avrcp.c | 945 …btstack_run_loop_set_timer_context(&connection->retry_timer, (void *)(uintptr_t)connection->avrcp_… in avrcp_retry_timer_start()
|
H A D | bnep.c | 706 btstack_run_loop_set_timer_context(&channel->timer, channel); in bnep_channel_start_timer()
|
H A D | avdtp.c | 822 …btstack_run_loop_set_timer_context(&connection->retry_timer, (void *)(uintptr_t)connection->avdtp_… in avdtp_retry_timer_start()
|
H A D | avrcp_controller.c | 681 … btstack_run_loop_set_timer_context(&connection->controller_press_and_hold_cmd_timer, connection); in avrcp_press_and_hold_timer_start()
|
/btstack/src/ble/gatt-service/ |
H A D | battery_service_client.c | 332 btstack_run_loop_set_timer_context(&client->poll_timer, (void *)(uintptr_t)client->cid); in battery_service_poll_timer_start()
|
/btstack/example/ |
H A D | a2dp_source_demo.c | 496 btstack_run_loop_set_timer_context(&context->audio_timer, context); in a2dp_demo_timer_start()
|
/btstack/src/ble/ |
H A D | sm.c | 701 btstack_run_loop_set_timer_context(&setup->sm_timeout, sm_conn); in sm_timeout_start()
|