ESP-IDF
bt_version_t
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
bt_version_t
bt_version_t struct
Syntax
Show:
Summary
Declaration
from
version.h:23
typedef
struct
{
uint8_t
hci_version
;
uint16_t
hci_revision
;
uint8_t
lmp_version
;
uint16_t
manufacturer
;
uint16_t
lmp_subversion
;
}
bt_version_t
;
Fields
Field
Declared as
bt_version_t::hci_version
uint8_t
bt_version_t::hci_revision
uint16_t
bt_version_t::lmp_version
uint8_t
bt_version_t::manufacturer
uint16_t
bt_version_t::lmp_subversion
uint16_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
version.h:23
}
bt_version_t
;
version.h:29
bt_version_t
bt_version
;
controller.c:59
controller_local_param_t
controller_local_param_t::bt_version
static
const
bt_version_t
*
get_bt_version
(
void
)
controller.c:329
get_bt_version()
const
bt_version_t
*
(
*
get_bt_version
)
(
void
)
;
controller.h:38
bt_version_t
*
bt_version
)
hci_packet_parser.c:59
parse_read_local_version_info_response()
parse_read_local_version_info_response()::bt_version
bt_version_t
*
bt_version_ptr
hci_packet_parser.h:44
}
bt_version_t
;
version.h:29
bt_version_t
Call Tree
from
examples
All items filtered out
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
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
controller_local_param_t::bt_version
controller_local_param_t
controller.c:59
return
get_bt_version()
controller.c:329
parse_read_local_version_info_response()::bt_version
parse_read_local_version_info_response()
hci_packet_parser.c:59
Lifecycle
from
examples
All items filtered out
All items filtered out