Searched refs:conf_timer_ent (Results 1 – 4 of 4) sorted by relevance
185 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()
1319 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()
1712 btu_stop_timer (&p_tcb->conf_timer_ent); in gatts_process_value_conf()
398 TIMER_LIST_ENT conf_timer_ent; /* peer confirm to indication timer */ member