ESP-IDF
L2CAP_PKT_START_NON_FLUSHABLE
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
L2CAP_PKT_START_NON_FLUSHABLE
L2CAP_PKT_START_NON_FLUSHABLE macro
Syntax
Show:
Summary
Declaration
from
l2cdefs.h:87
#define
L2CAP_PKT_START_NON_FLUSHABLE
0
Examples
References
from
examples
Code
Location
#define
L2CAP_PKT_START_NON_FLUSHABLE
0
l2cdefs.h:87
UINT16_TO_STREAM
(
p
,
(
p_lcb
->
handle
|
(
L2CAP_PKT_START_NON_FLUSHABLE
<
<
L2CAP_PKT_TYPE_SHIFT
)
)
)
;
l2c_utils.c:433
UINT16_TO_STREAM
(
p
,
(
p_ccb
->
p_lcb
->
handle
|
(
L2CAP_PKT_START_NON_FLUSHABLE
<
<
L2CAP_PKT_TYPE_SHIFT
)
)
)
;
l2c_utils.c:881
l2cb
.
non_flushable_pbf
=
(
L2CAP_PKT_START_NON_FLUSHABLE
<
<
L2CAP_PKT_TYPE_SHIFT
)
;
l2c_utils.c:2569
UINT16_TO_STREAM
(
p
,
p_ccb
->
p_lcb
->
handle
|
(
L2CAP_PKT_START_NON_FLUSHABLE
<
<
L2CAP_PKT_TYPE_SHIFT
)
)
;
l2c_utils.c:3586
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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