ESP-IDF
controller_local_param_t::last_features_classic_page_index
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
controller_local_param_t::last_features_classic_page_index
controller_local_param_t::last_features_classic_page_index field
Syntax
Show:
Summary
Declaration
from
controller.c:63
uint8_t
last_features_classic_page_index
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
last_features_classic_page_index
;
controller.c:63
&
controller_param
.
last_features_classic_page_index
,
controller.c:164
start_up()
while
(
page_number
<=
controller_param
.
last_features_classic_page_index
&&
controller.c:199
start_up()
&
controller_param
.
last_features_classic_page_index
,
controller.c:205
start_up()
controller_param
.
ble_supported
=
controller_param
.
last_features_classic_page_index
>=
1
&&
HCI_LE_HOST_SUPPORTED
(
controller_param
.
features_classic
[
1
]
.
as_array
)
;
controller.c:224
start_up()
return
controller_param
.
last_features_classic_page_index
;
controller.c:346
get_last_features_classic_index()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
controller_local_param_t::last_features_classic_page_index
is read by 2 functions:
All items filtered out
controller_local_param_t::last_features_classic_page_index
start_up()
get_last_features_classic_index()
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