ESP-IDF
ble_l2cap_hdr::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
ble_l2cap_hdr::cid
ble_l2cap_hdr::cid field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:115
uint16_t
cid
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
cid
;
ble_l2cap_priv.h:115
l2cap_hdr
->
cid
=
get_le16
(
&
l2cap_hdr
->
cid
)
;
ble_l2cap.c:113
ble_l2cap_parse_hdr()
put_le16
(
&
hdr
.
cid
,
cid
)
;
ble_l2cap.c:124
ble_l2cap_prepend_hdr()
chan
=
ble_hs_conn_chan_find_by_scid
(
conn
,
l2cap_hdr
.
cid
)
;
ble_l2cap.c:393
ble_l2cap_rx()
if
(
l2cap_hdr
.
cid
!=
BLE_L2CAP_CID_BLACK_HOLE
)
{
ble_l2cap.c:401
ble_l2cap_rx()
l2cap_hdr
.
cid
)
;
ble_l2cap.c:403
ble_l2cap_rx()
*
out_reject_cid
=
l2cap_hdr
.
cid
;
ble_l2cap.c:404
ble_l2cap_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_hdr::cid
is written by 1 function and is read by 1 function:
ble_l2cap_parse_hdr()
All items filtered out
ble_l2cap_hdr::cid
ble_l2cap_rx()
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