Home
last modified time | relevance | path

Searched refs:btstack_run_loop_get_timer_context (Results 1 – 23 of 23) sorted by relevance

/btstack/test/embedded/
H A Dembedded_test.cpp70 (void) btstack_run_loop_get_timer_context(&timer_1); in TEST()
/btstack/src/
H A Dbtstack_run_loop.h242 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer);
H A Dbtstack_run_loop.c270 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer){ in btstack_run_loop_get_timer_context() function
H A Dl2cap.c369 l2cap_channel_t * l2cap_channel = (l2cap_channel_t *) btstack_run_loop_get_timer_context(ts); in l2cap_ertm_monitor_timeout_callback()
397 l2cap_channel_t * l2cap_channel = (l2cap_channel_t *) btstack_run_loop_get_timer_context(ts); in l2cap_ertm_retransmission_timeout_callback()
H A Dhci.c464 hci_connection_t * connection = (hci_connection_t *) btstack_run_loop_get_timer_context(timer); in hci_connection_timeout_handler()
/btstack/test/mesh/
H A Dmock.c184 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * ts){ in btstack_run_loop_get_timer_context() function
/btstack/src/mesh/
H A Dmesh_lower_transport.c230 …_segmented_pdu_t * segmented_pdu = (mesh_segmented_pdu_t *) btstack_run_loop_get_timer_context(ts); in mesh_lower_transport_incoming_ack_timeout()
239 …_segmented_pdu_t * segmented_pdu = (mesh_segmented_pdu_t *) btstack_run_loop_get_timer_context(ts); in mesh_lower_transport_incoming_incomplete_timeout()
761 …_segmented_pdu_t * segmented_pdu = (mesh_segmented_pdu_t *) btstack_run_loop_get_timer_context(ts); in mesh_lower_transport_outgoing_segment_transmission_timeout()
H A Dmesh_access.c315 … mesh_transition_t * base_transition = (mesh_transition_t*) btstack_run_loop_get_timer_context(ts); in mesh_server_transition_timeout()
/btstack/test/gatt-service-client/
H A Dancs_client_test.cpp72 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer){ in btstack_run_loop_get_timer_context() function
H A Ddevice_information_service_client_test.cpp74 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer){ in btstack_run_loop_get_timer_context() function
H A Dbattery_service_client_test.cpp62 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer){ in btstack_run_loop_get_timer_context() function
/btstack/test/avdtp/
H A Dsine_encode_decode_ring_buffer_test.c150 avdtp_stream_endpoint_t * stream_endpoint = btstack_run_loop_get_timer_context(timer); in test_fill_audio_ring_buffer_timeout_handler()
/btstack/test/gatt_server/
H A Dmock.c251 void * btstack_run_loop_get_timer_context(btstack_timer_source_t *ts){ in btstack_run_loop_get_timer_context() function
/btstack/src/classic/
H A Davrcp_browsing.c72 uint16_t avrcp_cid = (uint16_t)(uintptr_t) btstack_run_loop_get_timer_context(timer); in avrcp_retry_timer_timeout_handler()
H A Da2dp.c277 uint16_t avdtp_cid = (uint16_t)(uintptr_t) btstack_run_loop_get_timer_context(timer); in a2dp_config_process_timer_handler()
H A Davrcp.c930 uint16_t avrcp_cid = (uint16_t)(uintptr_t) btstack_run_loop_get_timer_context(timer); in avrcp_retry_timer_timeout_handler()
H A Dbnep.c672 bnep_channel_t *channel = btstack_run_loop_get_timer_context(timer); in bnep_channel_timer_handler()
H A Davdtp.c809 uint16_t avdtp_cid = (uint16_t)(uintptr_t) btstack_run_loop_get_timer_context(timer); in avdtp_retry_timer_timeout_handler()
H A Davrcp_controller.c671 … avrcp_connection_t * connection = (avrcp_connection_t*) btstack_run_loop_get_timer_context(timer); in avrcp_press_and_hold_timeout_handler()
/btstack/src/ble/gatt-service/
H A Dbattery_service_client.c321 uint16_t battery_service_cid = (uint16_t)(uintptr_t) btstack_run_loop_get_timer_context(timer); in battery_service_poll_timer_timeout_handler()
/btstack/example/
H A Da2dp_source_demo.c458 …ing_context_t * context = (a2dp_media_sending_context_t *) btstack_run_loop_get_timer_context(time… in a2dp_demo_audio_timeout_handler()
/btstack/src/ble/
H A Datt_server.c277 void * context = btstack_run_loop_get_timer_context(ts); in att_handle_value_indication_timeout()
H A Dsm.c690 sm_connection_t * sm_conn = (sm_connection_t*) btstack_run_loop_get_timer_context(timer); in sm_timeout_handler()