Home
last modified time | relevance | path

Searched refs:conf_timer (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/gatt/
Dgatt_main.c170 alarm_free(gatt_cb.tcb[i].conf_timer); in gatt_free()
171 gatt_cb.tcb[i].conf_timer = NULL; in gatt_free()
Dgatt_utils.c973 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()
Dgatt_int.h371 alarm_t *conf_timer; /* peer confirm to indication timer */ member
Dgatt_sr.c1364 alarm_cancel(p_tcb->conf_timer); in gatts_process_value_conf()