ESP-IDF
ble_l2cap_coc_endpoint::data_offset
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
ble_l2cap_coc_endpoint::data_offset
ble_l2cap_coc_endpoint::data_offset field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_coc_priv.h:50
uint16_t
data_offset
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
data_offset
;
ble_l2cap_coc_priv.h:50
rx
->
data_offset
=
0
;
ble_l2cap_coc.c:223
ble_l2cap_coc_rx_fn()
rx
->
data_offset
=
sdu_len
;
ble_l2cap_coc.c:252
ble_l2cap_coc_rx_fn()
if
(
OS_MBUF_PKTLEN
(
rx_sdu
)
+
(
*
om
)
->
om_len
>
rx
->
data_offset
)
{
ble_l2cap_coc.c:257
ble_l2cap_coc_rx_fn()
OS_MBUF_PKTLEN
(
rx_sdu
)
+
(
*
om
)
->
om_len
,
rx
->
data_offset
)
;
ble_l2cap_coc.c:260
ble_l2cap_coc_rx_fn()
rx
->
data_offset
=
0
;
ble_l2cap_coc.c:262
ble_l2cap_coc_rx_fn()
if
(
OS_MBUF_PKTLEN
(
rx_sdu
)
==
rx
->
data_offset
)
{
ble_l2cap_coc.c:276
ble_l2cap_coc_rx_fn()
rx
->
data_offset
=
0
;
ble_l2cap_coc.c:289
ble_l2cap_coc_rx_fn()
left_to_send
=
OS_MBUF_PKTLEN
(
tx
->
sdus
[
0
]
)
-
tx
->
data_offset
;
ble_l2cap_coc.c:473
ble_l2cap_coc_continue_tx()
if
(
tx
->
data_offset
==
0
)
{
ble_l2cap_coc.c:475
ble_l2cap_coc_continue_tx()
if
(
tx
->
data_offset
==
0
)
{
ble_l2cap_coc.c:491
ble_l2cap_coc_continue_tx()
rc
=
os_mbuf_appendfrom
(
txom
,
tx
->
sdus
[
0
]
,
tx
->
data_offset
,
ble_l2cap_coc.c:509
ble_l2cap_coc_continue_tx()
tx
->
data_offset
+=
len
-
sdu_size_offset
;
ble_l2cap_coc.c:526
ble_l2cap_coc_continue_tx()
OS_MBUF_PKTLEN
(
tx
->
sdus
[
0
]
)
-
tx
->
data_offset
)
;
ble_l2cap_coc.c:531
ble_l2cap_coc_continue_tx()
if
(
tx
->
data_offset
==
OS_MBUF_PKTLEN
(
tx
->
sdus
[
0
]
)
)
{
ble_l2cap_coc.c:533
ble_l2cap_coc_continue_tx()
tx
->
data_offset
=
0
;
ble_l2cap_coc.c:537
ble_l2cap_coc_continue_tx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_coc_endpoint::data_offset
is written by 2 functions and is read by 2 functions:
ble_l2cap_coc_rx_fn()
ble_l2cap_coc_continue_tx()
All items filtered out
ble_l2cap_coc_endpoint::data_offset
ble_l2cap_coc_rx_fn()
ble_l2cap_coc_continue_tx()
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