ESP-IDF
BTA_HhSetProtoMode()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_HhSetProtoMode()
BTA_HhSetProtoMode() function
* Function BTA_HhSetProtoMode * Description This function set the protocol mode at specified HID handle * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
bta_hh_api.h:384
extern
void
BTA_HhSetProtoMode
(
UINT8
handle
,
tBTA_HH_PROTO_MODE
t_type
)
;
Implemented in
bta_hh_api.c:223
Arguments
Argument
handle
t_type
Examples
References
from
examples
Code
Location
Referrer
void
BTA_HhSetProtoMode
(
UINT8
dev_handle
,
tBTA_HH_PROTO_MODE
p_type
)
bta_hh_api.c:223
extern
void
BTA_HhSetProtoMode
(
UINT8
handle
,
tBTA_HH_PROTO_MODE
t_type
)
;
bta_hh_api.h:384
BTA_HhSetProtoMode
(
p_dev
->
dev_handle
,
proto_mode_change_to_lower_layer
(
arg
->
set_protocol
.
protocol_mode
)
)
;
btc_hh.c:831
btc_hh_set_protocol()
Call Tree
from
examples
BTA_HhSetProtoMode()
is called by 1 function and calls 1 function:
btc_hh_set_protocol()
All items filtered out
BTA_HhSetProtoMode()
bta_hh_snd_write_dev()
All items filtered out
Data Use
from
examples
All items filtered out
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