ESP-IDF
controller_t::get_ble_supported_states
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_t::get_ble_supported_states
controller_t::get_ble_supported_states field
Syntax
Show:
Summary
Declaration
from
controller.h:45
const
uint8_t
*
(
*
get_ble_supported_states
)
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
uint8_t
*
(
*
get_ble_supported_states
)
(
void
)
;
controller.h:45
const
uint8_t
*
p
=
controller_get_interface
(
)
->
get_ble_supported_states
(
)
;
adapter.c:139
bt_mesh_hci_init()
const
uint8_t
*
ble_supported_states
=
controller_get_interface
(
)
->
get_ble_supported_states
(
)
;
btm_ble_gap.c:4663
btm_ble_topology_check()
static
const
controller_t
interface
=
{
controller.c:533
interface
get_ble_supported_states()
Call Tree
from
examples
controller_t::get_ble_supported_states
is called by 2 functions:
btm_ble_topology_check()
bt_mesh_hci_init()
All items filtered out
controller_t::get_ble_supported_states
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_ble_supported_states
implements 1 functions:
get_ble_supported_states()
All items filtered out
controller_t::get_ble_supported_states
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out