ESP-IDF
btm_sec_io_map
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
btm_sec_io_map
btm_sec_io_map variable
SMP_INCLUDED == TRUE
Syntax
Show:
Summary
Declaration
from
btm_sec.c:114
static
const
BOOLEAN
btm_sec_io_map
[
BTM_IO_CAP_MAX
]
[
BTM_IO_CAP_MAX
]
=
{
{
FALSE
,
FALSE
,
TRUE
,
FALSE
}
,
{
FALSE
,
TRUE
,
TRUE
,
FALSE
}
,
{
TRUE
,
TRUE
,
TRUE
,
FALSE
}
,
{
FALSE
,
FALSE
,
FALSE
,
FALSE
}
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
BOOLEAN
btm_sec_io_map
[
BTM_IO_CAP_MAX
]
[
BTM_IO_CAP_MAX
]
=
{
btm_sec.c:114
&&
(
btm_sec_io_map
[
p_dev_rec
->
rmt_io_caps
]
[
btm_cb
.
devcb
.
loc_io_caps
]
)
)
btm_sec.c:2001
btm_sec_is_upgrade_possible()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btm_sec_io_map
is read by 1 function:
All items filtered out
btm_sec_io_map
btm_sec_is_upgrade_possible()
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