mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
examples: esp_ble_mesh: move ble_mesh_node_prestore_params symbol to source file
This commit is contained in:
parent
85462d17a5
commit
4085443a17
@ -8,6 +8,7 @@
|
|||||||
#include "esp_ble_mesh_generic_model_api.h"
|
#include "esp_ble_mesh_generic_model_api.h"
|
||||||
uint8_t dev_uuid[16] = {0xdd, 0xdd};
|
uint8_t dev_uuid[16] = {0xdd, 0xdd};
|
||||||
|
|
||||||
|
ble_mesh_node_config_params ble_mesh_node_prestore_params[NODE_MAX_GROUP_CONFIG];
|
||||||
|
|
||||||
esp_ble_mesh_prov_t prov = {
|
esp_ble_mesh_prov_t prov = {
|
||||||
#if CONFIG_BLE_MESH_NODE
|
#if CONFIG_BLE_MESH_NODE
|
||||||
|
@ -23,7 +23,7 @@ typedef struct {
|
|||||||
uint16_t net_idx;
|
uint16_t net_idx;
|
||||||
uint16_t unicast_addr;
|
uint16_t unicast_addr;
|
||||||
} ble_mesh_node_config_params;
|
} ble_mesh_node_config_params;
|
||||||
ble_mesh_node_config_params ble_mesh_node_prestore_params[NODE_MAX_GROUP_CONFIG];
|
extern ble_mesh_node_config_params ble_mesh_node_prestore_params[NODE_MAX_GROUP_CONFIG];
|
||||||
|
|
||||||
extern esp_ble_mesh_prov_t prov;
|
extern esp_ble_mesh_prov_t prov;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user