ESP-IDF
start_up()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
start_up()
start_up() function
Syntax
Show:
Summary
Declaration
from
controller.c:101
static
void
start_up
(
void
)
;
Examples
References
from
examples
Code
Location
static
void
start_up
(
void
)
controller.c:101
start_up
,
controller.c:534
Call Tree
from
examples
start_up()
calls 39 functions:
All items filtered out
start_up()
future_await()
hci_t::transmit_command_futured
hci_packet_factory_t::make_reset
hci_packet_factory_t::make_set_c2h_flow_control
hci_packet_factory_t::make_set_adv_report_flow_control
hci_packet_factory_t::make_host_buffer_size
hci_packet_factory_t::make_read_local_version_info
hci_packet_factory_t::make_read_bd_addr
hci_packet_factory_t::make_read_local_supported_commands
hci_packet_parser_t::parse_read_local_version_info_response
hci_packet_parser_t::parse_read_bd_addr_response
hci_packet_parser_t::parse_read_local_supported_commands_response
hci_packet_parser_t::parse_ble_read_white_list_size_response
hci_packet_parser_t::parse_ble_read_buffer_size_response
hci_packet_parser_t::parse_ble_read_supported_states_response
hci_packet_parser_t::parse_ble_read_local_supported_features_response
hci_packet_parser_t::parse_ble_read_resolving_list_size_response
hci_packet_factory_t::make_write_simple_pairing_mode
hci_packet_factory_t::make_set_event_mask
hci_packet_factory_t::make_ble_write_host_support
hci_packet_factory_t::make_ble_read_white_list_size
hci_packet_factory_t::make_ble_read_buffer_size
hci_packet_factory_t::make_ble_read_supported_states
hci_packet_factory_t::make_ble_read_local_supported_features
hci_packet_factory_t::make_ble_read_resolving_list_size
hci_packet_factory_t::make_ble_read_suggested_default_data_length
hci_packet_factory_t::make_ble_write_suggested_default_data_length
hci_packet_factory_t::make_ble_set_event_mask
hci_packet_parser_t::parse_generic_command_complete
hci_packet_parser_t::parse_ble_read_suggested_default_data_length_response
bluedroid_config::get_ssp_enabled
bluedriod_config_get()
__assert_func()
hci_packet_factory_t::make_read_buffer_size
hci_packet_factory_t::make_read_local_extended_features
hci_packet_factory_t::make_read_max_adv_data_len
hci_packet_parser_t::parse_read_buffer_size_response
hci_packet_parser_t::parse_read_local_extended_features_response
hci_packet_parser_t::parse_ble_read_adv_max_len_response
All items filtered out
Data Use
from
examples
start_up()
reads 15 variables and writes 5 variables:
bt_device_features_t::as_array
SCO_HOST_BUFFER_SIZE
controller_local_param_t::hci
controller_local_param_t::packet_factory
controller_local_param_t::packet_parser
controller_local_param_t::supported_commands
controller_local_param_t::features_classic
controller_local_param_t::acl_data_size_classic
controller_local_param_t::acl_data_size_ble
controller_local_param_t::ble_supported_states
controller_local_param_t::features_ble
controller_local_param_t::ble_supported
controller_local_param_t::simple_pairing_supported
controller_param
controller_local_param_t::last_features_classic_page_index
All items filtered out
start_up()
controller_local_param_t::acl_data_size_ble
controller_local_param_t::readable
controller_local_param_t::ble_supported
controller_local_param_t::simple_pairing_supported
controller_local_param_t::ble_ext_adv_data_max_len
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
start_up()
is implemented by 1 functions:
All items filtered out
start_up()
controller_t::start_up
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out