ESP-IDF
L2CAP_SIGNALLING_CID
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_SIGNALLING_CID
L2CAP_SIGNALLING_CID macro
Syntax
Show:
Summary
Declaration
from
l2cdefs.h:137
#define
L2CAP_SIGNALLING_CID
1
Examples
References
from
examples
Code
Location
#define
L2CAP_SIGNALLING_CID
1
l2cdefs.h:137
if
(
(
p_msg
->
layer_specific
==
0
)
&&
(
rcv_cid
==
L2CAP_SIGNALLING_CID
)
l2c_main.c:175
if
(
rcv_cid
==
L2CAP_SIGNALLING_CID
)
{
l2c_main.c:246
UINT16_TO_STREAM
(
p
,
L2CAP_SIGNALLING_CID
)
;
l2c_utils.c:458
UINT16_TO_STREAM
(
p
,
L2CAP_SIGNALLING_CID
)
;
l2c_utils.c:894
#define
L2CAP_FIXED_CHNL_SIG_BIT
(
1
<
<
L2CAP_SIGNALLING_CID
)
l2cdefs.h:151
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