ESP-IDF
tBTA_HH::dev_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
tBTA_HH::dev_info
tBTA_HH::dev_info field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:297
tBTA_HH_DEV_INFO
dev_info
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_HH_DEV_INFO
dev_info
;
/* BTA_HH_ADD_DEV_EVT, BTA_HH_RMV_DEV_EVT */
bta_hh_api.h:297
bdcpy
(
cback_data
.
dev_info
.
bda
,
p_data
->
api_maintdev
.
bda
)
;
bta_hh_main.c:303
bta_hh_sm_execute()
cback_data
.
dev_info
.
status
=
BTA_HH_ERR_DB_FULL
;
bta_hh_main.c:304
bta_hh_sm_execute()
cback_data
.
dev_info
.
handle
=
BTA_HH_INVALID_HANDLE
;
bta_hh_main.c:305
bta_hh_sm_execute()
cback_data
.
dev_info
.
status
=
BTA_HH_ERR_HDL
;
bta_hh_main.c:307
bta_hh_sm_execute()
cback_data
.
dev_info
.
handle
=
(
UINT8
)
p_data
->
api_maintdev
.
hdr
.
layer_specific
;
bta_hh_main.c:308
bta_hh_sm_execute()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_info
.
status
,
p_data
->
dev_info
.
handle
)
;
btc_hh.c:1488
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()
if
(
p_data
->
dev_info
.
status
==
BTA_HH_OK
)
{
btc_hh.c:1491
btc_hh_cb_handler()
btc_hh_cb
.
added_devices
[
i
]
.
dev_handle
=
p_data
->
dev_info
.
handle
;
btc_hh.c:1492
btc_hh_cb_handler()
param
.
set_info
.
handle
=
p_data
->
dev_info
.
handle
;
btc_hh.c:1501
btc_hh_cb_handler()
param
.
set_info
.
status
=
p_data
->
dev_info
.
status
;
btc_hh.c:1502
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()
param
.
add_dev
.
handle
=
p_data
->
dev_info
.
handle
;
btc_hh.c:1506
btc_hh_cb_handler()
param
.
add_dev
.
status
=
p_data
->
dev_info
.
status
;
btc_hh.c:1507
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()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_info
.
status
,
p_data
->
dev_info
.
handle
)
;
btc_hh.c:1513
btc_hh_cb_handler()
param
.
rmv_dev
.
handle
=
p_data
->
dev_info
.
status
;
btc_hh.c:1514
btc_hh_cb_handler()
param
.
rmv_dev
.
status
=
p_data
->
dev_info
.
handle
;
btc_hh.c:1515
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::dev_info
is read by 2 functions:
All items filtered out
tBTA_HH::dev_info
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