OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
412
UINT16
ssr_max_latency
;
local
420
if (p_cb->kdev[i].dscp_info.
ssr_max_latency
== HID_SSR_PARAM_INVALID)
424
BTM_GetLinkSuperTout(p_cb->kdev[i].addr, &
ssr_max_latency
) ;
425
ssr_max_latency
= BTA_HH_GET_DEF_SSR_MAX_LAT(
ssr_max_latency
);
429
if (
ssr_max_latency
> BTA_HH_SSR_MAX_LATENCY_DEF)
430
ssr_max_latency
= BTA_HH_SSR_MAX_LATENCY_DEF
[
all
...]
bta_hh_act.c
238
sdp_rec->
ssr_max_latency
,
370
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
238
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:__anon73519
/system/bt/btif/src/
btif_storage.c
[
all
...]
btif_hh.c
538
dest->
ssr_max_latency
= src->
ssr_max_latency
;
[
all
...]
Completed in 127 milliseconds