Home
last modified time | relevance | path

Searched refs:btstack_run_loop_set_timer_context (Results 1 – 21 of 21) sorted by relevance

/btstack/src/
H A Dbtstack_run_loop.h237 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context);
H A Dbtstack_run_loop.c263 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() function
H A Dl2cap.c343 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 Dhci.c296 btstack_run_loop_set_timer_context(&conn->timeout, conn); in hci_connection_init()
/btstack/test/mesh/
H A Dmock.c180 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 Dmesh_lower_transport.c254 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()
565btstack_run_loop_set_timer_context(&segmented_pdu->acknowledgement_timer, lower_transport_outgoing… in mesh_lower_transport_outgoing_restart_segment_transmission_timer()
H A Dmesh_access.c354 btstack_run_loop_set_timer_context(&base_transition->timer, base_transition); in mesh_access_transition_setup()
H A Dmesh_configuration_server.c1884btstack_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 Dancs_client_test.cpp68 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() function
H A Ddevice_information_service_client_test.cpp70 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() function
H A Dbattery_service_client_test.cpp58 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 Dsine_encode_decode_ring_buffer_test.c176btstack_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 Da2dp.c279 btstack_run_loop_set_timer_context(&a2dp_config_process_set_config_timer, NULL); in a2dp_config_process_timer_handler()
303btstack_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 Davrcp_browsing.c93btstack_run_loop_set_timer_context(&connection->retry_timer, (void *)(uintptr_t)connection->avrcp_… in avrcp_retry_timer_start()
H A Davrcp.c945btstack_run_loop_set_timer_context(&connection->retry_timer, (void *)(uintptr_t)connection->avrcp_… in avrcp_retry_timer_start()
H A Dbnep.c706 btstack_run_loop_set_timer_context(&channel->timer, channel); in bnep_channel_start_timer()
H A Davdtp.c822btstack_run_loop_set_timer_context(&connection->retry_timer, (void *)(uintptr_t)connection->avdtp_… in avdtp_retry_timer_start()
H A Davrcp_controller.c681btstack_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 Dbattery_service_client.c332 btstack_run_loop_set_timer_context(&client->poll_timer, (void *)(uintptr_t)client->cid); in battery_service_poll_timer_start()
/btstack/example/
H A Da2dp_source_demo.c496 btstack_run_loop_set_timer_context(&context->audio_timer, context); in a2dp_demo_timer_start()
/btstack/src/ble/
H A Dsm.c701 btstack_run_loop_set_timer_context(&setup->sm_timeout, sm_conn); in sm_timeout_start()