ESP-IDF
btc_hh_cb_copy_hid_info()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_hh_cb_copy_hid_info()
btc_hh_cb_copy_hid_info() function
Syntax
Show:
Summary
Declaration
from
btc_hh.c:1204
bool
btc_hh_cb_copy_hid_info
(
esp_hidh_cb_param_t
*
param
,
tBTA_HH_DEV_DSCP_INFO
*
src
)
;
Arguments
Argument
param
src
Related Functions
Found 2 other functions taking a
esp_hidh_cb_param_t
argument:
Function
btc_hh_cb_to_app()
esp_hh_cb()
Examples
References
from
examples
Code
Location
Referrer
bool
btc_hh_cb_copy_hid_info
(
esp_hidh_cb_param_t
*
param
,
tBTA_HH_DEV_DSCP_INFO
*
src
)
btc_hh.c:1204
btc_hh_cb_copy_hid_info
(
&
param
,
&
p_data
->
dscp_info
)
;
btc_hh.c:1354
btc_hh_cb_handler()
Call Tree
from
examples
btc_hh_cb_copy_hid_info()
is called by 1 function and calls 1 function:
btc_hh_cb_handler()
All items filtered out
btc_hh_cb_copy_hid_info()
osi_malloc_func()
All items filtered out
Data Use
from
examples
btc_hh_cb_copy_hid_info()
reads 11 variables and writes 8 variables:
desc_info::dl_len
desc_info::dsc_list
tBTA_HH_DEV_DSCP_INFO::vendor_id
tBTA_HH_DEV_DSCP_INFO::product_id
tBTA_HH_DEV_DSCP_INFO::version
tBTA_HH_DEV_DSCP_INFO::ssr_max_latency
tBTA_HH_DEV_DSCP_INFO::ssr_min_tout
tBTA_HH_DEV_DSCP_INFO::ctry_code
tBTA_HH_DEV_DSCP_INFO::descriptor
hidh_get_dscp_evt_param::dsc_list
esp_hidh_cb_param_t::dscp
All items filtered out
btc_hh_cb_copy_hid_info()
hidh_get_dscp_evt_param::dsc_list
hidh_get_dscp_evt_param::vendor_id
hidh_get_dscp_evt_param::product_id
hidh_get_dscp_evt_param::version
hidh_get_dscp_evt_param::ssr_max_latency
hidh_get_dscp_evt_param::ssr_min_tout
hidh_get_dscp_evt_param::ctry_code
hidh_get_dscp_evt_param::dl_len
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