Home | History | Annotate | Download | only in gatt

Lines Matching refs:conf_timer

452     p_tcb->conf_timer = alarm_new("gatt.conf_timer");
685 alarm_set_on_mloop(p_tcb->conf_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS,
1397 alarm_free(p_tcb->conf_timer);
1398 p_tcb->conf_timer = NULL;