ESP-IDF
BTA_HhGetReport()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTA_HhGetReport()
BTA_HhGetReport() function
* Function BTA_HhGetReport * Description Send a GET_REPORT to HID device. * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
bta_hh_api.h:417
extern
void
BTA_HhGetReport
(
UINT8
dev_handle
,
tBTA_HH_RPT_TYPE
r_type
,
UINT8
rpt_id
,
UINT16
buf_size
)
;
Implemented in
bta_hh_api.c:207
Arguments
Argument
dev_handle
r_type
rpt_id
buf_size
Examples
References
from
examples
Code
Location
Referrer
void
BTA_HhGetReport
(
UINT8
dev_handle
,
tBTA_HH_RPT_TYPE
r_type
,
UINT8
rpt_id
,
UINT16
buf_size
)
bta_hh_api.c:207
extern
void
BTA_HhGetReport
(
UINT8
dev_handle
,
tBTA_HH_RPT_TYPE
r_type
,
bta_hh_api.h:417
BTA_HhGetReport
(
p_dev
->
dev_handle
,
arg
->
get_report
.
report_type
,
arg
->
get_report
.
report_id
,
btc_hh.c:876
btc_hh_get_report()
Call Tree
from
examples
BTA_HhGetReport()
is called by 1 function and calls 1 function:
btc_hh_get_report()
All items filtered out
BTA_HhGetReport()
bta_hh_snd_write_dev()
All items filtered out
Data Use
from
examples
BTA_HhGetReport()
:
All items filtered out
BTA_HhGetReport()
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