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

  /system/bt/stack/gatt/
gatt_utils.cc 716 if (p_clcb->gatt_rsp_timer_ent == NULL) {
717 p_clcb->gatt_rsp_timer_ent = alarm_new("gatt.gatt_rsp_timer_ent");
719 alarm_set_on_queue(p_clcb->gatt_rsp_timer_ent, timeout_ms, gatt_rsp_timeout,
    [all...]
gatt_int.h 324 alarm_t* gatt_rsp_timer_ent; /* peer response timer */ member in struct:__anon106241
gatt_cl.cc     [all...]
gatt_api.cc     [all...]

Completed in 333 milliseconds