ESP-IDF
tGAP_CCB::connection_id
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
tGAP_CCB::connection_id
tGAP_CCB::connection_id field
Syntax
Show:
Summary
Declaration
from
gap_int.h:66
UINT16
connection_id
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
connection_id
;
/* L2CAP CID */
gap_int.h:66
p_ccb
->
connection_id
=
cid
;
gap_conn.c:238
GAP_ConnOpen()
L2CA_DISCONNECT_REQ
(
p_ccb
->
connection_id
)
;
gap_conn.c:269
GAP_ConnClose()
UINT8
status
=
L2CA_DATA_WRITE
(
p_ccb
->
connection_id
,
p_buf
)
;
gap_conn.c:465
GAP_ConnBTWrite()
UINT8
status
=
L2CA_DATA_WRITE
(
p_ccb
->
connection_id
,
p_buf
)
;
gap_conn.c:548
GAP_ConnWriteData()
L2CA_CONFIG_REQ
(
p_ccb
->
connection_id
,
p_cfg
)
;
gap_conn.c:585
GAP_ConnReconfig()
if
(
L2CA_SetIdleTimeout
(
p_ccb
->
connection_id
,
timeout
,
FALSE
)
)
{
gap_conn.c:622
GAP_ConnSetIdleTimeout()
return
(
p_ccb
->
connection_id
)
;
gap_conn.c:704
GAP_ConnGetL2CAPCid()
p_ccb
->
connection_id
=
l2cap_cid
;
gap_conn.c:750
gap_connect_ind()
GAP_TRACE_EVENT
(
"GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x"
,
p_ccb
->
connection_id
)
;
gap_conn.c:755
gap_connect_ind()
L2CA_DISCONNECT_REQ
(
p_ccb
->
connection_id
)
;
gap_conn.c:809
gap_sec_check_complete()
status
=
L2CA_DATA_WRITE
(
p_ccb
->
connection_id
,
p_buf
)
;
gap_conn.c:1037
gap_congestion_ind()
if
(
(
p_ccb
->
con_state
!=
GAP_CCB_STATE_IDLE
)
&&
(
p_ccb
->
connection_id
==
cid
)
)
{
gap_conn.c:1067
gap_find_ccb_by_cid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGAP_CCB::connection_id
is written by 2 functions and is read by 10 functions:
GAP_ConnOpen()
gap_connect_ind()
All items filtered out
tGAP_CCB::connection_id
GAP_ConnClose()
GAP_ConnBTWrite()
GAP_ConnWriteData()
GAP_ConnReconfig()
GAP_ConnSetIdleTimeout()
GAP_ConnGetL2CAPCid()
gap_connect_ind()
gap_sec_check_complete()
gap_congestion_ind()
gap_find_ccb_by_cid()
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