ESP-IDF
controller_local_param_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
controller_local_param_t struct
Syntax
Show:
Summary
Declaration
from
controller.c:54
typedef
struct
{
const
hci_t
*
hci
;
const
hci_packet_factory_t
*
packet_factory
;
const
hci_packet_parser_t
*
packet_parser
;
bt_version_t
bt_version
;
bt_bdaddr_t
address
;
uint8_t
supported_commands
[
HCI_SUPPORTED_COMMANDS_ARRAY_SIZE
]
;
uint8_t
last_features_classic_page_index
;
bt_device_features_t
features_classic
[
MAX_FEATURES_CLASSIC_PAGE_COUNT
]
;
uint16_t
acl_data_size_classic
;
uint16_t
acl_data_size_ble
;
uint16_t
acl_buffer_count_classic
;
uint8_t
acl_buffer_count_ble
;
uint8_t
sco_data_size
;
uint16_t
sco_buffer_count
;
uint8_t
ble_white_list_size
;
uint8_t
ble_resolving_list_max_size
;
uint8_t
ble_supported_states
[
BLE_SUPPORTED_STATES_SIZE
]
;
bt_device_features_t
features_ble
;
uint16_t
ble_suggested_default_data_length
;
uint16_t
ble_suggested_default_data_txtime
;
bool
readable
;
bool
ble_supported
;
bool
simple_pairing_supported
;
bool
secure_connections_supported
;
#if
(
BLE_50_FEATURE_SUPPORT
==
TRUE
)
uint16_t
ble_ext_adv_data_max_len
;
#endif
}
controller_local_param_t
;
Fields
Field
Declared as
controller_local_param_t::hci
const
hci_t
*
controller_local_param_t::packet_factory
const
hci_packet_factory_t
*
controller_local_param_t::packet_parser
const
hci_packet_parser_t
*
controller_local_param_t::bt_version
bt_version_t
controller_local_param_t::address
bt_bdaddr_t
controller_local_param_t::supported_commands
uint8_t
[
HCI_SUPPORTED_COMMANDS_ARRAY_SIZE
]
controller_local_param_t::last_features_classic_page_index
uint8_t
controller_local_param_t::features_classic
bt_device_features_t
[
MAX_FEATURES_CLASSIC_PAGE_COUNT
]
controller_local_param_t::acl_data_size_classic
uint16_t
controller_local_param_t::acl_data_size_ble
uint16_t
controller_local_param_t::acl_buffer_count_classic
uint16_t
controller_local_param_t::acl_buffer_count_ble
uint8_t
controller_local_param_t::sco_data_size
uint8_t
controller_local_param_t::sco_buffer_count
uint16_t
controller_local_param_t::ble_white_list_size
uint8_t
controller_local_param_t::ble_resolving_list_max_size
uint8_t
controller_local_param_t::ble_supported_states
uint8_t
[
BLE_SUPPORTED_STATES_SIZE
]
controller_local_param_t::features_ble
bt_device_features_t
controller_local_param_t::ble_suggested_default_data_length
uint16_t
controller_local_param_t::ble_suggested_default_data_txtime
uint16_t
controller_local_param_t::readable
bool
controller_local_param_t::ble_supported
bool
controller_local_param_t::simple_pairing_supported
bool
controller_local_param_t::secure_connections_supported
bool
controller_local_param_t::ble_ext_adv_data_max_len
uint16_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
controller.c:54
}
controller_local_param_t
;
controller.c:88
controller_local_param_t
static
controller_local_param_t
controller_param
;
controller.c:91
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
controller_param
controller.c:91
Lifecycle
from
examples
All items filtered out
All items filtered out