ESP-IDF
ble_l2cap_chan::
::my_coc_mps
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::
::my_coc_mps
ble_l2cap_chan::
::my_coc_mps field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:75
uint16_t
my_coc_mps
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
my_coc_mps
;
ble_l2cap_priv.h:75
if
(
chan
->
dcid
>=
0x0040
&&
chan
->
dcid
<=
0x007F
&&
l2cap_hdr
.
len
>
(
chan
->
my_coc_mps
+
BLE_L2CAP_SDU_SZ
)
)
{
ble_l2cap.c:410
ble_l2cap_rx()
l2cap_hdr
.
len
,
chan
->
my_coc_mps
)
;
ble_l2cap.c:413
ble_l2cap_rx()
chan
->
my_coc_mps
=
mps
;
ble_l2cap_coc.c:320
ble_l2cap_coc_set_new_mtu_mps()
chan
->
initial_credits
=
mtu
/
chan
->
my_coc_mps
;
ble_l2cap_coc.c:322
ble_l2cap_coc_set_new_mtu_mps()
if
(
mtu
%
chan
->
my_coc_mps
)
{
ble_l2cap_coc.c:323
ble_l2cap_coc_set_new_mtu_mps()
chan
->
my_coc_mps
=
MYNEWT_VAL
(
BLE_L2CAP_COC_MPS
)
;
ble_l2cap_coc.c:344
ble_l2cap_coc_chan_alloc()
chan
->
coc_rx
.
credits
=
mtu
/
chan
->
my_coc_mps
;
ble_l2cap_coc.c:362
ble_l2cap_coc_chan_alloc()
if
(
mtu
%
chan
->
my_coc_mps
)
{
ble_l2cap_coc.c:363
ble_l2cap_coc_chan_alloc()
rsp
->
mps
=
htole16
(
chan
->
my_coc_mps
)
;
ble_l2cap_sig.c:1254
ble_l2cap_sig_coc_req_rx()
req
->
mps
=
htole16
(
chan
->
my_coc_mps
)
;
ble_l2cap_sig.c:1392
ble_l2cap_sig_coc_connect()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::
::my_coc_mps
is written by 2 functions and is read by 5 functions:
ble_l2cap_coc_set_new_mtu_mps()
ble_l2cap_coc_chan_alloc()
All items filtered out
ble_l2cap_chan::
::my_coc_mps
ble_l2cap_coc_set_new_mtu_mps()
ble_l2cap_coc_chan_alloc()
ble_l2cap_sig_coc_req_rx()
ble_l2cap_sig_coc_connect()
ble_l2cap_rx()
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