ESP-IDF
controller_t::get_acl_data_size_classic
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::get_acl_data_size_classic
controller_t::get_acl_data_size_classic field
Syntax
Show:
Summary
Declaration
from
controller.h:62
uint16_t
(
*
get_acl_data_size_classic
)
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
(
*
get_acl_data_size_classic
)
(
void
)
;
controller.h:62
static
const
controller_t
interface
=
{
controller.c:533
interface
get_acl_data_size_classic()
acl_data_size
=
controller
->
get_acl_data_size_classic
(
)
;
l2c_link.c:1274
l2c_link_send_to_lower()
uint16_t
acl_data_size
=
controller_get_interface
(
)
->
get_acl_data_size_classic
(
)
;
l2c_utils.c:1100
l2cu_send_peer_echo_rsp()
uint16_t
acl_data_size
=
controller_get_interface
(
)
->
get_acl_data_size_classic
(
)
;
l2c_utils.c:3610
l2cu_set_acl_hci_header()
controller
->
get_acl_data_size_classic
(
)
:
packet_fragmenter.c:87
fragment_and_dispatch()
Call Tree
from
examples
controller_t::get_acl_data_size_classic
is called by 4 functions:
fragment_and_dispatch()
l2c_link_send_to_lower()
l2cu_send_peer_echo_rsp()
l2cu_set_acl_hci_header()
All items filtered out
controller_t::get_acl_data_size_classic
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
controller_t::get_acl_data_size_classic
implements 1 functions:
get_acl_data_size_classic()
All items filtered out
controller_t::get_acl_data_size_classic
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out