ESP-IDF
+
0
/1 examples
SourceVu will show references to
ble_svc_cts_local_time_info
from the following samples and libraries:
cts_prph sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_svc_cts_local_time_info
ble_svc_cts_local_time_info struct
Syntax
Show:
Summary
Declaration
from
ble_svc_cts.h:109
struct
ble_svc_cts_local_time_info
{
int8_t
timezone
;
uint8_t
dst_offset
;
}
;
Fields
Field
Declared as
Description
ble_svc_cts_local_time_info::timezone
int8_t
timezone. valid range : -48 to 56 -128 means timezone offset not known.
ble_svc_cts_local_time_info::dst_offset
uint8_t
dst_offset. allowed values : 0, 2, 4, 8, 255.
Examples
ble_svc_cts_local_time_info
is referenced by 1 libraries and example projects:
cts_prph sample
References
from
0/1
examples
Code
Location
Scope
Referrer
struct
ble_svc_cts_local_time_info
{
ble_svc_cts.h:109
struct
ble_svc_cts_local_time_info
local_time_info_val
;
ble_svc_cts.c:36
local_time_info_val
int
ble_svc_cts_local_time_info_validate
(
struct
ble_svc_cts_local_time_info
local_time_info
)
{
ble_svc_cts.c:122
ble_svc_cts_local_time_info_validate()
ble_svc_cts_local_time_info_validate()::local_time_info
struct
ble_svc_cts_local_time_info
local_time_info
;
ble_svc_cts.c:145
ble_svc_cts_access()
typedef
int
ble_svc_cts_fetch_local_time_info_fn
(
struct
ble_svc_cts_local_time_info
*
)
;
ble_svc_cts.h:141
typedef
int
ble_svc_cts_set_local_time_info_fn
(
struct
ble_svc_cts_local_time_info
)
;
ble_svc_cts.h:143
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
local_time_info_val
ble_svc_cts.c:36
ble_svc_cts_local_time_info_validate()::local_time_info
ble_svc_cts_local_time_info_validate()
ble_svc_cts.c:122
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out