Searched refs:conf_timer (Results 1 – 4 of 4) sorted by relevance
170 alarm_free(gatt_cb.tcb[i].conf_timer); in gatt_free()171 gatt_cb.tcb[i].conf_timer = NULL; in gatt_free()
973 p_tcb->conf_timer = alarm_new("gatt.conf_timer"); in gatt_allocate_tcb_by_bdaddr()1231 alarm_set_on_queue(p_tcb->conf_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in gatt_start_conf_timer()2283 alarm_free(p_tcb->conf_timer); in gatt_cleanup_upon_disc()2284 p_tcb->conf_timer = NULL; in gatt_cleanup_upon_disc()
371 alarm_t *conf_timer; /* peer confirm to indication timer */ member
1364 alarm_cancel(p_tcb->conf_timer); in gatts_process_value_conf()