ESP-IDF
tBTA_HH_CONN::bda
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
tBTA_HH_CONN::bda
tBTA_HH_CONN::bda field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:211
BD_ADDR
bda
;
Examples
References
from
examples
Code
Location
Referrer
BD_ADDR
bda
;
/* HID device bd address */
bta_hh_api.h:211
bdcpy
(
conn_dat
.
bda
,
p_cb
->
addr
)
;
bta_hh_act.c:416
bta_hh_sdp_cmpl()
bdcpy
(
conn
.
bda
,
p_cb
->
addr
)
;
bta_hh_act.c:526
bta_hh_open_cmpl_act()
bdcpy
(
conn
.
bda
,
p_cb
->
addr
)
;
bta_hh_act.c:695
bta_hh_handsk_act()
bdcpy
(
conn_dat
.
bda
,
p_cb
->
addr
)
;
bta_hh_act.c:800
bta_hh_open_failure()
bdcpy
(
conn_dat
.
bda
,
p_cb
->
addr
)
;
bta_hh_act.c:851
bta_hh_close_act()
bdcpy
(
dev_info
.
bda
,
p_dev_info
->
bda
)
;
bta_hh_act.c:945
bta_hh_maint_dev_act()
bdcpy
(
dev_info
.
bda
,
p_cb
->
addr
)
;
bta_hh_act.c:997
bta_hh_maint_dev_act()
bdcpy
(
cback_data
.
conn
.
bda
,
(
(
tBTA_HH_API_CONN
*
)
p_data
)
->
bd_addr
)
;
bta_hh_main.c:292
bta_hh_sm_execute()
bdcpy
(
cback_data
.
dev_info
.
bda
,
p_data
->
api_maintdev
.
bda
)
;
bta_hh_main.c:303
bta_hh_sm_execute()
memcpy
(
p_dev
->
bd_addr
,
p_data
->
conn
.
bda
,
BD_ADDR_LEN
)
;
btc_hh.c:1286
btc_hh_cb_handler()
p_dev
=
btc_hh_find_dev_by_bda
(
p_data
->
conn
.
bda
)
;
btc_hh.c:1299
btc_hh_cb_handler()
memcpy
(
param
.
open
.
bd_addr
,
p_data
->
conn
.
bda
,
BD_ADDR_LEN
)
;
btc_hh.c:1311
btc_hh_cb_handler()
if
(
memcmp
(
btc_hh_cb
.
added_devices
[
i
]
.
bd_addr
,
p_data
->
dev_info
.
bda
,
BD_ADDR_LEN
)
==
0
)
{
btc_hh.c:1490
btc_hh_cb_handler()
memcpy
(
param
.
set_info
.
bd_addr
,
p_data
->
dev_info
.
bda
,
BD_ADDR_LEN
)
;
btc_hh.c:1503
btc_hh_cb_handler()
memcpy
(
param
.
add_dev
.
bd_addr
,
p_data
->
dev_info
.
bda
,
BD_ADDR_LEN
)
;
btc_hh.c:1508
btc_hh_cb_handler()
memcpy
(
param
.
rmv_dev
.
bd_addr
,
p_data
->
dev_info
.
bda
,
BD_ADDR_LEN
)
;
btc_hh.c:1516
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_CONN::bda
is read by 8 functions:
All items filtered out
tBTA_HH_CONN::bda
bta_hh_sdp_cmpl()
bta_hh_open_cmpl_act()
bta_hh_handsk_act()
bta_hh_open_failure()
bta_hh_close_act()
bta_hh_maint_dev_act()
bta_hh_sm_execute()
btc_hh_cb_handler()
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