ESP-IDF
controller_t::ble_get_ext_adv_data_max_len
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::ble_get_ext_adv_data_max_len
controller_t::ble_get_ext_adv_data_max_len field
Syntax
Show:
Summary
Declaration
from
controller.h:84
uint16_t
(
*
ble_get_ext_adv_data_max_len
)
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
(
*
ble_get_ext_adv_data_max_len
)
(
void
)
;
controller.h:84
if
(
len
>
controller_get_interface
(
)
->
ble_get_ext_adv_data_max_len
(
)
)
{
btm_ble_5_gap.c:1185
btm_ble_ext_adv_set_data_validate()
__func__
,
len
,
controller_get_interface
(
)
->
ble_get_ext_adv_data_max_len
(
)
)
;
btm_ble_5_gap.c:1187
btm_ble_ext_adv_set_data_validate()
static
const
controller_t
interface
=
{
controller.c:533
interface
ble_get_ext_adv_data_max_len()
Call Tree
from
examples
controller_t::ble_get_ext_adv_data_max_len
is called by 1 function:
btm_ble_ext_adv_set_data_validate()
All items filtered out
controller_t::ble_get_ext_adv_data_max_len
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::ble_get_ext_adv_data_max_len
implements 1 functions:
ble_get_ext_adv_data_max_len()
All items filtered out
controller_t::ble_get_ext_adv_data_max_len
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out