ESP-IDF
tL2CAP_ERTM_INFO::allowed_modes
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::allowed_modes
tL2CAP_ERTM_INFO::allowed_modes field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:323
UINT8
allowed_modes
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
allowed_modes
;
l2c_api.h:323
p_ccb
->
ertm_info
.
allowed_modes
=
gap_conn.c:216
GAP_ConnOpen()
(
p_ertm_info
)
?
p_ertm_info
->
allowed_modes
:
0
,
l2c_api.c:233
L2CA_ErtmConnectReq()
p_ccb
->
ertm_info
.
allowed_modes
&=
~
L2CAP_FCR_CHAN_OPT_ERTM
;
l2c_fcr.c:1707
l2c_fcr_chk_chan_modes()
p_ccb
->
ertm_info
.
allowed_modes
&=
~
L2CAP_FCR_CHAN_OPT_STREAM
;
l2c_fcr.c:1711
l2c_fcr_chk_chan_modes()
if
(
!
p_ccb
->
ertm_info
.
allowed_modes
)
{
l2c_fcr.c:1715
l2c_fcr_chk_chan_modes()
return
(
p_ccb
->
ertm_info
.
allowed_modes
)
;
l2c_fcr.c:1719
l2c_fcr_chk_chan_modes()
if
(
p_ccb
->
ertm_info
.
allowed_modes
==
L2CAP_FCR_CHAN_OPT_BASIC
)
{
l2c_fcr.c:1748
l2c_fcr_adj_our_req_options()
else
if
(
p_ccb
->
ertm_info
.
allowed_modes
==
L2CAP_FCR_CHAN_OPT_BASIC
)
{
l2c_fcr.c:1767
l2c_fcr_adj_our_req_options()
if
(
p_fcr
->
mode
==
L2CAP_FCR_STREAM_MODE
&&
!
(
p_ccb
->
ertm_info
.
allowed_modes
&
L2CAP_FCR_CHAN_OPT_STREAM
)
)
{
l2c_fcr.c:1779
l2c_fcr_adj_our_req_options()
if
(
p_fcr
->
mode
==
L2CAP_FCR_ERTM_MODE
&&
!
(
p_ccb
->
ertm_info
.
allowed_modes
&
L2CAP_FCR_CHAN_OPT_ERTM
)
)
{
l2c_fcr.c:1785
l2c_fcr_adj_our_req_options()
if
(
(
peer_mode
==
L2CAP_FCR_ERTM_MODE
)
&&
(
p_ccb
->
ertm_info
.
allowed_modes
&
L2CAP_FCR_CHAN_OPT_ERTM
)
)
{
l2c_fcr.c:1943
l2c_fcr_renegotiate_chan()
if
(
p_ccb
->
ertm_info
.
allowed_modes
&
L2CAP_FCR_CHAN_OPT_BASIC
)
{
l2c_fcr.c:1951
l2c_fcr_renegotiate_chan()
p_ccb
->
ertm_info
.
allowed_modes
)
;
l2c_fcr.c:2020
l2c_fcr_process_peer_cfg_req()
if
(
!
(
p_ccb
->
ertm_info
.
allowed_modes
&
L2CAP_FCR_CHAN_OPT_BASIC
)
)
{
l2c_fcr.c:2025
l2c_fcr_process_peer_cfg_req()
||
!
(
p_ccb
->
ertm_info
.
allowed_modes
&
L2CAP_FCR_CHAN_OPT_ERTM
)
)
{
l2c_fcr.c:2057
l2c_fcr_process_peer_cfg_req()
p_ccb
->
ertm_info
.
allowed_modes
=
L2CAP_FCR_CHAN_OPT_BASIC
|
L2CAP_FCR_CHAN_OPT_ERTM
;
l2c_utils.c:1574
l2cu_allocate_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2CAP_ERTM_INFO::allowed_modes
is written by 3 functions and is read by 5 functions:
GAP_ConnOpen()
l2c_fcr_chk_chan_modes()
l2cu_allocate_ccb()
All items filtered out
tL2CAP_ERTM_INFO::allowed_modes
L2CA_ErtmConnectReq()
l2c_fcr_chk_chan_modes()
l2c_fcr_adj_our_req_options()
l2c_fcr_renegotiate_chan()
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