ESP-IDF
L2CAP_BLE_SIGNALLING_CID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
L2CAP_BLE_SIGNALLING_CID
L2CAP_BLE_SIGNALLING_CID macro
Syntax
Show:
Summary
Declaration
from
l2cdefs.h:141
#define
L2CAP_BLE_SIGNALLING_CID
5
Examples
References
from
examples
Code
Location
#define
L2CAP_BLE_SIGNALLING_CID
5
l2cdefs.h:141
if
(
i
+
L2CAP_FIRST_FIXED_CHNL
!=
L2CAP_BLE_SIGNALLING_CID
)
{
l2c_ble.c:1288
else
if
(
rcv_cid
==
L2CAP_BLE_SIGNALLING_CID
)
{
l2c_main.c:273
UINT16_TO_STREAM
(
p
,
L2CAP_BLE_SIGNALLING_CID
)
;
l2c_utils.c:452
#define
L2CAP_FIXED_CHNL_BLE_SIG_BIT
(
1
<
<
L2CAP_BLE_SIGNALLING_CID
)
l2cdefs.h:163
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