Searched refs:conf_timer (Results 1 – 3 of 3) sorted by relevance
502 p_tcb->conf_timer = alarm_new("gatt.conf_timer"); in gatt_allocate_tcb_by_bdaddr()663 alarm_set_on_mloop(p_tcb->conf_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in gatt_start_conf_timer()682 alarm_cancel(tcb.conf_timer); in gatt_stop_conf_timer()1831 alarm_free(p_tcb->conf_timer); in gatt_cleanup_upon_disc()1832 p_tcb->conf_timer = NULL; in gatt_cleanup_upon_disc()
183 alarm_free(gatt_cb.tcb[i].conf_timer); in gatt_free()184 gatt_cb.tcb[i].conf_timer = NULL; in gatt_free()
316 alarm_t* conf_timer; /* peer confirm to indication timer */ member