Searched refs:conf_timer (Results 1 – 4 of 4) sorted by relevance
434 p_tcb->conf_timer = alarm_new("gatt.conf_timer"); in gatt_allocate_tcb_by_bdaddr()547 alarm_set_on_mloop(p_tcb->conf_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in gatt_start_conf_timer()1269 alarm_free(p_tcb->conf_timer); in gatt_cleanup_upon_disc()1270 p_tcb->conf_timer = NULL; in gatt_cleanup_upon_disc()
162 alarm_free(gatt_cb.tcb[i].conf_timer); in gatt_free()163 gatt_cb.tcb[i].conf_timer = NULL; in gatt_free()
288 alarm_t* conf_timer; /* peer confirm to indication timer */ member
1158 alarm_cancel(tcb.conf_timer); in gatts_process_value_conf()