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 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,
    [all...]
gatt_main.cc 165 alarm_free(gatt_cb.tcb[i].conf_timer);
166 gatt_cb.tcb[i].conf_timer = NULL;
    [all...]
gatt_int.h 287 alarm_t* conf_timer; /* peer confirm to indication timer */ member in struct:__anon113659
gatt_sr.cc     [all...]

Completed in 681 milliseconds