Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/gatt/
H A Dgatt_utils.cc441 p_tcb->conf_timer = alarm_new("gatt.conf_timer"); in gatt_allocate_tcb_by_bdaddr()
575 alarm_set_on_mloop(p_tcb->conf_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in gatt_start_conf_timer()
593 alarm_cancel(tcb.conf_timer); in gatt_stop_conf_timer()
1569 alarm_free(p_tcb->conf_timer); in gatt_cleanup_upon_disc()
1570 p_tcb->conf_timer = NULL; in gatt_cleanup_upon_disc()
H A Dgatt_main.cc156 alarm_free(gatt_cb.tcb[i].conf_timer); in gatt_free()
157 gatt_cb.tcb[i].conf_timer = NULL; in gatt_free()
H A Dgatt_int.h309 alarm_t* conf_timer; /* peer confirm to indication timer */ member