HomeSort by relevance Sort by last modified time
    Searched refs:conf_timer (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/gatt/
gatt_utils.cc 500 p_tcb->conf_timer = alarm_new("gatt.conf_timer");
733 alarm_set_on_queue(p_tcb->conf_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS,
    [all...]
gatt_main.cc 167 alarm_free(gatt_cb.tcb[i].conf_timer);
168 gatt_cb.tcb[i].conf_timer = NULL;
    [all...]
gatt_int.h 284 alarm_t* conf_timer; /* peer confirm to indication timer */ member in struct:__anon106239
gatt_sr.cc     [all...]

Completed in 65 milliseconds