ESP-IDF
interop_entry_t
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
interop_entry_t
interop_entry_t struct
Syntax
Show:
Summary
Declaration
from
interop_database.h:24
typedef
struct
{
bt_bdaddr_t
addr
;
uint8_t
len
;
interop_feature_t
feature
;
}
interop_entry_t
;
Fields
Field
Declared as
interop_entry_t::addr
bt_bdaddr_t
interop_entry_t::len
uint8_t
interop_entry_t::feature
interop_feature_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
interop_database.h:24
}
interop_entry_t
;
interop_database.h:28
const
size_t
db_size
=
sizeof
(
interop_database
)
/
sizeof
(
interop_entry_t
)
;
interop.c:46
interop_match()
}
interop_entry_t
;
interop_database.h:28
interop_entry_t
static
const
interop_entry_t
interop_database
[
]
=
{
interop_database.h:30
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
Instance
Scope
Location
Project
interop_database
interop_database.h:30
Lifecycle
from
examples
All items filtered out
All items filtered out