ESP-IDF
btc_hidh_args_t::set_idle
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
btc_hidh_args_t::set_idle
btc_hidh_args_t::set_idle field
Syntax
Show:
Summary
Declaration
from
btc_hh.h:143
struct
set_idle_arg
{
BD_ADDR
bd_addr
;
uint16_t
idle_time
;
}
set_idle
;
Examples
References
from
examples
Code
Location
Referrer
}
set_idle
;
btc_hh.h:146
p_dev
=
btc_hh_find_connected_dev_by_bda
(
arg
->
set_idle
.
bd_addr
)
;
btc_hh.c:1084
btc_hh_set_idle_time()
BTA_HhSetIdle
(
p_dev
->
dev_handle
,
arg
->
set_idle
.
idle_time
)
;
btc_hh.c:1090
btc_hh_set_idle_time()
memcpy
(
arg
.
set_idle
.
bd_addr
,
bd_addr
,
sizeof
(
esp_bd_addr_t
)
)
;
esp_hidh_api.c:183
esp_bt_hid_host_set_idle()
arg
.
set_idle
.
idle_time
=
idle_time
;
esp_hidh_api.c:184
esp_bt_hid_host_set_idle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hidh_args_t::set_idle
is read by 2 functions:
All items filtered out
btc_hidh_args_t::set_idle
esp_bt_hid_host_set_idle()
btc_hh_set_idle_time()
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