Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dgeneric_client.h270 int32_t global_longitude; /* Global Coordinates (Longitude) */ member
284 int32_t global_longitude; /* Global Coordinates (Longitude) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_generic_model_api.h223 int32_t global_longitude; /*!< Global Coordinates (Longitude) */ member
371 int32_t global_longitude; /*!< Global Coordinates (Longitude) */ member
890 int32_t global_longitude; /*!< The value of the Global Longitude field */ member
1179 int32_t global_longitude; /*!< Global Coordinates (Longitude) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dgeneric_server.h119 int32_t global_longitude; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dgeneric_client.c353 status->global_longitude = net_buf_simple_pull_le32(buf); in generic_status()
845 net_buf_simple_add_le32(msg, set->global_longitude); in gen_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c1355 net_buf_simple_add_le32(msg, srv->state->global_longitude); in send_gen_location_status()
1360 net_buf_simple_add_le32(msg, srv->state->global_longitude); in send_gen_location_status()
1470 srv->state->global_longitude = longitude; in gen_location_set()
1478 .gen_loc_global_set.longitude = srv->state->global_longitude, in gen_location_set()