Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dgeneric_server.h243 int16_t north; member
334 int16_t north; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c1488 uint16_t north = net_buf_simple_pull_le16(buf); in gen_location_set() local
1497 .loc_local_set.north = north, in gen_location_set()
1508 if (north != 0x8000) { in gen_location_set()
1509 srv->state->local_north = north; in gen_location_set()
1523 .gen_loc_local_set.north = srv->state->local_north, in gen_location_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_generic_model_api.h1031 int16_t north; /*!< The Local North value of Generic Location state */ member