ESP-IDF
tL2C_CONN_INFO::bd_addr
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::bd_addr
tL2C_CONN_INFO::bd_addr field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:543
BD_ADDR
bd_addr
;
Examples
References
from
examples
Code
Location
Referrer
BD_ADDR
bd_addr
;
/* Remote BD address */
l2c_int.h:543
memcpy
(
ci
.
bd_addr
,
p_bda
,
BD_ADDR_LEN
)
;
l2c_link.c:167
l2c_link_hci_conn_comp()
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
ci
.
bd_addr
,
BT_TRANSPORT_BR_EDR
)
;
l2c_link.c:170
l2c_link_hci_conn_comp()
btm_acl_created
(
ci
.
bd_addr
,
p_dev_info
->
dev_class
,
l2c_link.c:201
l2c_link_hci_conn_comp()
btm_acl_created
(
ci
.
bd_addr
,
NULL
,
NULL
,
handle
,
p_lcb
->
link_role
,
BT_TRANSPORT_BR_EDR
)
;
l2c_link.c:205
l2c_link_hci_conn_comp()
BTM_SetLinkSuperTout
(
ci
.
bd_addr
,
btm_cb
.
btm_def_link_super_tout
)
;
l2c_link.c:208
l2c_link_hci_conn_comp()
memcpy
(
ci
.
bd_addr
,
p_bda
,
BD_ADDR_LEN
)
;
l2c_link.c:299
l2c_link_sec_comp()
memcpy
(
ci
.
bd_addr
,
p_lcb
->
remote_bd_addr
,
sizeof
(
BD_ADDR
)
)
;
l2c_link.c:702
l2c_info_timeout()
memcpy
(
ci
.
bd_addr
,
p_lcb
->
remote_bd_addr
,
sizeof
(
BD_ADDR
)
)
;
l2c_main.c:453
process_l2cap_cmd()
memcpy
(
ci
.
bd_addr
,
p_lcb
->
remote_bd_addr
,
sizeof
(
BD_ADDR
)
)
;
l2c_main.c:786
process_l2cap_cmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_CONN_INFO::bd_addr
is read by 4 functions:
All items filtered out
tL2C_CONN_INFO::bd_addr
l2c_link_hci_conn_comp()
l2c_link_sec_comp()
l2c_info_timeout()
process_l2cap_cmd()
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