Home
last modified time | relevance | path

Searched refs:latitude (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dgeneric_server.h238 int32_t latitude; member
329 int32_t latitude; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c1450 int32_t latitude = net_buf_simple_pull_le32(buf); in gen_location_set() local
1457 .loc_global_set.latitude = latitude, in gen_location_set()
1466 if (latitude != 0x80000000) { in gen_location_set()
1467 srv->state->global_latitude = latitude; in gen_location_set()
1477 .gen_loc_global_set.latitude = srv->state->global_latitude, in gen_location_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_generic_model_api.h1024 int32_t latitude; /*!< The Global Latitude value of Generic Location state */ member