ESP-IDF
HID_HostGetDev()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
HID_HostGetDev()
HID_HostGetDev() function
* Function HID_HostGetDev * Description This is called so HID-host can find this device. * Returns tHID_STATUS
Syntax
Show:
Summary
Declaration
Definition
from
hidh_api.h:151
extern
tHID_STATUS
HID_HostGetDev
(
BD_ADDR
addr
,
UINT8
*
handle
)
;
Implemented in
hidh_api.c:405
Arguments
Argument
addr
handle
Examples
References
from
examples
Code
Location
Referrer
tHID_STATUS
HID_HostGetDev
(
BD_ADDR
addr
,
UINT8
*
handle
)
hidh_api.c:405
extern
tHID_STATUS
HID_HostGetDev
(
BD_ADDR
addr
,
UINT8
*
handle
)
;
hidh_api.h:151
if
(
HID_HostGetDev
(
(
(
tBTA_HH_CBACK_DATA
*
)
p_msg
)
->
addr
,
&
hdl
)
==
HID_SUCCESS
&&
hdl
!=
BTA_HH_IDX_INVALID
)
{
bta_hh_main.c:449
bta_hh_hdl_event()
Call Tree
from
examples
HID_HostGetDev()
is called by 1 function:
bta_hh_hdl_event()
All items filtered out
HID_HostGetDev()
All items filtered out
Data Use
from
examples
HID_HostGetDev()
reads 7 variables:
::HID_SUCCESS
::HID_ERR_NOT_REGISTERED
per_device_ctb::in_use
per_device_ctb::addr
host_ctb::devices
host_ctb::reg_flag
hh_cb
All items filtered out
HID_HostGetDev()
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