Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c1132 static struct label *va_find(const uint8_t *label_uuid, in va_find() argument
1150 if (!memcmp(labels[i].uuid, label_uuid, 16)) { in va_find()
1158 static uint8_t va_add(uint8_t *label_uuid, uint16_t *addr) in va_add() argument
1162 update = va_find(label_uuid, &free_slot); in va_add()
1173 if (bt_mesh_virtual_addr(label_uuid, addr) < 0) { in va_add()
1179 memcpy(free_slot->uuid, label_uuid, 16); in va_add()
1185 static uint8_t va_del(uint8_t *label_uuid, uint16_t *addr) in va_del() argument
1189 update = va_find(label_uuid, NULL); in va_del()
1210 uint8_t *label_uuid = NULL; in mod_sub_list_clear() local
1225 label_uuid = bt_mesh_label_uuid_get(mod->groups[i]); in mod_sub_list_clear()
[all …]
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h228 …uint8_t label_uuid[16]; /*!< The Label UUID of the virtual address to be added to the Subs… member
236 …uint8_t label_uuid[16]; /*!< The Label UUID of the virtual address to be removed from the … member
244 …uint8_t label_uuid[16]; /*!< The Label UUID of the virtual address to be added to the Subs… member
252 uint8_t label_uuid[16]; /*!< Value of the Label UUID publish address */ member
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_config_model.c547 &set->model_sub_va_add.label_uuid[0], in btc_ble_mesh_config_client_set_state()
552 &set->model_sub_va_overwrite.label_uuid[0], in btc_ble_mesh_config_client_set_state()
557 &set->model_sub_va_delete.label_uuid[0], in btc_ble_mesh_config_client_set_state()
577 set->model_pub_va_set.label_uuid, &model_pub); in btc_ble_mesh_config_client_set_state()