Mesh: Handle mesh application termination event
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / include / bt-service-mesh-cdb.h
index 109c478..17dd398 100644 (file)
@@ -34,6 +34,7 @@ extern "C" {
 
 typedef struct {
        char *cfg_fname;
+       char *owner;
        char *app_cred;
        json_object *jcfg;
        uint8_t token[8];
@@ -56,7 +57,7 @@ bool _bt_mesh_conf_parse_data(void *cfg, int k);
 _bt_mesh_cdb_t * _bt_mesh_conf_database_create(const char *file_name,
        const uint8_t uuid[16], const uint8_t token[8],
                const char *network_name,
-                       const char *app_cred);
+                       const char *sender, const char *app_cred);
 
 bool _bt_mesh_conf_set_phase_network_key(_bt_mesh_cdb_t *cfg,
        uint16_t net_idx, uint8_t phase);