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.c1211 p_tcb->ind_ack_timer_ent.param = (TIMER_PARAM_TYPE)p_tcb; in gatt_start_ind_ack_timer()
1213 btu_start_timer (&p_tcb->ind_ack_timer_ent, BTU_TTYPE_ATT_WAIT_FOR_IND_ACK, in gatt_start_ind_ack_timer()
2222 btu_stop_timer (&p_tcb->ind_ack_timer_ent); in gatt_cleanup_upon_disc()
Dgatt_int.h379 TIMER_LIST_ENT ind_ack_timer_ent; /* local app confirm to indication timer */ member
Dgatt_api.c1119 btu_stop_timer (&p_tcb->ind_ack_timer_ent); in GATTC_SendHandleValueConfirm()