ESP-IDF
tL2CAP_LE_CFG_INFO::credits
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_LE_CFG_INFO::credits
tL2CAP_LE_CFG_INFO::credits field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:178
UINT16
credits
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
credits
;
l2c_api.h:178
p_ccb
->
local_conn_cfg
.
credits
=
credits
;
l2c_ble.c:838
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()
initial_credit
=
p_ccb
->
local_conn_cfg
.
credits
;
l2c_utils.c:3046
l2cu_send_peer_ble_credit_based_conn_req()
UINT16_TO_STREAM
(
p
,
p_ccb
->
local_conn_cfg
.
credits
)
;
/* initial credit */
l2c_utils.c:3124
l2cu_send_peer_ble_credit_based_conn_res()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2CAP_LE_CFG_INFO::credits
is written by 2 functions and is read by 3 functions:
l2cble_process_sig_cmd()
l2c_rcv_acl_data()
All items filtered out
tL2CAP_LE_CFG_INFO::credits
l2c_rcv_acl_data()
l2cu_send_peer_ble_credit_based_conn_req()
l2cu_send_peer_ble_credit_based_conn_res()
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