ESP-IDF
hidh_get_dscp_evt_param::dsc_list
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
hidh_get_dscp_evt_param::dsc_list
hidh_get_dscp_evt_param::dsc_list field
Device descriptor pointer
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:288
uint8_t
*
dsc_list
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
dsc_list
;
/*!< Device descriptor pointer */
esp_hidh_api.h:288
memcpy
(
(
uint8_t
*
)
dev
->
config
.
report_maps
[
0
]
.
data
,
param
->
dscp
.
dsc_list
,
bt_hidh.c:338
esp_hh_cb()
param
->
dscp
.
dsc_list
=
(
uint8_t
*
)
osi_malloc
(
src
->
descriptor
.
dl_len
)
;
btc_hh.c:1208
btc_hh_cb_copy_hid_info()
if
(
param
->
dscp
.
dsc_list
)
{
btc_hh.c:1210
btc_hh_cb_copy_hid_info()
memcpy
(
param
->
dscp
.
dsc_list
,
src
->
descriptor
.
dsc_list
,
src
->
descriptor
.
dl_len
)
;
btc_hh.c:1211
btc_hh_cb_copy_hid_info()
if
(
param
.
dscp
.
dl_len
>
0
&&
param
.
dscp
.
dsc_list
!=
NULL
)
{
btc_hh.c:1358
btc_hh_cb_handler()
utl_freebuf
(
(
void
*
*
)
&
param
.
dscp
.
dsc_list
)
;
btc_hh.c:1359
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_get_dscp_evt_param::dsc_list
is written by 1 function and is read by 3 functions:
btc_hh_cb_copy_hid_info()
All items filtered out
hidh_get_dscp_evt_param::dsc_list
btc_hh_cb_copy_hid_info()
btc_hh_cb_handler()
esp_hh_cb()
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