ESP-IDF
BTA_HhSetIdle()
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_HhSetIdle()
BTA_HhSetIdle() function
* Function BTA_HhSetIdle * Description send SET_IDLE to device. * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
bta_hh_api.h:428
extern
void
BTA_HhSetIdle
(
UINT8
dev_handle
,
UINT16
idle_rate
)
;
Implemented in
bta_hh_api.c:250
Arguments
Argument
dev_handle
idle_rate
Examples
References
from
examples
Code
Location
Referrer
void
BTA_HhSetIdle
(
UINT8
dev_handle
,
UINT16
idle_rate
)
bta_hh_api.c:250
extern
void
BTA_HhSetIdle
(
UINT8
dev_handle
,
UINT16
idle_rate
)
;
bta_hh_api.h:428
extern
void
BTA_HhSetIdle
(
UINT8
dev_handle
,
UINT16
idle_rate
)
;
bta_hh_api.h:462
BTA_HhSetIdle
(
p_dev
->
dev_handle
,
arg
->
set_idle
.
idle_time
)
;
btc_hh.c:1090
btc_hh_set_idle_time()
Call Tree
from
examples
BTA_HhSetIdle()
is called by 1 function and calls 1 function:
btc_hh_set_idle_time()
All items filtered out
BTA_HhSetIdle()
bta_hh_snd_write_dev()
All items filtered out
Data Use
from
examples
BTA_HhSetIdle()
:
All items filtered out
BTA_HhSetIdle()
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