ESP-IDF
L2CAP_FCR_STREAM_MODE
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_FCR_STREAM_MODE
L2CAP_FCR_STREAM_MODE macro
Syntax
Show:
Summary
Declaration
from
l2c_api.h:139
#define
L2CAP_FCR_STREAM_MODE
0x04
Examples
References
from
examples
Code
Location
#define
L2CAP_FCR_STREAM_MODE
0x04
l2c_api.h:139
#define
L2CAP_FCR_CHAN_OPT_STREAM
(
1
<
<
L2CAP_FCR_STREAM_MODE
)
l2c_api.h:119
if
(
p_ccb
->
peer_cfg
.
fcr
.
mode
==
L2CAP_FCR_STREAM_MODE
)
{
l2c_fcr.c:622
if
(
p_fcr
->
mode
==
L2CAP_FCR_STREAM_MODE
&&
!
(
p_ccb
->
ertm_info
.
allowed_modes
&
L2CAP_FCR_CHAN_OPT_STREAM
)
)
{
l2c_fcr.c:1779
case
L2CAP_FCR_STREAM_MODE
:
l2c_fcr.c:1941
if
(
p_cfg
->
fcr
.
mode
==
L2CAP_FCR_ERTM_MODE
||
p_cfg
->
fcr
.
mode
==
L2CAP_FCR_STREAM_MODE
)
{
l2c_fcr.c:2095
if
(
p_cfg
->
fcr
.
mode
==
L2CAP_FCR_STREAM_MODE
)
{
l2c_utils.c:2149
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