Home
last modified time | relevance | path

Searched refs:tle (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_utils.c223 TIMER_LIST_ENT *p_tle = &p_mcb->tle; in rfc_timer_start()
243 btu_stop_timer (&p_mcb->tle); in rfc_timer_stop()
257 btu_free_timer (&p_mcb->tle); in rfc_timer_free()
258 memset(&p_mcb->tle, 0, sizeof(TIMER_LIST_ENT)); in rfc_timer_free()
270 TIMER_LIST_ENT *p_tle = &p_port->rfc.tle; in rfc_port_timer_start()
290 btu_stop_timer (&p_port->rfc.tle); in rfc_port_timer_stop()
304 btu_free_timer (&p_port->rfc.tle); in rfc_port_timer_free()
305 memset(&p_port->rfc.tle, 0, sizeof(TIMER_LIST_ENT)); in rfc_port_timer_free()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h91 TIMER_LIST_ENT tle; /* Timer list entry */ member
134 TIMER_LIST_ENT tle; /* Timer list entry */ member