Searched refs:pub_addr (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_register_server_cmd.c | 28 struct arg_int *pub_addr; member 65 if (msg_publish.pub_addr->count != 0) { in ble_mesh_module_publish_message() 66 model->pub->publish_addr = msg_publish.pub_addr->ival[0]; in ble_mesh_module_publish_message() 98 msg_publish.pub_addr = arg_int1("a", NULL, "<address>", "unicast address"); in ble_mesh_register_server_operation()
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/ |
D | cfg_srv.c | 200 static uint8_t _mod_pub_set(struct bt_mesh_model *model, uint16_t pub_addr, in _mod_pub_set() argument 216 if (pub_addr == BLE_MESH_ADDR_UNASSIGNED) { in _mod_pub_set() 244 model->pub->addr = pub_addr; in _mod_pub_set() 954 uint16_t elem_addr, uint16_t pub_addr, in send_mod_pub_status() argument 970 net_buf_simple_add_le16(&msg, pub_addr); in send_mod_pub_status() 994 uint16_t elem_addr = 0U, pub_addr = 0U; in mod_pub_get() local 1029 pub_addr = mod->pub->addr; in mod_pub_get() 1033 send_mod_pub_status(model, ctx, elem_addr, pub_addr, vnd, mod, in mod_pub_get() 1042 uint16_t elem_addr = 0U, pub_addr = 0U, pub_app_idx = 0U; in mod_pub_set() local 1054 pub_addr = net_buf_simple_pull_le16(buf); in mod_pub_set() [all …]
|
/hal_espressif-3.6.0/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-3.6.0/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 615 uint16_t pub_addr; /*!< Publish Address */ member
|