Home
last modified time | relevance | path

Searched refs:ind_ack_timer_ent (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c185 btu_free_timer(&p_tcb->ind_ack_timer_ent); in gatt_free()
186 memset(&p_tcb->ind_ack_timer_ent, 0, sizeof(TIMER_LIST_ENT)); in gatt_free()
Dgatt_utils.c1310 p_tcb->ind_ack_timer_ent.param = (TIMER_PARAM_TYPE)p_tcb; in gatt_start_ind_ack_timer()
1312 btu_start_timer (&p_tcb->ind_ack_timer_ent, BTU_TTYPE_ATT_WAIT_FOR_IND_ACK, in gatt_start_ind_ack_timer()
2350 btu_free_timer (&p_tcb->ind_ack_timer_ent); in gatt_cleanup_upon_disc()
Dgatt_api.c1117 btu_stop_timer (&p_tcb->ind_ack_timer_ent); in GATTC_SendHandleValueConfirm()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h404 TIMER_LIST_ENT ind_ack_timer_ent; /* local app confirm to indication timer */ member