ESP-IDF
BTA_HhSendCtrl()
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_HhSendCtrl()
BTA_HhSendCtrl() function
* Function BTA_HhSendCtrl * Description Send a control command to HID device. * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
bta_hh_api.h:450
extern
void
BTA_HhSendCtrl
(
UINT8
dev_handle
,
tBTA_HH_TRANS_CTRL_TYPE
c_type
)
;
Implemented in
bta_hh_api.c:277
Arguments
Argument
dev_handle
c_type
Examples
References
from
examples
Code
Location
Referrer
void
BTA_HhSendCtrl
(
UINT8
dev_handle
,
tBTA_HH_TRANS_CTRL_TYPE
c_type
)
bta_hh_api.c:277
extern
void
BTA_HhSendCtrl
(
UINT8
dev_handle
,
bta_hh_api.h:450
BTA_HhSendCtrl
(
p_dev
->
dev_handle
,
BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG
)
;
btc_hh.c:665
btc_hh_virtual_unplug()
Call Tree
from
examples
BTA_HhSendCtrl()
is called by 1 function and calls 1 function:
btc_hh_virtual_unplug()
All items filtered out
BTA_HhSendCtrl()
bta_hh_snd_write_dev()
All items filtered out
Data Use
from
examples
BTA_HhSendCtrl()
:
All items filtered out
BTA_HhSendCtrl()
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