ESP-IDF
L2CAP_BASE_APPL_CID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_BASE_APPL_CID
L2CAP_BASE_APPL_CID macro
Syntax
Show:
Summary
Declaration
from
l2cdefs.h:145
#define
L2CAP_BASE_APPL_CID
0x0040
Examples
References
from
examples
Code
Location
#define
L2CAP_BASE_APPL_CID
0x0040
l2cdefs.h:145
idx
=
avdt_cb
.
ad
.
lcid_tbl
[
lcid
-
L2CAP_BASE_APPL_CID
]
;
avdt_ad.c:190
avdt_cb
.
ad
.
lcid_tbl
[
lcid
-
L2CAP_BASE_APPL_CID
]
=
avdt_ad_tc_tbl_to_idx
(
p_tbl
)
;
avdt_ad.c:544
(
lcid
-
L2CAP_BASE_APPL_CID
)
,
avdt_ad_tc_tbl_to_idx
(
p_tbl
)
)
;
avdt_ad.c:546
avdt_cb
.
ad
.
lcid_tbl
[
p_tbl
->
lcid
-
L2CAP_BASE_APPL_CID
]
=
avdt_ad_tc_tbl_to_idx
(
p_tbl
)
;
avdt_l2c.c:101
avdt_cb
.
ad
.
lcid_tbl
[
lcid
-
L2CAP_BASE_APPL_CID
]
=
avdt_ad_tc_tbl_to_idx
(
p_tbl
)
;
avdt_l2c.c:242
if
(
p_ccb
->
local_cid
<
L2CAP_BASE_APPL_CID
)
{
l2c_csm.c:839
if
(
p_ccb
->
local_cid
<
L2CAP_BASE_APPL_CID
&&
l2c_fcr.c:1381
if
(
rcv_cid
>=
L2CAP_BASE_APPL_CID
)
{
l2c_main.c:220
uint16_t
tmp_cid
=
L2CAP_BASE_APPL_CID
;
l2c_utils.c:1484
for
(
tmp_cid
=
L2CAP_BASE_APPL_CID
;
tmp_cid
<
MAX_L2CAP_CHANNELS
+
L2CAP_BASE_APPL_CID
;
tmp_cid
++
)
{
l2c_utils.c:1507
assert
(
tmp_cid
!=
MAX_L2CAP_CHANNELS
+
L2CAP_BASE_APPL_CID
)
;
l2c_utils.c:1512
(
(
p_ccb
->
local_cid
>=
L2CAP_BASE_APPL_CID
)
l2c_utils.c:1732
if
(
local_cid
>=
L2CAP_BASE_APPL_CID
)
{
l2c_utils.c:1879
if
(
local_cid
<
L2CAP_BASE_APPL_CID
)
{
l2c_utils.c:3273
if
(
lcid
-
L2CAP_BASE_APPL_CID
>=
MAX_L2CAP_CHANNELS
)
{
rfc_l2cap_if.c:405
if
(
(
p_mcb
=
rfc_cb
.
rfc
.
p_rfc_lcid_mcb
[
lcid
-
L2CAP_BASE_APPL_CID
]
)
!=
NULL
)
{
rfc_l2cap_if.c:409
rfc_cb
.
rfc
.
p_rfc_lcid_mcb
[
lcid
-
L2CAP_BASE_APPL_CID
]
=
p_mcb
;
rfc_l2cap_if.c:429
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