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

  /system/bt/stack/gatt/
gatt_utils.cc 501 p_tcb->ind_ack_timer = alarm_new("gatt.ind_ack_timer");
749 alarm_set_on_queue(p_tcb->ind_ack_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS,
    [all...]
gatt_main.cc 170 alarm_free(gatt_cb.tcb[i].ind_ack_timer);
171 gatt_cb.tcb[i].ind_ack_timer = NULL;
    [all...]
gatt_int.h 290 alarm_t* ind_ack_timer; /* local app confirm to indication timer */ member in struct:__anon106239
gatt_api.cc     [all...]

Completed in 64 milliseconds