OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcs_present
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c
473
cfg_info.fcr_present = cfg_info.
fcs_present
= FALSE;
514
cfg_info.
fcs_present
= TRUE;
575
cfg_info.fcr_present = cfg_info.
fcs_present
= FALSE;
616
cfg_info.
fcs_present
= TRUE;
[
all
...]
l2c_api.c
457
p_cfg->
fcs_present
= FALSE;
491
cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->
fcs_present
);
[
all
...]
l2c_fcr.c
[
all
...]
l2c_utils.c
537
if (p_cfg->
fcs_present
)
592
if (p_cfg->
fcs_present
)
[
all
...]
/external/bluetooth/bluedroid/stack/mcap/
mca_main.c
278
p_cfg->
fcs_present
= TRUE;
/external/bluetooth/bluedroid/stack/include/
l2c_api.h
160
BOOLEAN
fcs_present
; /* Optionally bypasses FCS checks */
member in struct:__anon3821
[
all
...]
/external/bluetooth/bluedroid/stack/gap/
gap_conn.c
907
p_cfg->
fcs_present
= FALSE;
[
all
...]
Completed in 3365 milliseconds