ESP-IDF
t_l2c_ccb::peer_cfg_bits
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
t_l2c_ccb::peer_cfg_bits
t_l2c_ccb::peer_cfg_bits field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:310
tL2CAP_CH_CFG_BITS
peer_cfg_bits
;
Examples
References
from
examples
Code
Location
Referrer
tL2CAP_CH_CFG_BITS
peer_cfg_bits
;
/* Store what peer wants to configure */
l2c_int.h:310
*
p_peer_cfg_bits
=
p_ccb
->
peer_cfg_bits
;
l2c_api.c:2082
L2CA_GetCurrentConfig()
p_ccb
->
peer_cfg_bits
|=
L2CAP_CH_CFG_MASK_FCS
;
l2c_fcr.c:2072
l2c_fcr_process_peer_cfg_req()
p_ccb
->
peer_cfg_bits
|=
L2CAP_CH_CFG_MASK_FCR
;
l2c_fcr.c:2105
l2c_fcr_process_peer_cfg_req()
p_ccb
->
peer_cfg_bits
=
0
;
l2c_utils.c:1526
l2cu_allocate_ccb()
p_ccb
->
peer_cfg_bits
|=
L2CAP_CH_CFG_MASK_MTU
;
l2c_utils.c:1995
l2cu_process_peer_cfg_req()
p_ccb
->
peer_cfg_bits
|=
L2CAP_CH_CFG_MASK_FLUSH_TO
;
l2c_utils.c:2015
l2cu_process_peer_cfg_req()
p_ccb
->
peer_cfg_bits
|=
L2CAP_CH_CFG_MASK_QOS
;
l2c_utils.c:2032
l2cu_process_peer_cfg_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_l2c_ccb::peer_cfg_bits
is written by 3 functions and is read by 3 functions:
l2c_fcr_process_peer_cfg_req()
l2cu_allocate_ccb()
l2cu_process_peer_cfg_req()
All items filtered out
t_l2c_ccb::peer_cfg_bits
L2CA_GetCurrentConfig()
l2c_fcr_process_peer_cfg_req()
l2cu_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