ESP-IDF
controller_t::get_bt_version
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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_bt_version
controller_t::get_bt_version field
Syntax
Show:
Summary
Declaration
from
controller.h:38
const
bt_version_t
*
(
*
get_bt_version
)
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
bt_version_t
*
(
*
get_bt_version
)
(
void
)
;
controller.h:38
bt_mesh_dev
.
lmp_version
=
controller_get_interface
(
)
->
get_bt_version
(
)
->
lmp_version
;
adapter.c:134
bt_mesh_hci_init()
bt_mesh_dev
.
hci_revision
=
controller_get_interface
(
)
->
get_bt_version
(
)
->
hci_revision
;
adapter.c:135
bt_mesh_hci_init()
bt_mesh_dev
.
lmp_subversion
=
controller_get_interface
(
)
->
get_bt_version
(
)
->
lmp_subversion
;
adapter.c:136
bt_mesh_hci_init()
bt_mesh_dev
.
manufacturer
=
controller_get_interface
(
)
->
get_bt_version
(
)
->
manufacturer
;
adapter.c:137
bt_mesh_hci_init()
static
const
controller_t
interface
=
{
controller.c:533
interface
get_bt_version()
if
(
BTM_IS_BRCM_CONTROLLER
(
)
)
{
l2c_utils.c:2532
l2cu_set_acl_priority()
Call Tree
from
examples
controller_t::get_bt_version
is called by 2 functions:
l2cu_set_acl_priority()
bt_mesh_hci_init()
All items filtered out
controller_t::get_bt_version
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_bt_version
implements 1 functions:
get_bt_version()
All items filtered out
controller_t::get_bt_version
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out