ESP-IDF
BLE_MESH_TEMPERATURE_UNKNOWN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_MESH_TEMPERATURE_UNKNOWN
BLE_MESH_TEMPERATURE_UNKNOWN macro
Syntax
Show:
Summary
Declaration
from
server_common.h:38
#define
BLE_MESH_TEMPERATURE_UNKNOWN
0xFFFF
Examples
References
from
examples
Code
Location
#define
BLE_MESH_TEMPERATURE_UNKNOWN
0xFFFF
server_common.h:38
srv
->
state
->
temperature_range_min
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
lighting_server.c:786
srv
->
state
->
temperature_range_max
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
lighting_server.c:790
srv
->
state
->
temperature_range_min
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
lighting_server.c:877
srv
->
state
->
temperature_range_max
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
lighting_server.c:881
min
<
BLE_MESH_TEMPERATURE_MIN
||
(
min
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
min
>
BLE_MESH_TEMPERATURE_MAX
)
||
lighting_server.c:921
max
<
BLE_MESH_TEMPERATURE_MIN
||
(
max
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
max
>
BLE_MESH_TEMPERATURE_MAX
)
)
{
lighting_server.c:922
if
(
min
==
BLE_MESH_TEMPERATURE_UNKNOWN
)
{
lighting_server.c:939
}
else
if
(
max
==
BLE_MESH_TEMPERATURE_UNKNOWN
)
{
lighting_server.c:941
if
(
min
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
srv
->
state
->
temperature_range_min
!=
min
)
{
lighting_server.c:947
if
(
max
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
srv
->
state
->
temperature_range_max
!=
max
)
{
lighting_server.c:951
srv
->
state
->
temperature_range_min
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
lighting_server.c:1027
srv
->
state
->
temperature_range_max
!=
BLE_MESH_TEMPERATURE_UNKNOWN
&&
lighting_server.c:1031
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
Lifecycle
from
examples
All items filtered out
All items filtered out