ESP-IDF
esp_hidh_dev_s::
::
::handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_hidh_dev_s::
::
::handle
esp_hidh_dev_s::
::
::handle field
Syntax
Show:
Summary
Declaration
from
esp_hidh_private.h:85
uint8_t
handle
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
handle
;
esp_hidh_private.h:85
dev
->
bt
.
handle
=
param
->
open
.
handle
;
bt_hidh.c:259
esp_hh_cb()
ESP_LOGW
(
TAG
,
"%s hdl:0x%02x not connected"
,
__func__
,
dev
->
bt
.
handle
)
;
bt_hidh.c:744
esp_bt_hidh_dev_close()
ESP_LOGW
(
TAG
,
"%s hdl:0x%02x not connected"
,
__func__
,
dev
->
bt
.
handle
)
;
bt_hidh.c:893
esp_bt_hidh_dev_get_idle()
ESP_LOGW
(
TAG
,
"%s hdl:0x%02x not connected"
,
__func__
,
dev
->
bt
.
handle
)
;
bt_hidh.c:916
esp_bt_hidh_dev_set_idle()
ESP_LOGW
(
TAG
,
"%s hdl:0x%02x not connected"
,
__func__
,
dev
->
bt
.
handle
)
;
bt_hidh.c:939
esp_bt_hidh_dev_get_protocol()
ESP_LOGW
(
TAG
,
"%s hdl:0x%02x not connected"
,
__func__
,
dev
->
bt
.
handle
)
;
bt_hidh.c:963
esp_bt_hidh_dev_set_protocol()
fprintf
(
fp
,
"BDA:"
ESP_BD_ADDR_STR
", Status: %s, Connected: %s, Handle: %d, Usage: %s\n"
,
ESP_BD_ADDR_HEX
(
dev
->
addr
.
bda
)
,
s_esp_hh_status_names
[
dev
->
status
]
,
dev
->
connected
?
"YES"
:
"NO"
,
dev
->
bt
.
handle
,
esp_hid_usage_str
(
dev
->
usage
)
)
;
bt_hidh.c:978
esp_bt_hidh_dev_dump()
dev
->
bt
.
handle
=
0xff
;
bt_hidh.c:1039
hidh_dev_ctor()
if
(
d
->
transport
==
ESP_HID_TRANSPORT_BT
&&
d
->
bt
.
handle
==
handle
)
{
esp_hidh.c:795
esp_hidh_dev_get_by_handle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_hidh_dev_s::
::
::handle
is written by 2 functions and is read by 7 functions:
esp_hh_cb()
hidh_dev_ctor()
All items filtered out
esp_hidh_dev_s::
::
::handle
esp_hidh_dev_get_by_handle()
esp_bt_hidh_dev_close()
esp_bt_hidh_dev_get_idle()
esp_bt_hidh_dev_set_idle()
esp_bt_hidh_dev_get_protocol()
esp_bt_hidh_dev_set_protocol()
esp_bt_hidh_dev_dump()
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