ESP-IDF
tL2CAP_ERTM_INFO::preferred_mode
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tL2CAP_ERTM_INFO::preferred_mode
tL2CAP_ERTM_INFO::preferred_mode field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:322
UINT8
preferred_mode
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
preferred_mode
;
l2c_api.h:322
p_ccb
->
ertm_info
.
preferred_mode
=
p_ccb
->
cfg
.
fcr
.
mode
;
gap_conn.c:204
GAP_ConnOpen()
(
p_ertm_info
)
?
p_ertm_info
->
preferred_mode
:
0
)
;
l2c_api.c:234
L2CA_ErtmConnectReq()
if
(
p_fcr
->
mode
!=
p_ccb
->
ertm_info
.
preferred_mode
)
{
l2c_fcr.c:1739
l2c_fcr_adj_our_req_options()
p_ccb
->
ertm_info
.
preferred_mode
,
p_fcr
->
mode
)
;
l2c_fcr.c:1741
l2c_fcr_adj_our_req_options()
p_fcr
->
mode
=
p_ccb
->
ertm_info
.
preferred_mode
;
l2c_fcr.c:1744
l2c_fcr_adj_our_req_options()
p_cfg
->
fcr_present
,
p_cfg
->
fcr
.
mode
,
p_ccb
->
our_cfg
.
fcr
.
mode
,
p_ccb
->
ertm_info
.
preferred_mode
,
l2c_fcr.c:2019
l2c_fcr_process_peer_cfg_req()
else
if
(
p_cfg
->
fcr
.
mode
!=
p_ccb
->
ertm_info
.
preferred_mode
)
{
l2c_fcr.c:2031
l2c_fcr_process_peer_cfg_req()
||
(
p_ccb
->
ertm_info
.
preferred_mode
==
L2CAP_FCR_ERTM_MODE
)
)
{
l2c_fcr.c:2038
l2c_fcr_process_peer_cfg_req()
else
if
(
p_ccb
->
ertm_info
.
preferred_mode
==
L2CAP_FCR_BASIC_MODE
)
{
l2c_fcr.c:2046
l2c_fcr_process_peer_cfg_req()
p_ccb
->
ertm_info
.
preferred_mode
=
L2CAP_FCR_BASIC_MODE
;
/* Default mode for channel is basic mode */
l2c_utils.c:1573
l2cu_allocate_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2CAP_ERTM_INFO::preferred_mode
is written by 2 functions and is read by 3 functions:
GAP_ConnOpen()
l2cu_allocate_ccb()
All items filtered out
tL2CAP_ERTM_INFO::preferred_mode
L2CA_ErtmConnectReq()
l2c_fcr_adj_our_req_options()
l2c_fcr_process_peer_cfg_req()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out