Searched refs:pub_addr (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_srv.h | 88 uint16_t pub_addr; member 99 uint8_t pub_addr[16]; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | cfg_srv.c | 215 static uint8_t _mod_pub_set(struct bt_mesh_model *model, uint16_t pub_addr, in _mod_pub_set() argument 231 if (pub_addr == BLE_MESH_ADDR_UNASSIGNED) { in _mod_pub_set() 263 model->pub->addr = pub_addr; in _mod_pub_set() 973 uint16_t elem_addr, uint16_t pub_addr, in send_mod_pub_status() argument 989 net_buf_simple_add_le16(&msg, pub_addr); in send_mod_pub_status() 1013 uint16_t elem_addr = 0U, pub_addr = 0U; in mod_pub_get() local 1048 pub_addr = mod->pub->addr; in mod_pub_get() 1052 send_mod_pub_status(model, ctx, elem_addr, pub_addr, vnd, mod, in mod_pub_get() 1061 uint16_t elem_addr = 0U, pub_addr = 0U, pub_app_idx = 0U; in mod_pub_set() local 1073 pub_addr = net_buf_simple_pull_le16(buf); in mod_pub_set() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 615 uint16_t pub_addr; /*!< Publish Address */ member
|