Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c185 btu_free_timer(&p_tcb->conf_timer_ent); in gatt_free()
186 memset(&p_tcb->conf_timer_ent, 0, sizeof(TIMER_LIST_ENT)); in gatt_free()
Dgatt_utils.c1319 p_tcb->conf_timer_ent.param = (TIMER_PARAM_TYPE)p_tcb; in gatt_start_conf_timer()
1320 btu_start_timer (&p_tcb->conf_timer_ent, BTU_TTYPE_ATT_WAIT_FOR_RSP, in gatt_start_conf_timer()
2375 btu_free_timer (&p_tcb->conf_timer_ent); in gatt_cleanup_upon_disc()
Dgatt_sr.c1712 btu_stop_timer (&p_tcb->conf_timer_ent); in gatts_process_value_conf()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h398 TIMER_LIST_ENT conf_timer_ent; /* peer confirm to indication timer */ member