Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c1151 p_tcb->ind_ack_timer_ent.param = (TIMER_PARAM_TYPE)p_tcb; in gatt_start_ind_ack_timer()
1153 btu_start_timer (&p_tcb->ind_ack_timer_ent, BTU_TTYPE_ATT_WAIT_FOR_IND_ACK, in gatt_start_ind_ack_timer()
2127 btu_stop_timer (&p_tcb->ind_ack_timer_ent); in gatt_cleanup_upon_disc()
Dgatt_int.h364 TIMER_LIST_ENT ind_ack_timer_ent; /* local app confirm to indication timer */ member
Dgatt_api.c1109 btu_stop_timer (&p_tcb->ind_ack_timer_ent); in GATTC_SendHandleValueConfirm()