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

  /system/bt/bta/hh/
bta_hh_utils.c 185 UINT16 ssr_max_latency,
200 p_cb->dscp_info.ssr_max_latency = ssr_max_latency;
415 UINT16 ssr_max_latency; local
423 if (p_cb->kdev[i].dscp_info.ssr_max_latency == HID_SSR_PARAM_INVALID)
427 BTM_GetLinkSuperTout(p_cb->kdev[i].addr, &ssr_max_latency) ;
428 ssr_max_latency = BTA_HH_GET_DEF_SSR_MAX_LAT(ssr_max_latency);
432 if (ssr_max_latency > BTA_HH_SSR_MAX_LATENCY_DEF)
433 ssr_max_latency = BTA_HH_SSR_MAX_LATENCY_DEF
    [all...]
bta_hh_act.c 238 sdp_rec->ssr_max_latency,
371 p_cb->dscp_info.ssr_max_latency,
    [all...]
bta_hh_le.c     [all...]
  /system/bt/stack/include/
hiddefs.h 147 UINT16 ssr_max_latency; /* HIDSSRHostMaxLatency value, if HID_SSR_PARAM_INVALID not used*/ member in struct:sdp_info
  /system/bt/btif/include/
btif_storage.h 235 UINT8 ctry_code, UINT16 ssr_max_latency,
  /system/bt/stack/hid/
hidh_api.c 213 p_nvi->ssr_max_latency = p_attr->attr_value.v.u16;
216 p_nvi->ssr_max_latency = HID_SSR_PARAM_INVALID;
  /system/bt/bta/include/
bta_hh_api.h 202 UINT16 ssr_max_latency; /* SSR max latency, BTA_HH_SSR_PARAM_INVALID if unknown */ member in struct:__anon68921
  /system/bt/btif/src/
btif_storage.c     [all...]
btif_hh.c 565 dest->ssr_max_latency = src->ssr_max_latency;
    [all...]

Completed in 230 milliseconds