ESP-IDF
ble_l2cap_chan::dcid
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
ble_l2cap_chan::dcid
ble_l2cap_chan::dcid field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:67
uint16_t
dcid
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
dcid
;
ble_l2cap_priv.h:67
chan
->
dcid
=
BLE_L2CAP_CID_ATT
;
ble_att.c:643
ble_att_create_chan()
if
(
chan
->
dcid
==
cid
)
{
ble_hs_conn.c:84
ble_hs_conn_chan_find_by_dcid()
chan_info
->
dcid
=
chan
->
dcid
;
ble_l2cap.c:168
ble_l2cap_get_chan_info()
if
(
chan
->
dcid
>=
0x0040
&&
chan
->
dcid
<=
0x007F
&&
l2cap_hdr
.
len
>
(
chan
->
my_coc_mps
+
BLE_L2CAP_SDU_SZ
)
)
{
ble_l2cap.c:410
ble_l2cap_rx()
txom
=
ble_l2cap_prepend_hdr
(
txom
,
chan
->
dcid
,
OS_MBUF_PKTLEN
(
txom
)
)
;
ble_l2cap.c:480
ble_l2cap_tx()
if
(
chan
->
dcid
!=
0
)
{
ble_l2cap_sig.c:705
ble_l2cap_sig_coc_connect_cb()
chan
->
dcid
=
scid
;
ble_l2cap_sig.c:1229
ble_l2cap_sig_coc_req_rx()
chan
->
dcid
=
le16toh
(
rsp
->
dcid
)
;
ble_l2cap_sig.c:1316
ble_l2cap_sig_coc_rsp_rx()
if
(
le16toh
(
req
->
scid
)
!=
chan
->
dcid
)
{
ble_l2cap_sig.c:1607
ble_l2cap_sig_disc_req_rx()
rsp
->
scid
=
htole16
(
chan
->
dcid
)
;
ble_l2cap_sig.c:1617
ble_l2cap_sig_disc_req_rx()
if
(
chan
->
dcid
!=
le16toh
(
rsp
->
dcid
)
||
chan
->
scid
!=
le16toh
(
rsp
->
scid
)
)
{
ble_l2cap_sig.c:1686
ble_l2cap_sig_disc_rsp_rx()
req
->
dcid
=
htole16
(
chan
->
dcid
)
;
ble_l2cap_sig.c:1728
ble_l2cap_sig_disconnect()
chan
->
dcid
=
BLE_L2CAP_CID_SIG
;
ble_l2cap_sig.c:1879
ble_l2cap_sig_create_chan()
chan
->
dcid
=
BLE_L2CAP_CID_SM
;
ble_sm.c:3152
ble_sm_create_chan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::dcid
is written by 5 functions and is read by 8 functions:
ble_sm_create_chan()
ble_att_create_chan()
ble_l2cap_sig_coc_req_rx()
ble_l2cap_sig_coc_rsp_rx()
ble_l2cap_sig_create_chan()
All items filtered out
ble_l2cap_chan::dcid
ble_hs_conn_chan_find_by_dcid()
ble_l2cap_sig_coc_connect_cb()
ble_l2cap_sig_disc_req_rx()
ble_l2cap_sig_disc_rsp_rx()
ble_l2cap_sig_disconnect()
ble_l2cap_get_chan_info()
ble_l2cap_rx()
ble_l2cap_tx()
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