ESP-IDF
tL2C_CONN_INFO
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
tL2C_CONN_INFO
tL2C_CONN_INFO struct
Syntax
Show:
Summary
Declaration
from
l2c_int.h:542
typedef
struct
{
BD_ADDR
bd_addr
;
UINT8
status
;
UINT16
psm
;
UINT16
l2cap_result
;
UINT16
l2cap_status
;
UINT16
remote_cid
;
}
tL2C_CONN_INFO
;
Fields
Field
Declared as
tL2C_CONN_INFO::bd_addr
BD_ADDR
tL2C_CONN_INFO::status
UINT8
tL2C_CONN_INFO::psm
UINT16
tL2C_CONN_INFO::l2cap_result
UINT16
tL2C_CONN_INFO::l2cap_status
UINT16
tL2C_CONN_INFO::remote_cid
UINT16
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
l2c_int.h:542
}
tL2C_CONN_INFO
;
l2c_int.h:549
tL2C_CONN_INFO
conn_info
;
l2c_api.c:444
L2CA_ErtmConnectRsp()
tL2C_CONN_INFO
*
p_ci
=
(
tL2C_CONN_INFO
*
)
p_data
;
l2c_csm.c:124
l2c_csm_closed()
if
(
(
(
tL2C_CONN_INFO
*
)
p_data
)
->
status
==
BTM_DELAY_CHECK
)
{
l2c_csm.c:425
l2c_csm_term_w4_sec_comp()
tL2C_CONN_INFO
*
p_ci
=
(
tL2C_CONN_INFO
*
)
p_data
;
l2c_csm.c:480
l2c_csm_w4_l2cap_connect_rsp()
tL2C_CONN_INFO
*
p_ci
;
l2c_csm.c:578
l2c_csm_w4_l2ca_connect_rsp()
p_ci
=
(
tL2C_CONN_INFO
*
)
p_data
;
l2c_csm.c:596
l2c_csm_w4_l2ca_connect_rsp()
p_ci
=
(
tL2C_CONN_INFO
*
)
p_data
;
l2c_csm.c:611
l2c_csm_w4_l2ca_connect_rsp()
}
tL2C_CONN_INFO
;
l2c_int.h:549
tL2C_CONN_INFO
tL2C_CONN_INFO
ci
;
l2c_link.c:156
l2c_link_hci_conn_comp()
tL2C_CONN_INFO
ci
;
l2c_link.c:282
l2c_link_sec_comp()
tL2C_CONN_INFO
ci
;
l2c_link.c:682
l2c_info_timeout()
tL2C_CONN_INFO
con_info
;
l2c_main.c:362
process_l2cap_cmd()
tL2C_CONN_INFO
ci
;
l2c_main.c:370
process_l2cap_cmd()
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