ESP-IDF
tBTA_HH::hs_data
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::hs_data
tBTA_HH::hs_data field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:307
tBTA_HH_HSDATA
hs_data
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_HH_HSDATA
hs_data
;
/* GET_ transaction callback
bta_hh_api.h:307
cback_data
.
hs_data
.
handle
=
(
UINT8
)
p_data
->
api_sndcmd
.
hdr
.
layer_specific
;
bta_hh_main.c:324
bta_hh_sm_execute()
cback_data
.
hs_data
.
status
=
BTA_HH_ERR_HDL
;
bta_hh_main.c:325
bta_hh_sm_execute()
BT_HDR
*
src_hdr
=
p_src_data
->
hs_data
.
rsp_data
.
p_rpt_data
;
btc_hh.c:356
bte_hh_arg_deep_copy()
p_dst_data
->
hs_data
.
rsp_data
.
p_rpt_data
=
osi_malloc
(
sizeof
(
BT_HDR
)
+
src_hdr
->
offset
+
src_hdr
->
len
)
;
btc_hh.c:358
bte_hh_arg_deep_copy()
if
(
p_dst_data
->
hs_data
.
rsp_data
.
p_rpt_data
==
NULL
)
{
btc_hh.c:359
bte_hh_arg_deep_copy()
p_dst_data
->
hs_data
.
status
=
ESP_HIDH_ERR_NO_RES
;
btc_hh.c:361
bte_hh_arg_deep_copy()
memcpy
(
p_dst_data
->
hs_data
.
rsp_data
.
p_rpt_data
,
src_hdr
,
sizeof
(
BT_HDR
)
+
src_hdr
->
offset
+
src_hdr
->
len
)
;
btc_hh.c:364
bte_hh_arg_deep_copy()
utl_freebuf
(
(
void
*
*
)
&
arg
->
hs_data
.
rsp_data
.
p_rpt_data
)
;
btc_hh.c:1175
btc_hh_cb_arg_deep_free()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d, proto = [%d], %s"
,
p_data
->
hs_data
.
status
,
btc_hh.c:1431
btc_hh_cb_handler()
p_data
->
hs_data
.
handle
,
p_data
->
hs_data
.
rsp_data
.
proto_mode
,
btc_hh.c:1432
btc_hh_cb_handler()
(
p_data
->
hs_data
.
rsp_data
.
proto_mode
==
BTA_HH_PROTO_RPT_MODE
)
btc_hh.c:1433
btc_hh_cb_handler()
:
(
p_data
->
hs_data
.
rsp_data
.
proto_mode
==
BTA_HH_PROTO_BOOT_MODE
)
?
"Boot Mode"
btc_hh.c:1435
btc_hh_cb_handler()
param
.
get_proto
.
proto_mode
=
proto_mode_change_to_upper_layer
(
p_data
->
hs_data
.
rsp_data
.
proto_mode
)
;
btc_hh.c:1437
btc_hh_cb_handler()
param
.
get_proto
.
handle
=
p_data
->
hs_data
.
handle
;
btc_hh.c:1438
btc_hh_cb_handler()
param
.
get_proto
.
status
=
p_data
->
hs_data
.
status
;
btc_hh.c:1439
btc_hh_cb_handler()
BT_HDR
*
hdr
=
p_data
->
hs_data
.
rsp_data
.
p_rpt_data
;
btc_hh.c:1450
btc_hh_cb_handler()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
hs_data
.
status
,
p_data
->
hs_data
.
handle
)
;
btc_hh.c:1453
btc_hh_cb_handler()
param
.
get_rpt
.
handle
=
p_data
->
hs_data
.
handle
;
btc_hh.c:1459
btc_hh_cb_handler()
param
.
get_rpt
.
status
=
p_data
->
hs_data
.
status
;
btc_hh.c:1460
btc_hh_cb_handler()
BTC_TRACE_DEBUG
(
"handle = %d, status = %d, rate = %d"
,
p_data
->
hs_data
.
handle
,
p_data
->
hs_data
.
status
,
btc_hh.c:1474
btc_hh_cb_handler()
p_data
->
hs_data
.
rsp_data
.
idle_rate
)
;
btc_hh.c:1475
btc_hh_cb_handler()
param
.
get_idle
.
handle
=
p_data
->
hs_data
.
handle
;
btc_hh.c:1476
btc_hh_cb_handler()
param
.
get_idle
.
status
=
p_data
->
hs_data
.
status
;
btc_hh.c:1477
btc_hh_cb_handler()
param
.
get_idle
.
idle_rate
=
p_data
->
hs_data
.
rsp_data
.
idle_rate
;
btc_hh.c:1478
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH::hs_data
is read by 4 functions:
All items filtered out
tBTA_HH::hs_data
bta_hh_sm_execute()
bte_hh_arg_deep_copy()
btc_hh_cb_arg_deep_free()
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