OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temp_pkt_types
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_sco.c
142
UINT16
temp_pkt_types
;
local
185
temp_pkt_types
= (p_setup->packet_types &
193
if (!(
temp_pkt_types
& BTM_ESCO_LINK_ONLY_MASK))
195
temp_pkt_types
|= BTM_SCO_PKT_TYPES_MASK_EV3;
201
temp_pkt_types
&= BTM_SCO_LINK_ONLY_MASK;
205
temp_pkt_types
|= BTM_SCO_EXCEPTION_PKTS_MASK;
211
temp_pkt_types
|= ((p_setup->packet_types & BTM_SCO_EXCEPTION_PKTS_MASK) |
217
p_setup->retrans_effort,
temp_pkt_types
))
219
p_setup->packet_types =
temp_pkt_types
;
402
UINT16
temp_pkt_types
;
local
563
UINT16
temp_pkt_types
;
local
1500
UINT16
temp_pkt_types
;
local
[
all
...]
btm_acl.c
2416
UINT16
temp_pkt_types
;
local
[
all
...]
Completed in 239 milliseconds