ESP-IDF
controller_t::get_features_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_features_classic
controller_t::get_features_classic field
Syntax
Show:
Summary
Declaration
from
controller.h:40
const
bt_device_features_t
*
(
*
get_features_classic
)
(
int
index
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
bt_device_features_t
*
(
*
get_features_classic
)
(
int
index
)
;
controller.h:40
&&
!
BTM_EPR_AVAILABLE
(
p
)
)
{
btm_acl.c:728
BTM_SwitchRole()
&&
!
BTM_EPR_AVAILABLE
(
p
)
)
{
btm_acl.c:2451
btm_cont_rswitch()
btm_decode_ext_features_page
(
i
,
controller
->
get_features_classic
(
i
)
->
as_array
)
;
btm_devctl.c:206
reset_complete()
return
(
UINT8
*
)
controller_get_interface
(
)
->
get_features_classic
(
0
)
->
as_array
;
btm_devctl.c:660
BTM_ReadLocalFeatures()
static
const
controller_t
interface
=
{
controller.c:533
interface
get_features_classic()
Call Tree
from
examples
controller_t::get_features_classic
is called by 4 functions:
BTM_SwitchRole()
btm_cont_rswitch()
reset_complete()
BTM_ReadLocalFeatures()
All items filtered out
controller_t::get_features_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_features_classic
implements 1 functions:
get_features_classic()
All items filtered out
controller_t::get_features_classic
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out