ESP-IDF
ble_l2cap_chan::initial_credits
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_l2cap_chan::initial_credits
ble_l2cap_chan::initial_credits field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:94
uint16_t
initial_credits
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
initial_credits
;
ble_l2cap_priv.h:94
chan
->
initial_credits
=
mtu
/
chan
->
my_coc_mps
;
ble_l2cap_coc.c:322
ble_l2cap_coc_set_new_mtu_mps()
chan
->
initial_credits
++
;
ble_l2cap_coc.c:324
ble_l2cap_coc_set_new_mtu_mps()
chan
->
initial_credits
=
chan
->
coc_rx
.
credits
;
ble_l2cap_coc.c:367
ble_l2cap_coc_chan_alloc()
if
(
chan
->
disable_auto_credit_update
==
false
&&
chan
->
coc_rx
.
credits
<
c
->
initial_credits
)
{
ble_l2cap_coc.c:640
ble_l2cap_coc_recv_ready()
c
->
initial_credits
-
chan
->
coc_rx
.
credits
)
;
ble_l2cap_coc.c:643
ble_l2cap_coc_recv_ready()
chan
->
coc_rx
.
credits
=
c
->
initial_credits
;
ble_l2cap_coc.c:645
ble_l2cap_coc_recv_ready()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::initial_credits
is written by 2 functions and is read by 2 functions:
ble_l2cap_coc_set_new_mtu_mps()
ble_l2cap_coc_chan_alloc()
All items filtered out
ble_l2cap_chan::initial_credits
ble_l2cap_coc_set_new_mtu_mps()
ble_l2cap_coc_recv_ready()
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