ESP-IDF
tL2C_CB::non_flushable_pbf
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
tL2C_CB::non_flushable_pbf
tL2C_CB::non_flushable_pbf field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:501
UINT16
non_flushable_pbf
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
non_flushable_pbf
;
/* L2CAP_PKT_START_NON_FLUSHABLE if controller supports */
l2c_int.h:501
l2cb
.
non_flushable_pbf
=
L2CAP_PKT_START
<
<
L2CAP_PKT_TYPE_SHIFT
;
l2c_main.c:876
l2c_init()
UINT16_TO_STREAM
(
p
,
p_lcb
->
handle
|
l2cb
.
non_flushable_pbf
)
;
l2c_utils.c:438
l2cu_build_header()
l2cb
.
non_flushable_pbf
=
(
L2CAP_PKT_START_NON_FLUSHABLE
<
<
L2CAP_PKT_TYPE_SHIFT
)
;
l2c_utils.c:2569
l2cu_set_non_flushable_pbf()
l2cb
.
non_flushable_pbf
=
(
L2CAP_PKT_START
<
<
L2CAP_PKT_TYPE_SHIFT
)
;
l2c_utils.c:2571
l2cu_set_non_flushable_pbf()
UINT16_TO_STREAM
(
p
,
p_ccb
->
p_lcb
->
handle
|
l2cb
.
non_flushable_pbf
)
;
l2c_utils.c:3604
l2cu_set_acl_hci_header()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_CB::non_flushable_pbf
is written by 2 functions and is read by 2 functions:
l2c_init()
l2cu_set_non_flushable_pbf()
All items filtered out
tL2C_CB::non_flushable_pbf
l2cu_build_header()
l2cu_set_acl_hci_header()
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