ESP-IDF
t_l2c_ccb::peer_conn_cfg
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_conn_cfg
t_l2c_ccb::peer_conn_cfg field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:282
tL2CAP_LE_CFG_INFO
peer_conn_cfg
;
Examples
References
from
examples
Code
Location
Referrer
tL2CAP_LE_CFG_INFO
peer_conn_cfg
;
/* Peer device config ble conn oriented channel */
l2c_int.h:282
p_ccb
->
peer_conn_cfg
.
mtu
=
mtu
;
l2c_ble.c:839
l2cble_process_sig_cmd()
p_ccb
->
peer_conn_cfg
.
mps
=
mps
;
l2c_ble.c:840
l2cble_process_sig_cmd()
p_ccb
->
peer_conn_cfg
.
credits
=
credits
;
l2c_ble.c:841
l2cble_process_sig_cmd()
if
(
(
p_ccb
->
peer_conn_cfg
.
credits
+
credit
)
>
L2CAP_LE_MAX_CREDIT
)
{
l2c_main.c:316
l2c_rcv_acl_data()
p_ccb
->
peer_conn_cfg
.
credits
+=
credit
;
l2c_main.c:324
l2c_rcv_acl_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_l2c_ccb::peer_conn_cfg
is read by 2 functions:
All items filtered out
t_l2c_ccb::peer_conn_cfg
l2cble_process_sig_cmd()
l2c_rcv_acl_data()
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