Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c1196 p_tcb->conf_timer_ent.param = (TIMER_PARAM_TYPE)p_tcb; in gatt_start_conf_timer()
1197 btu_start_timer (&p_tcb->conf_timer_ent, BTU_TTYPE_ATT_WAIT_FOR_RSP, in gatt_start_conf_timer()
2223 btu_stop_timer (&p_tcb->conf_timer_ent); in gatt_cleanup_upon_disc()
Dgatt_int.h373 TIMER_LIST_ENT conf_timer_ent; /* peer confirm to indication timer */ member
Dgatt_sr.c1420 btu_stop_timer (&p_tcb->conf_timer_ent); in gatts_process_value_conf()