ESP-IDF
controller_t
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
controller_t
controller_t struct
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.h:58
typedef
struct
controller_t
controller_t
;
Implemented in
controller.h:32
Fields
Field
Declared as
controller_t::start_up
void
(
*
)
(
void
)
controller_t::shut_down
void
(
*
)
(
void
)
controller_t::get_is_ready
bool
(
*
)
(
void
)
controller_t::get_address
const
bt_bdaddr_t
*
(
*
)
(
void
)
controller_t::get_bt_version
const
bt_version_t
*
(
*
)
(
void
)
controller_t::get_features_classic
const
bt_device_features_t
*
(
*
)
(
int
index
)
controller_t::get_last_features_classic_index
uint8_t
(
*
)
(
void
)
controller_t::get_features_ble
const
bt_device_features_t
*
(
*
)
(
void
)
controller_t::get_ble_supported_states
const
uint8_t
*
(
*
)
(
void
)
controller_t::supports_simple_pairing
bool
(
*
)
(
void
)
controller_t::supports_secure_connections
bool
(
*
)
(
void
)
controller_t::supports_simultaneous_le_bredr
bool
(
*
)
(
void
)
controller_t::supports_reading_remote_extended_features
bool
(
*
)
(
void
)
controller_t::supports_interlaced_inquiry_scan
bool
(
*
)
(
void
)
controller_t::supports_rssi_with_inquiry_results
bool
(
*
)
(
void
)
controller_t::supports_extended_inquiry_response
bool
(
*
)
(
void
)
controller_t::supports_master_slave_role_switch
bool
(
*
)
(
void
)
controller_t::supports_ble
bool
(
*
)
(
void
)
controller_t::supports_ble_packet_extension
bool
(
*
)
(
void
)
controller_t::supports_ble_connection_parameters_request
bool
(
*
)
(
void
)
controller_t::supports_ble_privacy
bool
(
*
)
(
void
)
controller_t::get_acl_data_size_classic
uint16_t
(
*
)
(
void
)
controller_t::get_acl_data_size_ble
uint16_t
(
*
)
(
void
)
controller_t::get_acl_packet_size_classic
uint16_t
(
*
)
(
void
)
controller_t::get_acl_packet_size_ble
uint16_t
(
*
)
(
void
)
controller_t::get_ble_default_data_packet_length
uint16_t
(
*
)
(
void
)
controller_t::get_ble_default_data_packet_txtime
uint16_t
(
*
)
(
void
)
controller_t::get_acl_buffer_count_classic
uint16_t
(
*
)
(
void
)
controller_t::get_acl_buffer_count_ble
uint8_t
(
*
)
(
void
)
controller_t::get_ble_white_list_size
uint8_t
(
*
)
(
void
)
controller_t::get_ble_resolving_list_max_size
uint8_t
(
*
)
(
void
)
controller_t::set_ble_resolving_list_max_size
void
(
*
)
(
int
resolving_list_max_size
)
controller_t::ble_get_ext_adv_data_max_len
uint16_t
(
*
)
(
void
)
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out