ESP-IDF
BTA_HH_MAX_KNOWN
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
BTA_HH_MAX_KNOWN
BTA_HH_MAX_KNOWN macro
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:80
#define
BTA_HH_MAX_KNOWN
HID_HOST_MAX_DEVICES
Examples
References
from
examples
Code
Location
#define
BTA_HH_MAX_KNOWN
HID_HOST_MAX_DEVICES
bta_hh_api.h:80
for
(
xx
=
0
;
xx
<
BTA_HH_MAX_KNOWN
;
xx
++
)
{
bta_hh_act.c:95
UINT8
cb_index
[
BTA_HH_MAX_KNOWN
]
;
/* maintain a CB index
bta_hh_int.h:295
for
(
i
=
0
;
i
<
BTA_HH_MAX_KNOWN
;
i
++
)
{
bta_hh_utils.c:408
if
(
dev_handle
<
BTA_HH_MAX_KNOWN
)
{
bta_hh_utils.c:497
Call Tree
from
examples
All items filtered out
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