ESP-IDF
L2CAP_PKT_TYPE_SHIFT
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_TYPE_SHIFT
L2CAP_PKT_TYPE_SHIFT macro
Syntax
Show:
Summary
Declaration
from
l2cdefs.h:93
#define
L2CAP_PKT_TYPE_SHIFT
12
Examples
References
from
examples
Code
Location
#define
L2CAP_PKT_TYPE_SHIFT
12
l2cdefs.h:93
l2cb
.
non_flushable_pbf
=
L2CAP_PKT_START
<
<
L2CAP_PKT_TYPE_SHIFT
;
l2c_main.c:876
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
UINT16_TO_STREAM
(
p
,
(
p_ccb
->
p_lcb
->
handle
|
(
L2CAP_PKT_START
<
<
L2CAP_PKT_TYPE_SHIFT
)
)
)
;
l2c_utils.c:885
l2cb
.
non_flushable_pbf
=
(
L2CAP_PKT_START_NON_FLUSHABLE
<
<
L2CAP_PKT_TYPE_SHIFT
)
;
l2c_utils.c:2569
l2cb
.
non_flushable_pbf
=
(
L2CAP_PKT_START
<
<
L2CAP_PKT_TYPE_SHIFT
)
;
l2c_utils.c:2571
UINT16_TO_STREAM
(
p
,
p_ccb
->
p_lcb
->
handle
|
(
L2CAP_PKT_START_NON_FLUSHABLE
<
<
L2CAP_PKT_TYPE_SHIFT
)
)
;
l2c_utils.c:3586
UINT16_TO_STREAM
(
p
,
p_ccb
->
p_lcb
->
handle
|
(
L2CAP_PKT_START
<
<
L2CAP_PKT_TYPE_SHIFT
)
)
;
l2c_utils.c:3602
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