ESP-IDF
tBTA_HH_DEV_CB::addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_DEV_CB::addr
tBTA_HH_DEV_CB::addr field
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:231
BD_ADDR
addr
;
Examples
References
from
examples
Code
Location
Referrer
BD_ADDR
addr
;
/* BD-Addr of the HID device */
bta_hh_int.h:231
if
(
HID_HostAddDev
(
p_cb
->
addr
,
attr_mask
,
&
hdl
)
==
HID_SUCCESS
)
{
bta_hh_act.c:210
bta_hh_sdp_cback()
if
(
(
ret
=
HID_HostGetSDPRecord
(
p_cb
->
addr
,
bta_hh_act.c:283
bta_hh_di_sdp_cback()
if
(
HID_HostAddDev
(
p_cb
->
addr
,
p_cb
->
attr_mask
,
&
hdl
)
\
bta_hh_act.c:343
bta_hh_start_sdp()
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()
bta_sys_conn_open
(
BTA_ID_HH
,
p_cb
->
app_id
,
p_cb
->
addr
)
;
bta_hh_act.c:544
bta_hh_open_cmpl_act()
bdcpy
(
conn_data
.
bd_addr
,
p_cb
->
addr
)
;
bta_hh_act.c:604
bta_hh_open_act()
p_cb
->
mode
,
p_cb
->
sub_class
,
p_cb
->
dscp_info
.
ctry_code
,
p_cb
->
addr
,
p_cb
->
app_id
)
;
bta_hh_act.c:628
bta_hh_data_act()
bdcpy
(
conn
.
bda
,
p_cb
->
addr
)
;
bta_hh_act.c:695
bta_hh_handsk_act()
bta_sys_idle
(
BTA_ID_HH
,
p_cb
->
app_id
,
p_cb
->
addr
)
;
bta_hh_act.c:710
bta_hh_handsk_act()
bta_sys_busy
(
BTA_ID_HH
,
p_cb
->
app_id
,
p_cb
->
addr
)
;
bta_hh_act.c:768
bta_hh_ctrl_dat_act()
bta_sys_idle
(
BTA_ID_HH
,
p_cb
->
app_id
,
p_cb
->
addr
)
;
bta_hh_act.c:769
bta_hh_ctrl_dat_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()
bta_sys_conn_close
(
BTA_ID_HH
,
p_cb
->
app_id
,
p_cb
->
addr
)
;
bta_hh_act.c:867
bta_hh_close_act()
bdcpy
(
dev_info
.
bda
,
p_cb
->
addr
)
;
bta_hh_act.c:997
bta_hh_maint_dev_act()
bta_sys_busy
(
BTA_ID_HH
,
p_cb
->
app_id
,
p_cb
->
addr
)
;
bta_hh_act.c:1116
bta_hh_write_dev_act()
bta_sys_idle
(
BTA_ID_HH
,
p_cb
->
app_id
,
p_cb
->
addr
)
;
bta_hh_act.c:1117
bta_hh_write_dev_act()
bta_sys_sco_close
(
BTA_ID_HH
,
p_cb
->
app_id
,
p_cb
->
addr
)
;
bta_hh_act.c:1119
bta_hh_write_dev_act()
bta_sys_busy
(
BTA_ID_HH
,
p_cb
->
app_id
,
p_cb
->
addr
)
;
bta_hh_act.c:1121
bta_hh_write_dev_act()
if
(
(
!
bdcmp
(
bda
,
bta_hh_cb
.
kdev
[
xx
]
.
addr
)
&&
bta_hh_utils.c:69
bta_hh_find_cb()
bdcpy
(
bta_hh_cb
.
kdev
[
xx
]
.
addr
,
bda
)
;
bta_hh_utils.c:90
bta_hh_find_cb()
if
(
memcmp
(
p_cb
->
kdev
[
i
]
.
addr
,
bd_addr
,
BD_ADDR_LEN
)
==
0
)
{
bta_hh_utils.c:409
bta_hh_read_ssr_param()
BTM_GetLinkSuperTout
(
p_cb
->
kdev
[
i
]
.
addr
,
&
ssr_max_latency
)
;
bta_hh_utils.c:416
bta_hh_read_ssr_param()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_DEV_CB::addr
is read by 15 functions:
All items filtered out
tBTA_HH_DEV_CB::addr
bta_hh_sdp_cback()
bta_hh_di_sdp_cback()
bta_hh_start_sdp()
bta_hh_sdp_cmpl()
bta_hh_open_cmpl_act()
bta_hh_open_act()
bta_hh_data_act()
bta_hh_handsk_act()
bta_hh_ctrl_dat_act()
bta_hh_open_failure()
bta_hh_close_act()
bta_hh_maint_dev_act()
bta_hh_write_dev_act()
bta_hh_find_cb()
bta_hh_read_ssr_param()
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