ESP-IDF
interop_feature_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
interop_feature_t
interop_feature_t enum
Syntax
Show:
Summary
Declaration
from
interop.h:26
enum
{
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
,
INTEROP_AUTO_RETRY_PAIRING
}
;
Values
Value
Declared as
interop_feature_t::INTEROP_DISABLE_LE_SECURE_CONNECTIONS
interop_feature_t::INTEROP_AUTO_RETRY_PAIRING
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
interop.h:26
}
interop_feature_t
;
interop.h:37
static
const
char
*
interop_feature_string
(
const
interop_feature_t
feature
)
interop.c:31
interop_feature_string()
interop_feature_string()::feature
bool
interop_match
(
const
interop_feature_t
feature
,
const
bt_bdaddr_t
*
addr
)
interop.c:42
interop_match()
interop_match()::feature
}
interop_feature_t
;
interop.h:37
interop_feature_t
bool
interop_match
(
const
interop_feature_t
feature
,
const
bt_bdaddr_t
*
addr
)
;
interop.h:43
interop_match()
interop_match()::feature
interop_feature_t
feature
;
interop_database.h:27
interop_entry_t
interop_entry_t::feature
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_match()::feature
interop_match()
interop.h:43
interop_feature_string()::feature
interop_feature_string()
interop.c:31
interop_match()::feature
interop_match()
interop.c:42
interop_entry_t::feature
interop_entry_t
interop_database.h:27
Lifecycle
from
examples
All items filtered out
All items filtered out