ESP-IDF
interop_database
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_database
interop_database variable
Syntax
Show:
Summary
Declaration
from
interop_database.h:30
static
const
interop_entry_t
interop_database
[
]
=
{
{
{
{
0x08
,
0x62
,
0x66
,
0
,
0
,
0
}
}
,
3
,
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
}
,
{
{
{
0x38
,
0x2c
,
0x4a
,
0xc9
,
0
,
0
}
}
,
4
,
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
}
,
{
{
{
0x38
,
0x2c
,
0x4a
,
0xe6
,
0
,
0
}
}
,
4
,
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
}
,
{
{
{
0x54
,
0xa0
,
0x50
,
0xd9
,
0
,
0
}
}
,
4
,
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
}
,
{
{
{
0xac
,
0x9e
,
0x17
,
0
,
0
,
0
}
}
,
3
,
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
}
,
{
{
{
0xf0
,
0x79
,
0x59
,
0
,
0
,
0
}
}
,
3
,
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
}
,
{
{
{
0x1c
,
0x96
,
0x5a
,
0
,
0
,
0
}
}
,
3
,
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
}
,
{
{
{
0x80
,
0xe4
,
0xda
,
0x70
,
0
,
0
}
}
,
4
,
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
}
,
{
{
{
0x9c
,
0xdf
,
0x03
,
0
,
0
,
0
}
}
,
3
,
INTEROP_AUTO_RETRY_PAIRING
}
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
interop_entry_t
interop_database
[
]
=
{
interop_database.h:30
const
size_t
db_size
=
sizeof
(
interop_database
)
/
sizeof
(
interop_entry_t
)
;
interop.c:46
interop_match()
if
(
feature
==
interop_database
[
i
]
.
feature
&&
interop.c:49
interop_match()
memcmp
(
addr
,
&
interop_database
[
i
]
.
addr
,
interop_database
[
i
]
.
len
)
==
0
)
{
interop.c:50
interop_match()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
interop_database
is read by 1 function:
All items filtered out
interop_database
interop_match()
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