ESP-IDF
tBTM_SEC_DEV_REC::clock_offset
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
tBTM_SEC_DEV_REC::clock_offset
tBTM_SEC_DEV_REC::clock_offset field
Syntax
Show:
Summary
Declaration
from
btm_int.h:605
UINT16
clock_offset
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
clock_offset
;
/* Latest known clock offset */
btm_int.h:605
p_dev_rec
->
clock_offset
=
clock_offset
|
BTM_CLOCK_OFFSET_VALID
;
btm_sec.c:5167
btm_sec_update_clock_offset()
clock_offset
=
(
p_dev_rec
)
?
p_dev_rec
->
clock_offset
:
0
;
l2c_utils.c:2407
l2cu_create_conn_after_switch()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_SEC_DEV_REC::clock_offset
is written by 1 function and is read by 1 function:
btm_sec_update_clock_offset()
All items filtered out
tBTM_SEC_DEV_REC::clock_offset
l2cu_create_conn_after_switch()
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