ESP-IDF
ble_l2cap_chan::scid
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::scid
ble_l2cap_chan::scid field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:68
uint16_t
scid
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
scid
;
ble_l2cap_priv.h:68
return
ble_att_rx_extended
(
conn_handle
,
chan
->
scid
,
&
chan
->
rx_buf
)
;
ble_att.c:587
ble_att_rx()
chan
->
scid
=
BLE_L2CAP_CID_ATT
;
ble_att.c:642
ble_att_create_chan()
if
(
chan
->
scid
==
cid
)
{
ble_hs_conn.c:63
ble_hs_conn_chan_find_by_scid()
if
(
chan
->
scid
>
cid
)
{
ble_hs_conn.c:66
ble_hs_conn_chan_find_by_scid()
if
(
cur
->
scid
==
chan
->
scid
)
{
ble_hs_conn.c:122
ble_hs_conn_chan_insert()
if
(
cur
->
scid
>
chan
->
scid
)
{
ble_hs_conn.c:125
ble_hs_conn_chan_insert()
chan_info
->
scid
=
chan
->
scid
;
ble_l2cap.c:169
ble_l2cap_get_chan_info()
if
(
chan
->
scid
==
BLE_L2CAP_CID_ATT
)
{
ble_l2cap.c:327
ble_l2cap_get_mtu()
ble_l2cap_sig_le_credits
(
chan
->
conn_handle
,
chan
->
scid
,
rx
->
credits
)
;
ble_l2cap_coc.c:306
ble_l2cap_coc_rx_fn()
chan
->
scid
=
ble_l2cap_coc_get_cid
(
conn
->
l2cap_coc_cid_mask
)
;
ble_l2cap_coc.c:343
ble_l2cap_coc_chan_alloc()
if
(
conn
&&
chan
->
scid
)
{
ble_l2cap_coc.c:419
ble_l2cap_coc_cleanup_chan()
chan
->
scid
-
BLE_L2CAP_COC_CID_START
)
;
ble_l2cap_coc.c:421
ble_l2cap_coc_cleanup_chan()
c
=
ble_hs_conn_chan_find_by_scid
(
conn
,
chan
->
scid
)
;
ble_l2cap_coc.c:631
ble_l2cap_coc_recv_ready()
ble_l2cap_sig_le_credits
(
chan
->
conn_handle
,
chan
->
scid
,
ble_l2cap_coc.c:642
ble_l2cap_coc_recv_ready()
rsp
->
dcid
=
htole16
(
chan
->
scid
)
;
ble_l2cap_sig.c:1252
ble_l2cap_sig_coc_req_rx()
req
->
scid
=
htole16
(
chan
->
scid
)
;
ble_l2cap_sig.c:1390
ble_l2cap_sig_coc_connect()
rsp
->
dcid
=
htole16
(
chan
->
scid
)
;
ble_l2cap_sig.c:1616
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
->
scid
=
htole16
(
chan
->
scid
)
;
ble_l2cap_sig.c:1729
ble_l2cap_sig_disconnect()
chan
->
scid
=
BLE_L2CAP_CID_SIG
;
ble_l2cap_sig.c:1878
ble_l2cap_sig_create_chan()
chan
->
scid
=
BLE_L2CAP_CID_SM
;
ble_sm.c:3151
ble_sm_create_chan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::scid
is written by 4 functions and is read by 13 functions:
ble_sm_create_chan()
ble_att_create_chan()
ble_l2cap_coc_chan_alloc()
ble_l2cap_sig_create_chan()
All items filtered out
ble_l2cap_chan::scid
ble_hs_conn_chan_find_by_scid()
ble_hs_conn_chan_insert()
ble_att_rx()
ble_l2cap_coc_rx_fn()
ble_l2cap_coc_cleanup_chan()
ble_l2cap_coc_recv_ready()
ble_l2cap_sig_coc_req_rx()
ble_l2cap_sig_coc_connect()
ble_l2cap_sig_disc_req_rx()
ble_l2cap_sig_disc_rsp_rx()
ble_l2cap_sig_disconnect()
ble_l2cap_get_chan_info()
ble_l2cap_get_mtu()
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