ESP-IDF
controller_local_param_t::acl_data_size_ble
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_local_param_t::acl_data_size_ble
controller_local_param_t::acl_data_size_ble field
Syntax
Show:
Summary
Declaration
from
controller.c:67
uint16_t
acl_data_size_ble
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
acl_data_size_ble
;
controller.c:67
&
controller_param
.
acl_data_size_ble
,
controller.c:237
start_up()
if
(
controller_param
.
acl_data_size_ble
==
0
)
{
controller.c:242
start_up()
controller_param
.
acl_data_size_ble
=
controller_param
.
acl_data_size_classic
;
controller.c:243
start_up()
return
controller_param
.
acl_data_size_ble
;
controller.c:448
get_acl_data_size_ble()
return
controller_param
.
acl_data_size_ble
+
HCI_DATA_PREAMBLE_SIZE
;
controller.c:460
get_acl_packet_size_ble()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
controller_local_param_t::acl_data_size_ble
is written by 1 function and is read by 3 functions:
start_up()
All items filtered out
controller_local_param_t::acl_data_size_ble
start_up()
get_acl_data_size_ble()
get_acl_packet_size_ble()
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