Home
last modified time | relevance | path

Searched refs:global_latitude (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dgeneric_client.h269 int32_t global_latitude; /* Global Coordinates (Latitude) */ member
283 int32_t global_latitude; /* Global Coordinates (Latitude) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_generic_model_api.h222 int32_t global_latitude; /*!< Global Coordinates (Latitude) */ member
370 int32_t global_latitude; /*!< Global Coordinates (Latitude) */ member
889 int32_t global_latitude; /*!< The value of the Global Latitude field */ member
1178 int32_t global_latitude; /*!< Global Coordinates (Latitude) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dgeneric_server.h118 int32_t global_latitude; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dgeneric_client.c352 status->global_latitude = net_buf_simple_pull_le32(buf); in generic_status()
844 net_buf_simple_add_le32(msg, set->global_latitude); in gen_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c1354 net_buf_simple_add_le32(msg, srv->state->global_latitude); in send_gen_location_status()
1359 net_buf_simple_add_le32(msg, srv->state->global_latitude); in send_gen_location_status()
1467 srv->state->global_latitude = latitude; in gen_location_set()
1477 .gen_loc_global_set.latitude = srv->state->global_latitude, in gen_location_set()