ESP-IDF
tACL_CONN::lmp_version
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
tACL_CONN::lmp_version
tACL_CONN::lmp_version field
Syntax
Show:
Summary
Declaration
from
btm_int.h:126
UINT8
lmp_version
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
lmp_version
;
btm_int.h:126
p
->
lmp_version
=
HCI_PROTO_VERSION_4_0
;
btm_acl.c:280
btm_acl_created()
STREAM_TO_UINT8
(
p_acl_cb
->
lmp_version
,
p
)
;
btm_acl.c:955
btm_read_remote_version_complete()
*
lmp_version
=
p
->
lmp_version
;
btm_acl.c:1734
BTM_ReadRemoteVersion()
if
(
acl
==
NULL
||
acl
->
lmp_version
==
0
)
{
smp_act.c:68
lmp_version_below()
SMP_TRACE_DEBUG
(
"%s LMP version %d < %d"
,
__func__
,
acl
->
lmp_version
,
version
)
;
smp_act.c:72
lmp_version_below()
return
acl
->
lmp_version
<
version
;
smp_act.c:73
lmp_version_below()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tACL_CONN::lmp_version
is written by 2 functions and is read by 2 functions:
btm_acl_created()
btm_read_remote_version_complete()
All items filtered out
tACL_CONN::lmp_version
BTM_ReadRemoteVersion()
lmp_version_below()
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
Lifecycle
from
examples
All items filtered out
All items filtered out