5a7810b700a1cc28d89263d2adee12d12c0befd5
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / mesh / bt-service-mesh-config-client.c
1 /*
2  * Bluetooth-frwk
3  *
4  * Copyright (c) 2020 Samsung Electronics Co., Ltd.
5  *
6  * @author: Anupam Roy <anupam.r@samsung.com>
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  *              http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  */
21 #include <glib.h>
22 #include <dlog.h>
23 #include <fcntl.h>
24 #include <dirent.h>
25 #include <errno.h>
26 #include <limits.h>
27 #include <stdio.h>
28 #include <unistd.h>
29 #include <sys/stat.h>
30 #include <ell/ell.h>
31
32 #include "bt-service-common.h"
33 #include "bt-service-core-adapter.h"
34 #include "bt-service-event-receiver.h"
35 #include "bt-request-handler.h"
36 #include "bluetooth-api.h"
37
38 #include "bluetooth-api.h"
39 #include "bluetooth-mesh-api.h"
40 #include "bt-internal-types.h"
41 #include "bt-service-util.h"
42 #include "bt-service-common.h"
43 #include "bt-service-core-adapter.h"
44 #include "bt-service-event-receiver.h"
45 #include "bt-request-handler.h"
46 #include "bluetooth-api.h"
47
48 #include "bluetooth-api.h"
49 #include "bluetooth-mesh-api.h"
50 #include "bt-internal-types.h"
51 #include "bt-service-util.h"
52 #include "bt-service-common.h"
53 #include "bt-service-event.h"
54
55 #include "bt-service-mesh-network.h"
56 #include "bt-service-mesh-cdb.h"
57 #include "bt-service-mesh-nodes.h"
58 #include "bt-service-mesh-keys.h"
59 #include "bt-service-mesh-util.h"
60
61 #include <oal-hardware.h>
62 #include <oal-manager.h>
63 #include <oal-event.h>
64 #include <oal-adapter-mgr.h>
65 #include <oal-device-mgr.h>
66 #include <oal-mesh.h>
67
68 #include "bt-internal-types.h"
69
70 #define MESH_CONFIG_BUFFER_MAX_LEN 100
71
72
73 static void __bt_mesh_send_node_browsed_event(int result,
74                 bluetooth_mesh_node_discover_t *browse_evt);
75 static void __bt_mesh_handle_pending_dev_config_request_info(int result,
76                 int service_function, void *param,
77                         unsigned int size);
78
79 struct mesh_config_cmd {
80         uint32_t opcode;
81         uint32_t response;
82         const char *descriptor;
83 };
84
85 static struct l_queue *pending_requests;
86
87 struct mesh_pending_request {
88         struct l_timeout *timer;
89         const struct mesh_config_cmd *cmd;
90         uint8_t net_uuid[16];
91         uint16_t addr;
92         void *data;
93 };
94
95 static struct mesh_config_cmd commands[] = {
96         { MESH_OPCODE_APPKEY_ADD, MESH_OPCODE_APPKEY_STATUS, "AppKeyAdd" },
97         { MESH_OPCODE_APPKEY_DELETE, MESH_OPCODE_APPKEY_STATUS, "AppKeyDelete" },
98         { MESH_OPCODE_APPKEY_GET, MESH_OPCODE_APPKEY_LIST, "AppKeyGet" },
99         { MESH_OPCODE_APPKEY_LIST, MESH_RESPONSE_NONE, "AppKeyList" },
100         { MESH_OPCODE_APPKEY_STATUS, MESH_RESPONSE_NONE, "AppKeyStatus" },
101         { MESH_OPCODE_APPKEY_UPDATE, MESH_OPCODE_APPKEY_STATUS, "AppKeyUpdate" },
102         { MESH_OPCODE_DEV_COMP_GET, MESH_OPCODE_DEV_COMP_STATUS, "DeviceCompositionGet" },
103         { MESH_OPCODE_DEV_COMP_STATUS, MESH_RESPONSE_NONE, "DeviceCompositionStatus" },
104         { MESH_OPCODE_CONFIG_BEACON_GET, MESH_OPCODE_CONFIG_BEACON_STATUS, "BeaconGet" },
105         { MESH_OPCODE_CONFIG_BEACON_SET, MESH_OPCODE_CONFIG_BEACON_STATUS, "BeaconSet" },
106         { MESH_OPCODE_CONFIG_BEACON_STATUS, MESH_RESPONSE_NONE, "BeaconStatus" },
107         { MESH_OPCODE_CONFIG_DEFAULT_TTL_GET, MESH_OPCODE_CONFIG_DEFAULT_TTL_STATUS,
108                 "DefaultTTLGet" },
109         { MESH_OPCODE_CONFIG_DEFAULT_TTL_SET, MESH_OPCODE_CONFIG_DEFAULT_TTL_STATUS,
110                 "DefaultTTLSet" },
111         { MESH_OPCODE_CONFIG_DEFAULT_TTL_STATUS, MESH_RESPONSE_NONE, "DefaultTTLStatus" },
112         { MESH_OPCODE_CONFIG_FRIEND_GET, MESH_OPCODE_CONFIG_FRIEND_STATUS, "FriendGet" },
113         { MESH_OPCODE_CONFIG_FRIEND_SET, MESH_OPCODE_CONFIG_FRIEND_STATUS, "FrienSet" },
114         { MESH_OPCODE_CONFIG_FRIEND_STATUS, MESH_RESPONSE_NONE, "FriendStatus" },
115         { MESH_OPCODE_CONFIG_PROXY_GET, MESH_OPCODE_CONFIG_PROXY_STATUS, "ProxyGet" },
116         { MESH_OPCODE_CONFIG_PROXY_SET, MESH_OPCODE_CONFIG_PROXY_STATUS, "ProxySet" },
117         { MESH_OPCODE_CONFIG_PROXY_STATUS, MESH_RESPONSE_NONE, "ProxyStatus" },
118         { MESH_OPCODE_CONFIG_KEY_REFRESH_PHASE_GET, MESH_OPCODE_CONFIG_KEY_REFRESH_PHASE_STATUS,
119                 "KeyRefreshPhaseGet" },
120         { MESH_OPCODE_CONFIG_KEY_REFRESH_PHASE_SET, MESH_OPCODE_CONFIG_KEY_REFRESH_PHASE_STATUS,
121                 "KeyRefreshPhaseSet" },
122         { MESH_OPCODE_CONFIG_KEY_REFRESH_PHASE_STATUS, MESH_RESPONSE_NONE,
123                 "KeyRefreshPhaseStatus" },
124         { MESH_OPCODE_CONFIG_MODEL_PUB_GET, MESH_OPCODE_CONFIG_MODEL_PUB_STATUS, "ModelPubGet" },
125         { MESH_OPCODE_CONFIG_MODEL_PUB_SET, MESH_OPCODE_CONFIG_MODEL_PUB_STATUS, "ModelPubSet" },
126         { MESH_OPCODE_CONFIG_MODEL_PUB_STATUS, MESH_RESPONSE_NONE, "ModelPubStatus" },
127         { MESH_OPCODE_CONFIG_MODEL_PUB_VIRT_SET, MESH_OPCODE_CONFIG_MODEL_PUB_STATUS,
128                 "ModelPubVirtualSet" },
129         { MESH_OPCODE_CONFIG_MODEL_SUB_ADD, MESH_OPCODE_CONFIG_MODEL_SUB_STATUS, "ModelSubAdd" },
130         { MESH_OPCODE_CONFIG_MODEL_SUB_DELETE, MESH_OPCODE_CONFIG_MODEL_SUB_STATUS,
131                 "ModelSubDelete" },
132         { MESH_OPCODE_CONFIG_MODEL_SUB_DELETE_ALL, MESH_OPCODE_CONFIG_MODEL_SUB_STATUS,
133                 "ModelSubDeleteAll" },
134         { MESH_OPCODE_CONFIG_MODEL_SUB_OVERWRITE, MESH_OPCODE_CONFIG_MODEL_SUB_STATUS,
135                 "ModelSubOverwrite" },
136         { MESH_OPCODE_CONFIG_MODEL_SUB_STATUS, MESH_RESPONSE_NONE, "ModelSubStatus" },
137         { MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_ADD, MESH_OPCODE_CONFIG_MODEL_SUB_STATUS,
138                 "ModelSubVirtAdd" },
139         { MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_DELETE, MESH_OPCODE_CONFIG_MODEL_SUB_STATUS,
140                 "ModelSubVirtDelete" },
141         { MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_OVERWRITE, MESH_OPCODE_CONFIG_MODEL_SUB_STATUS,
142                 "ModelSubVirtOverwrite" },
143         { MESH_OPCODE_CONFIG_NETWORK_TRANSMIT_GET, MESH_OPCODE_CONFIG_NETWORK_TRANSMIT_STATUS,
144                 "NetworkTransmitGet" },
145         { MESH_OPCODE_CONFIG_NETWORK_TRANSMIT_SET, MESH_OPCODE_CONFIG_NETWORK_TRANSMIT_STATUS,
146                 "NetworkTransmitSet" },
147         { MESH_OPCODE_CONFIG_NETWORK_TRANSMIT_STATUS, MESH_RESPONSE_NONE,
148                 "NetworkTransmitStatus" },
149         { MESH_OPCODE_CONFIG_RELAY_GET, MESH_OPCODE_CONFIG_RELAY_STATUS, "RelayGet" },
150         { MESH_OPCODE_CONFIG_RELAY_SET, MESH_OPCODE_CONFIG_RELAY_STATUS, "RelaySet" },
151         { MESH_OPCODE_CONFIG_RELAY_STATUS, MESH_RESPONSE_NONE, "RelayStatus" },
152         { MESH_OPCODE_CONFIG_MODEL_SUB_GET, MESH_OPCODE_CONFIG_MODEL_SUB_LIST, "ModelSubGet" },
153         { MESH_OPCODE_CONFIG_MODEL_SUB_LIST, MESH_RESPONSE_NONE, "ModelSubList" },
154         { MESH_OPCODE_CONFIG_VEND_MODEL_SUB_GET, MESH_OPCODE_CONFIG_VEND_MODEL_SUB_LIST,
155                 "VendorModelSubGet" },
156         { MESH_OPCODE_CONFIG_VEND_MODEL_SUB_LIST, MESH_RESPONSE_NONE, "VendorModelSubList" },
157         { MESH_OPCODE_CONFIG_POLL_TIMEOUT_LIST, MESH_OPCODE_CONFIG_POLL_TIMEOUT_STATUS,
158                 "PollTimeoutList" },
159         { MESH_OPCODE_CONFIG_POLL_TIMEOUT_STATUS, MESH_RESPONSE_NONE, "PollTimeoutStatus" },
160         { MESH_OPCODE_CONFIG_HEARTBEAT_PUB_GET, MESH_OPCODE_CONFIG_HEARTBEAT_PUB_STATUS,
161                 "HeartbeatPubGet" },
162         { MESH_OPCODE_CONFIG_HEARTBEAT_PUB_SET, MESH_OPCODE_CONFIG_HEARTBEAT_PUB_STATUS,
163                 "HeartbeatPubSet" },
164         { MESH_OPCODE_CONFIG_HEARTBEAT_PUB_STATUS, MESH_RESPONSE_NONE, "HeartbeatPubStatus" },
165         { MESH_OPCODE_CONFIG_HEARTBEAT_SUB_GET, MESH_OPCODE_CONFIG_HEARTBEAT_SUB_STATUS,
166                 "HeartbeatSubGet" },
167         { MESH_OPCODE_CONFIG_HEARTBEAT_SUB_SET, MESH_OPCODE_CONFIG_HEARTBEAT_SUB_STATUS,
168                 "HeartbeatSubSet" },
169         { MESH_OPCODE_CONFIG_HEARTBEAT_SUB_STATUS, MESH_RESPONSE_NONE, "HeartbeatSubStatus" },
170         { MESH_OPCODE_MODEL_APP_BIND, MESH_OPCODE_MODEL_APP_STATUS, "ModelAppBind" },
171         { MESH_OPCODE_MODEL_APP_STATUS, MESH_RESPONSE_NONE, "ModelAppStatus" },
172         { MESH_OPCODE_MODEL_APP_UNBIND, MESH_OPCODE_MODEL_APP_STATUS, "ModelAppUnbind" },
173         { MESH_OPCODE_NETKEY_ADD, MESH_OPCODE_NETKEY_STATUS, "NetKeyAdd" },
174         { MESH_OPCODE_NETKEY_DELETE, MESH_OPCODE_NETKEY_STATUS, "NetKeyDelete" },
175         { MESH_OPCODE_NETKEY_GET, MESH_OPCODE_NETKEY_LIST, "NetKeyGet" },
176         { MESH_OPCODE_NETKEY_LIST, MESH_RESPONSE_NONE, "NetKeyList" },
177         { MESH_OPCODE_NETKEY_STATUS, MESH_RESPONSE_NONE, "NetKeyStatus" },
178         { MESH_OPCODE_NETKEY_UPDATE, MESH_OPCODE_NETKEY_STATUS, "NetKeyUpdate" },
179         { MESH_OPCODE_NODE_IDENTITY_GET, MESH_OPCODE_NODE_IDENTITY_STATUS, "NodeIdentityGet" },
180         { MESH_OPCODE_NODE_IDENTITY_SET, MESH_OPCODE_NODE_IDENTITY_STATUS, "NodeIdentitySet" },
181         { MESH_OPCODE_NODE_IDENTITY_STATUS, MESH_RESPONSE_NONE, "NodeIdentityStatus" },
182         { MESH_OPCODE_NODE_RESET, MESH_OPCODE_NODE_RESET_STATUS, "NodeReset" },
183         { MESH_OPCODE_NODE_RESET_STATUS, MESH_RESPONSE_NONE, "NodeResetStatus" },
184         { MESH_OPCODE_MODEL_APP_GET, MESH_OPCODE_MODEL_APP_LIST, "ModelAppGet" },
185         { MESH_OPCODE_MODEL_APP_LIST, MESH_RESPONSE_NONE, "ModelAppList" },
186         { MESH_OPCODE_VENDOR_MODEL_APP_GET, MESH_OPCODE_VENDOR_MODEL_APP_LIST, "VendorModelAppGet" },
187         { MESH_OPCODE_VENDOR_MODEL_APP_LIST, MESH_RESPONSE_NONE, "VendorModelAppList" }
188 };
189
190
191 static const struct mesh_config_cmd *__mesh_get_command(uint32_t opcode)
192 {
193         uint32_t n;
194
195         for (n = 0; n < L_ARRAY_SIZE(commands); n++) {
196                 if (opcode == commands[n].opcode)
197                         return &commands[n];
198         }
199
200         return NULL;
201 }
202
203 static const char *__mesh_get_opcode_string(uint32_t opcode)
204 {
205         const struct mesh_config_cmd *cmd;
206
207         cmd = __mesh_get_command(opcode);
208         if (!cmd)
209                 return "Unknown Command Received";
210
211         return cmd->descriptor;
212 }
213
214 static void __mesh_request_remove(void *a)
215 {
216         struct mesh_pending_request *req = a;
217
218         if (req->data)
219                 l_free(req->data);
220         l_timeout_remove(req->timer);
221         l_free(req);
222 }
223
224 static void __bt_mesh_wait_response_timeout(
225                 struct l_timeout *timeout, void *user_data)
226 {
227         struct mesh_pending_request *req = user_data;
228
229         BT_INFO("Mesh: No response for \"%s\" from %4.4x\n",
230                         req->cmd->descriptor, req->addr);
231
232         /* Node reset case: delete the remote even if there is no response */
233         /* TODO Reset the remote node, as no response is expected on reset command */
234
235
236         switch (req->cmd->opcode) {
237         case MESH_OPCODE_DEV_COMP_GET: {
238                 /* Send event with timeout for Vendor Features */
239                 bluetooth_mesh_node_features_t *vendor_event = \
240                         g_malloc0(sizeof(bluetooth_mesh_node_features_t));
241
242                 _bt_mesh_util_convert_hex_to_string((uint8_t *) req->net_uuid, 16,
243                         vendor_event->net_uuid,
244                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
245                 vendor_event->unicast = req->addr;
246                  __bt_mesh_handle_pending_dev_config_request_info(
247                         BLUETOOTH_ERROR_TIMEOUT, BT_MESH_NODE_GET_VENDOR_FEATURES,
248                                 vendor_event, sizeof(bluetooth_mesh_node_features_t));
249                 g_free(vendor_event);
250
251                 /* Send event with timeout for Node Browse */
252                 event_mesh_devkey_message_t *event = \
253                         g_malloc0(sizeof(event_mesh_devkey_message_t));
254                 memcpy(event->net_uuid.uuid, req->net_uuid, 16);
255                 event->source = req->addr;
256
257                  __bt_mesh_handle_pending_dev_config_request_info(
258                         BLUETOOTH_ERROR_TIMEOUT, BT_MESH_NODE_BROWSE,
259                                 event, sizeof(event_mesh_devkey_message_t));
260
261                 g_free(event);
262                 break;
263         }
264         case MESH_OPCODE_CONFIG_MODEL_SUB_GET:
265         case MESH_OPCODE_CONFIG_VEND_MODEL_SUB_GET:
266                 BT_INFO("Mesh: Command TimedOut: Model Subscription list get");
267                 /* Send event with timeout */
268                  __bt_mesh_handle_pending_dev_config_request_info(
269                         BLUETOOTH_ERROR_TIMEOUT,
270                                 BT_MESH_MODEL_GET_SUBSCRIPTION_LIST, req->data,
271                                         sizeof(bluetooth_mesh_model_configure_t));
272         break;
273         case MESH_OPCODE_NETKEY_ADD:
274         case MESH_OPCODE_NETKEY_UPDATE:
275         case MESH_OPCODE_NETKEY_DELETE:
276         case MESH_OPCODE_APPKEY_ADD:
277         case MESH_OPCODE_APPKEY_UPDATE:
278         case MESH_OPCODE_APPKEY_DELETE:
279                 /* Send event with timeout */
280                  __bt_mesh_handle_pending_dev_config_request_info(
281                         BLUETOOTH_ERROR_TIMEOUT,
282                                 BT_MESH_NODE_CONFIGURE_KEY, req->data,
283                                         sizeof(bluetooth_mesh_key_configure_t));
284                 break;
285         case MESH_OPCODE_CONFIG_DEFAULT_TTL_GET:
286         case MESH_OPCODE_CONFIG_DEFAULT_TTL_SET:
287                 /* Send event with timeout */
288                  __bt_mesh_handle_pending_dev_config_request_info(
289                         BLUETOOTH_ERROR_TIMEOUT,
290                                 BT_MESH_NODE_TTL_EXECUTE, req->data,
291                                         sizeof(bluetooth_mesh_node_ttl_info_t));
292                 break;
293         case MESH_OPCODE_CONFIG_MODEL_SUB_ADD:
294         case MESH_OPCODE_CONFIG_MODEL_SUB_DELETE:
295         case MESH_OPCODE_CONFIG_MODEL_SUB_OVERWRITE:
296                 /* Send event with timeout */
297                  __bt_mesh_handle_pending_dev_config_request_info(
298                         BLUETOOTH_ERROR_TIMEOUT,
299                                 BT_MESH_MODEL_CONFIG_GROUP_SUB, req->data,
300                                         sizeof(bluetooth_mesh_model_configure_t));
301                 break;
302         case MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_ADD:
303         case MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_DELETE:
304         case MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_OVERWRITE:
305                 /* Send event with timeout */
306                  __bt_mesh_handle_pending_dev_config_request_info(
307                         BLUETOOTH_ERROR_TIMEOUT,
308                                 BT_MESH_MODEL_CONFIG_VIRTUAL_GROUP_SUB, req->data,
309                                         sizeof(bluetooth_mesh_model_configure_t));
310                 break;
311         case MESH_OPCODE_CONFIG_MODEL_SUB_DELETE_ALL:
312                 /* Send event with timeout */
313                  __bt_mesh_handle_pending_dev_config_request_info(
314                         BLUETOOTH_ERROR_TIMEOUT,
315                                 BT_MESH_MODEL_CONFIG_VIRTUAL_GROUP_SUB, req->data,
316                                         sizeof(bluetooth_mesh_model_configure_t));
317                 /* Send event with timeout */
318                  __bt_mesh_handle_pending_dev_config_request_info(
319                         BLUETOOTH_ERROR_TIMEOUT,
320                                 BT_MESH_MODEL_CONFIG_GROUP_SUB, req->data,
321                                         sizeof(bluetooth_mesh_model_configure_t));
322                 break;
323         case MESH_OPCODE_CONFIG_MODEL_PUB_GET:
324                 /* Send event with timeout */
325                 __bt_mesh_handle_pending_dev_config_request_info(
326                         BLUETOOTH_ERROR_TIMEOUT,
327                                 BT_MESH_MODEL_GET_PUBLICATION, req->data,
328                                 sizeof(bluetooth_mesh_model_configure_t));
329                 break;
330         case MESH_OPCODE_CONFIG_MODEL_PUB_SET:
331                 /* Send event with timeout */
332                 __bt_mesh_handle_pending_dev_config_request_info(
333                         BLUETOOTH_ERROR_TIMEOUT,
334                                 BT_MESH_MODEL_SET_PUBLICATION, req->data,
335                                 sizeof(bluetooth_mesh_model_configure_t));
336                 break;
337         case MESH_OPCODE_MODEL_APP_BIND:
338         case MESH_OPCODE_MODEL_APP_UNBIND:
339                 /* Send event with timeout */
340                 __bt_mesh_handle_pending_dev_config_request_info(
341                         BLUETOOTH_ERROR_TIMEOUT,
342                                 BT_MESH_MODEL_CONFIGURE_APPKEY, req->data,
343                                 sizeof(bluetooth_mesh_model_configure_t));
344                 break;
345         default:
346                 break;
347         }
348         BT_INFO("Mesh: Number of pending requests [%u] Remove the req",
349                 l_queue_length(pending_requests));
350         l_queue_remove(pending_requests, req);
351         __mesh_request_remove(req);
352 }
353
354 static void __bt_mesh_add_request(uint32_t opcode, uint16_t dest,
355                         uint8_t net_uuid[], void *data)
356 {
357         struct mesh_pending_request *req;
358         const struct mesh_config_cmd *cmd;
359         char uuid_str[33];
360
361         cmd = __mesh_get_command(opcode);
362         if (!cmd)
363                 return;
364         _bt_mesh_util_convert_hex_to_string((uint8_t *) net_uuid, 16, uuid_str,
365                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
366         BT_INFO("Mesh: Net UUID[%s]", uuid_str);
367
368         BT_INFO("Mesh: Adding command opcode [0x%2.2x] response [0x%2.2x]",
369                         cmd->opcode, cmd->response);
370         req = l_new(struct mesh_pending_request, 1);
371         req->cmd = cmd;
372         req->addr = dest;
373         req->data = data;
374         memcpy(req->net_uuid, net_uuid, 16);
375         req->timer = l_timeout_create(MESH_DEFAULT_RESPONSE_TIMEOUT,
376                         __bt_mesh_wait_response_timeout, req, NULL);
377
378         if (!pending_requests)
379                 pending_requests = l_queue_new();
380         l_queue_push_tail(pending_requests, req);
381         BT_INFO("Mesh: Number of pending requests [%u]", l_queue_length(pending_requests));
382 }
383
384 static struct mesh_pending_request *__bt_mesh_get_request_by_response(
385                 uint16_t addr, uint8_t net_uuid[],
386                         uint32_t response)
387 {
388         const struct l_queue_entry *entry;
389         char uuid_str[33];
390         char uuid_str1[33];
391
392         BT_INFO("Mesh: Number of pending requests [%u]", l_queue_length(pending_requests));
393         entry = l_queue_get_entries(pending_requests);
394
395         for (; entry; entry = entry->next) {
396                 struct mesh_pending_request *req = entry->data;
397
398                 /* Test */
399                 BT_INFO("Mesh: Req addr [0x%2.2x] req opcode [0x%2.2x] res [0x%2.2x]", req->addr, req->cmd->opcode, req->cmd->response);
400                 BT_INFO("Mesh: Current req addr [0x%2.2x] res [0x%2.2x]", addr, response);
401                 _bt_mesh_util_convert_hex_to_string((uint8_t *) net_uuid, 16, uuid_str,
402                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
403                 BT_INFO("Mesh: Net UUID[%s]", uuid_str);
404
405                 _bt_mesh_util_convert_hex_to_string((uint8_t *) req->net_uuid, 16, uuid_str1,
406                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
407                 BT_INFO("Mesh: Net UUID1[%s]", uuid_str1);
408                 if (!memcmp(net_uuid, req->net_uuid, 16) &&
409                                 req->addr == addr &&
410                                 req->cmd->response == response)
411                         return req;
412         }
413
414         return NULL;
415 }
416
417 bool _bt_mesh_check_pending_request(uint32_t opcode,
418                 uint16_t dest, uint8_t net_uuid[])
419 {
420         const struct mesh_config_cmd *cmd;
421         cmd = __mesh_get_command(opcode);
422
423         if (!cmd)
424                 return false;
425
426         if (__bt_mesh_get_request_by_response(dest,
427                                 net_uuid, cmd->response)) {
428                 BT_ERR("Mesh:Another command is pending\n");
429                 return true;
430         }
431         return false;
432 }
433
434 static uint32_t __bt_mesh_print_model_identifier(uint8_t *data,
435                 bool vendor, const char *offset)
436 {
437         uint32_t mod_id;
438
439         if (!vendor) {
440                 mod_id = l_get_le16(data);
441                 BT_INFO("%sModel ID\t%4.4x\n", offset, mod_id);
442                 mod_id = MESH_VENDOR_ID_MASK | mod_id;
443         } else {
444                 mod_id = l_get_le16(data + 2);
445                 BT_INFO("%sModel ID\t%4.4x %4.4x\n", offset,
446                                 l_get_le16(data), mod_id);
447                 mod_id = l_get_le16(data) << 16 | mod_id;
448         }
449
450         return mod_id;
451 }
452
453 static void __bt_mesh_print_device_composition_data(
454                 uint8_t *data, uint16_t len)
455 {
456         uint16_t features;
457         int i = 0;
458
459         BT_INFO("Mesh: Received composion:\n");
460
461         /* skip page -- We only support Page Zero */
462         data++;
463         len--;
464
465         BT_INFO("\tCID: %4.4x", l_get_le16(&data[0]));
466         BT_INFO("\tPID: %4.4x", l_get_le16(&data[2]));
467         BT_INFO("\tVID: %4.4x", l_get_le16(&data[4]));
468         BT_INFO("\tCRPL: %4.4x", l_get_le16(&data[6]));
469
470         features = l_get_le16(&data[8]);
471         data += 10;
472         len -= 10;
473
474         BT_INFO("\tFeature support:\n");
475         BT_INFO("\t\trelay: %s\n", (features & MESH_FEATURE_RELAY) ?
476                         "yes" : "no");
477         BT_INFO("\t\tproxy: %s\n", (features & MESH_FEATURE_PROXY) ?
478                         "yes" : "no");
479         BT_INFO("\t\tfriend: %s\n", (features & MESH_FEATURE_FRIEND) ?
480                         "yes" : "no");
481         BT_INFO("\t\tlpn: %s\n", (features & MESH_FEATURE_LPN) ?
482                         "yes" : "no");
483         while (len) {
484                 uint8_t m, v;
485
486                 BT_INFO("\t Element %d:\n", i);
487                 BT_INFO("\t\tlocation: %4.4x\n", l_get_le16(data));
488                 data += 2;
489                 len -= 2;
490
491                 m = *data++;
492                 v = *data++;
493                 len -= 2;
494
495                 if (m)
496                         BT_INFO("\t\tSIG defined models:\n");
497
498                 while (len >= 2 && m--) {
499                         __bt_mesh_print_model_identifier(data, false, "\t\t  ");
500                         data += 2;
501                         len -= 2;
502                 }
503
504                 if (v)
505                         BT_INFO("\t\t Vendor defined models:\n");
506
507                 while (len >= 4 && v--) {
508                         __bt_mesh_print_model_identifier(data, true, "\t\t  ");
509                         data += 4;
510                         len -= 4;
511                 }
512
513                 i++;
514         }
515 }
516
517 static void __bt_mesh_send_model_publication_status_event(
518                 int event, int result,
519                         bluetooth_mesh_model_configure_t *evt)
520 {
521         GVariant *out_var = NULL, *param = NULL;
522         GArray *info = NULL;
523
524         if (BLUETOOTH_ERROR_NONE == result) {
525                 BT_INFO("Mesh: Model ID [0x%4.4x]", evt->model);
526                 BT_INFO("Mesh: Model Publication Address [0x%2.2x]", evt->pub_addr);
527                 /* Send event */
528                 info = g_array_new(FALSE, FALSE, sizeof(gchar));
529                 g_array_append_vals(info, evt,
530                                 sizeof(bluetooth_mesh_model_configure_t));
531
532                 out_var = g_variant_new_from_data((const GVariantType *)"ay",
533                                 info->data, info->len,
534                                 TRUE, NULL, NULL);
535
536                 param = g_variant_new("(iv)", result, out_var);
537                 _bt_send_event(BT_MESH_EVENT, event,
538                                 param);
539         }
540 }
541
542 static void __bt_mesh_send_model_subscription_configure_event(
543                 int event, int result,
544                         bluetooth_mesh_model_configure_t *evt)
545 {
546         GVariant *out_var = NULL, *param = NULL;
547         GArray *info = NULL;
548
549         if (BLUETOOTH_ERROR_NONE == result) {
550                 /* Send event */
551                 info = g_array_new(FALSE, FALSE, sizeof(gchar));
552                 g_array_append_vals(info, evt,
553                                 sizeof(bluetooth_mesh_model_configure_t));
554
555                 out_var = g_variant_new_from_data((const GVariantType *)"ay",
556                                 info->data, info->len,
557                                 TRUE, NULL, NULL);
558
559                 param = g_variant_new("(iv)", result, out_var);
560                 _bt_send_event(BT_MESH_EVENT, event,
561                                 param);
562         }
563 }
564
565 static void __bt_mesh_send_model_get_subscription_list_event(
566         int result, bluetooth_mesh_model_configure_t *evt)
567 {
568         GVariant  *param = NULL;
569         GVariantBuilder *builder = NULL;
570         int i;
571         char *net_uuid;
572
573         if (BLUETOOTH_ERROR_NONE == result) {
574                 BT_INFO("Mesh: Total Subscriptions bound to model [%d]",
575                                 evt->sublist_count);
576                 BT_INFO("Mesh: Network [%s]", evt->net_uuid);
577                 builder = g_variant_builder_new(G_VARIANT_TYPE("aq"));
578                 for (i = 0; i < evt->sublist_count; i++) {
579                         BT_INFO("Mesh: Subscription Address [0x%2.2x]",
580                                 *evt->sub_list[i]);
581                         g_variant_builder_add(builder, "q", *evt->sub_list[i]);
582                 }
583
584                 net_uuid = g_strdup(evt->net_uuid);
585                 param = g_variant_new("(isqiui(aq))", result, net_uuid,
586                                 evt->primary_unicast, evt->elem_index, evt->model,
587                                 evt->sublist_count, builder);
588
589                 g_variant_builder_unref(builder);
590
591                 /* Send event */
592                 _bt_send_event(BT_MESH_EVENT,
593                                 BLUETOOTH_EVENT_MESH_MODEL_SUBSCRIPTION_LIST,
594                                 param);
595
596                 if (evt->sublist_count) {
597                         /* Free List data */
598                         for (int i = 0; i < evt->sublist_count; i++)
599                                 g_free(evt->sub_list[i]);
600                         g_free(evt->sub_list);
601                 }
602                 g_free(net_uuid);
603                 BT_INFO("freed net uuid");
604         }
605 }
606
607 static void __bt_mesh_send_model_get_appkey_list_event(int result,
608                 bluetooth_mesh_model_configure_t *evt)
609 {
610         GVariant  *param = NULL;
611         GVariantBuilder *builder = NULL;
612         char *net_uuid;
613         int i;
614
615         if (BLUETOOTH_ERROR_NONE == result) {
616                 builder = g_variant_builder_new(G_VARIANT_TYPE("aq"));
617                 BT_INFO("Mesh: Total AppKeys bound to model [%d]",
618                                 evt->appkeylist_count);
619                 BT_INFO("Mesh: Network [%s]", evt->net_uuid);
620                 for (i = 0; i < evt->appkeylist_count; i++)
621                         g_variant_builder_add(builder, "q", *evt->appkey_list[i]);
622                 net_uuid = g_strdup(evt->net_uuid);
623                 param = g_variant_new("(isqiui(aq))", result, net_uuid,
624                                 evt->primary_unicast, evt->elem_index, evt->model,
625                                 evt->appkeylist_count, builder);
626
627                 g_variant_builder_unref(builder);
628
629                 /* Send event */
630                 _bt_send_event(BT_MESH_EVENT,
631                                 BLUETOOTH_EVENT_MESH_MODEL_APPKEY_LIST,
632                                 param);
633
634                 if (evt->appkeylist_count) {
635                         for (int i = 0; i < evt->appkeylist_count; i++)
636                                 g_free(evt->appkey_list[i]);
637
638                         g_free(evt->appkey_list);
639                 }
640                 /* Free List data */
641                 g_free(net_uuid);
642         }
643 }
644
645 static void __bt_mesh_send_model_configure_appkey_event(int result,
646                 bluetooth_mesh_model_configure_t *evt)
647 {
648         GVariant *out_var = NULL, *param = NULL;
649         GArray *info = NULL;
650
651         if (BLUETOOTH_ERROR_NONE == result) {
652                 /* Send event */
653                 info = g_array_new(FALSE, FALSE, sizeof(gchar));
654                 g_array_append_vals(info, evt, sizeof(bluetooth_mesh_model_configure_t));
655
656                 out_var = g_variant_new_from_data((const GVariantType *)"ay",
657                                 info->data, info->len,
658                                 TRUE, NULL, NULL);
659
660                 param = g_variant_new("(iv)", result, out_var);
661                 _bt_send_event(BT_MESH_EVENT,
662                                 BLUETOOTH_EVENT_MESH_MODEL_APPKEY_BIND,
663                                 param);
664         }
665 }
666
667 static void __bt_mesh_send_node_ttl_configuration_event(int result,
668                 bluetooth_mesh_node_ttl_info_t *ttl_evt)
669 {
670         GVariant *out_var = NULL, *param = NULL;
671         GArray *info = NULL;
672
673         if (BLUETOOTH_ERROR_NONE == result) {
674                 /* Send event */
675                 info = g_array_new(FALSE, FALSE, sizeof(gchar));
676                 g_array_append_vals(info, ttl_evt,
677                         sizeof(bluetooth_mesh_node_ttl_info_t));
678
679                 out_var = g_variant_new_from_data((const GVariantType *)"ay",
680                                 info->data, info->len,
681                                 TRUE, NULL, NULL);
682
683                 param = g_variant_new("(iv)", result, out_var);
684                 _bt_send_event(BT_MESH_EVENT,
685                                 BLUETOOTH_EVENT_MESH_NODE_TTL_CONFIGURED,
686                                 param);
687         }
688 }
689
690 static void __bt_mesh_send_node_key_configuration_event(int result,
691                 bluetooth_mesh_key_configure_t *key_evt)
692 {
693         GVariant *out_var = NULL, *param = NULL;
694         GArray *info = NULL;
695
696         if (BLUETOOTH_ERROR_NONE == result) {
697                 /* Send event */
698                 info = g_array_new(FALSE, FALSE, sizeof(gchar));
699                 g_array_append_vals(info, key_evt,
700                         sizeof(bluetooth_mesh_key_configure_t));
701
702                 out_var = g_variant_new_from_data((const GVariantType *)"ay",
703                                 info->data, info->len,
704                                 TRUE, NULL, NULL);
705
706                 param = g_variant_new("(iv)", result, out_var);
707                 _bt_send_event(BT_MESH_EVENT,
708                                 BLUETOOTH_EVENT_MESH_NODE_KEY_CONFIGURED,
709                                 param);
710         }
711 }
712
713 static void __bt_mesh_send_node_get_vendor_features_event(int result,
714                 bluetooth_mesh_node_features_t *features_evt)
715 {
716         GVariant *out_var = NULL, *param = NULL;
717         GArray *info = NULL;
718
719         if (BLUETOOTH_ERROR_NONE == result) {
720                 /* Send event */
721                 info = g_array_new(FALSE, FALSE, sizeof(gchar));
722                 g_array_append_vals(info, features_evt,
723                                 sizeof(bluetooth_mesh_node_features_t));
724
725                 out_var = g_variant_new_from_data((const GVariantType *)"ay",
726                                 info->data, info->len,
727                                 TRUE, NULL, NULL);
728
729                 param = g_variant_new("(iv)", result, out_var);
730                 _bt_send_event(BT_MESH_EVENT,
731                                 BLUETOOTH_EVENT_MESH_NODE_VENDOR_FEATURES,
732                                 param);
733         }
734 }
735
736 static void __bt_mesh_send_node_browsed_event(int result,
737                 bluetooth_mesh_node_discover_t *browse_evt)
738 {
739         GVariant *out_var = NULL, *param = NULL;
740         GArray *info = NULL;
741
742         if (BLUETOOTH_ERROR_NONE == result) {
743                 /* Send event */
744                 info = g_array_new(FALSE, FALSE, sizeof(gchar));
745                 g_array_append_vals(info, browse_evt,
746                                 sizeof(bluetooth_mesh_node_discover_t));
747
748                 out_var = g_variant_new_from_data((const GVariantType *)"ay",
749                                 info->data, info->len,
750                                 TRUE, NULL, NULL);
751
752                 param = g_variant_new("(iv)", result, out_var);
753                 _bt_send_event(BT_MESH_EVENT,
754                                 BLUETOOTH_EVENT_MESH_NODE_BROWSED,
755                                 param);
756         }
757 }
758
759 static void __bt_mesh_handle_pending_dev_config_request_info(int result,
760                 int service_function, void *param, unsigned int size)
761 {
762         GSList *l;
763         GArray *out_param;
764         invocation_info_t *req_info = NULL;
765
766         for (l = _bt_get_invocation_list(); l != NULL; ) {
767                 req_info = l->data;
768                 l = g_slist_next(l);
769                 if (req_info == NULL ||
770                                 req_info->service_function != service_function)
771                         continue;
772
773                 switch (service_function) {
774                 case BT_MESH_NODE_GET_VENDOR_FEATURES: {
775                         bluetooth_mesh_node_features_t *event;
776                         bluetooth_mesh_node_features_t *req;
777
778                         event = (bluetooth_mesh_node_features_t*) param;
779                         req = (bluetooth_mesh_node_features_t*)req_info->user_data;
780
781                         BT_DBG("Request Sender: [%s]", req_info->sender);
782                         /* Match Network and Remote Node unicast*/
783                         if (!g_strcmp0(event->net_uuid, req->net_uuid) && event->unicast == req->unicast) {
784                                 event->unicast = req->unicast;
785                                 event->elem_count = req->elem_count;
786
787                                 /* Send Event */
788                                 __bt_mesh_send_node_get_vendor_features_event(result, event);
789
790                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
791                                 g_array_append_vals(out_param, event, sizeof(bluetooth_mesh_node_features_t));
792
793                                 /* Return DBUS Invocation*/
794                                 _bt_service_method_return(req_info->context, out_param, result);
795                                 _bt_free_info_from_invocation_list(req_info);
796                                 g_array_free(out_param, TRUE);
797                         }
798                         break;
799                 }
800                 case BT_MESH_NODE_BROWSE: {
801                         bluetooth_mesh_node_discover_t *node;
802                         event_mesh_devkey_message_t *event;
803                         uint16_t remote_addr;
804                         uint8_t elem_count;
805                         uint8_t dev_uuid[16];
806                         char net_uuid[BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1];
807
808                         event = (event_mesh_devkey_message_t*) param;
809                         node = (bluetooth_mesh_node_discover_t*)req_info->user_data;
810                         BT_INFO("Mesh: Request Node UUID [%s]", node->dev_uuid);
811                         BT_INFO("Mesh: Request Network UUID [%s]", node->net_uuid);
812
813                         _bt_mesh_util_convert_hex_to_string((uint8_t *) event->net_uuid.uuid, 16, net_uuid,
814                                         BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
815
816                         _bt_mesh_util_convert_string_to_hex(node->dev_uuid, strlen(node->dev_uuid), dev_uuid, 16);
817
818                         /* Get Unicast from pending request's Dev UUID and match with event */
819                         if (_bt_mesh_node_get_unicast_from_dev_uuid(event->net_uuid.uuid, dev_uuid, &remote_addr)) {
820
821                                 BT_DBG("Request Sender: [%s]", req_info->sender);
822                                 /* Match Network and Remote Node unicast*/
823                                 if (!g_strcmp0(node->net_uuid, net_uuid) && remote_addr == event->source) {
824                                         _bt_mesh_node_get_element_count(event->net_uuid.uuid, remote_addr, &elem_count);
825                                         node->unicast = event->source;
826                                         node->count = elem_count;
827                                         BT_INFO("Mesh: Browse event for Node: Unicast [0x%2.2x] Element Count [%d]",
828                                                 node->unicast, elem_count);
829                                         /* Send Event */
830                                         __bt_mesh_send_node_browsed_event(result, node);
831
832                                         out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
833                                         g_array_append_vals(out_param, node, sizeof(bluetooth_mesh_node_discover_t));
834
835                                         /* Return DBUS Invocation*/
836                                         _bt_service_method_return(req_info->context, out_param, result);
837                                         _bt_free_info_from_invocation_list(req_info);
838                                         g_array_free(out_param, TRUE);
839
840                                 }
841                         }
842                         break;
843                 }
844                 case BT_MESH_NODE_CONFIGURE_KEY: {
845                         bluetooth_mesh_key_configure_t *event;
846                         bluetooth_mesh_key_configure_t *req;
847
848                         event = (bluetooth_mesh_key_configure_t*) param;
849                         req = (bluetooth_mesh_key_configure_t*)req_info->user_data;
850
851                         if (!g_strcmp0(req->net_uuid, event->net_uuid) &&
852                                 req->primary_unicast == event->primary_unicast &&
853                                 req->is_netkey == event->is_netkey) {
854                                 /* Send Event */
855                                 __bt_mesh_send_node_key_configuration_event(result, event);
856
857                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
858                                 g_array_append_vals(out_param, event, sizeof(bluetooth_mesh_key_configure_t));
859
860                                 /* Return DBUS Invocation*/
861                                 _bt_service_method_return(req_info->context, out_param, result);
862                                 _bt_free_info_from_invocation_list(req_info);
863                                 g_array_free(out_param, TRUE);
864                         }
865                         break;
866                 }
867                 case BT_MESH_NODE_TTL_EXECUTE: {
868                         bluetooth_mesh_node_ttl_info_t *event;
869                         bluetooth_mesh_node_ttl_info_t *req;
870
871                         event = (bluetooth_mesh_node_ttl_info_t*) param;
872                         req = (bluetooth_mesh_node_ttl_info_t*)req_info->user_data;
873                         req->ttl = event->ttl;
874
875                         if (!g_strcmp0(req->net_uuid, event->net_uuid) &&
876                                 req->unicast == event->unicast) {
877                                 /* Send Event */
878                                 __bt_mesh_send_node_ttl_configuration_event(result, req);
879
880                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
881                                 g_array_append_vals(out_param, req, sizeof(bluetooth_mesh_node_ttl_info_t));
882
883                                 /* Return DBUS Invocation*/
884                                 _bt_service_method_return(req_info->context, out_param, result);
885                                 _bt_free_info_from_invocation_list(req_info);
886                                 g_array_free(out_param, TRUE);
887                         }
888                         break;
889                 }
890                 case BT_MESH_MODEL_CONFIGURE_APPKEY: {
891                         bluetooth_mesh_model_configure_t *event;
892                         bluetooth_mesh_model_configure_t *req;
893
894                         event = (bluetooth_mesh_model_configure_t*) param;
895                         req = (bluetooth_mesh_model_configure_t*)req_info->user_data;
896
897                         if (!g_strcmp0(req->net_uuid, event->net_uuid) &&
898                                 req->primary_unicast == event->primary_unicast) {
899                                 /* Send Event */
900                                 __bt_mesh_send_model_configure_appkey_event(result, req);
901
902                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
903                                 g_array_append_vals(out_param, req, sizeof(bluetooth_mesh_model_configure_t));
904
905                                 /* Return DBUS Invocation*/
906                                 _bt_service_method_return(req_info->context, out_param, result);
907                                 _bt_free_info_from_invocation_list(req_info);
908                                 g_array_free(out_param, TRUE);
909                         }
910
911                         break;
912                 }
913                 case BT_MESH_MODEL_GET_APPKEY_LIST: {
914                         bluetooth_mesh_model_configure_t *event;
915                         bluetooth_mesh_model_configure_t *req;
916
917                         event = (bluetooth_mesh_model_configure_t*) param;
918                         req = (bluetooth_mesh_model_configure_t*)req_info->user_data;
919
920                         if (!g_strcmp0(req->net_uuid, event->net_uuid) &&
921                                 req->primary_unicast == event->primary_unicast) {
922                                 /* Send Event */
923                                 __bt_mesh_send_model_get_appkey_list_event(result, event);
924
925                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
926                                 g_array_append_vals(out_param, req, sizeof(bluetooth_mesh_model_configure_t));
927
928                                 /* Return DBUS Invocation*/
929                                 _bt_service_method_return(req_info->context, out_param, result);
930                                 _bt_free_info_from_invocation_list(req_info);
931                                 g_array_free(out_param, TRUE);
932                         }
933                         break;
934                 }
935                 case BT_MESH_MODEL_GET_SUBSCRIPTION_LIST: {
936                         bluetooth_mesh_model_configure_t *event;
937                         bluetooth_mesh_model_configure_t *req;
938
939                         BT_INFO("Mesh: Handle event for BT_MESH_MODEL_GET_SUBSCRIPTION_LIST");
940                         event = (bluetooth_mesh_model_configure_t*) param;
941                         req = (bluetooth_mesh_model_configure_t*)req_info->user_data;
942
943                         if (!g_strcmp0(req->net_uuid, event->net_uuid) &&
944                                 req->primary_unicast == event->primary_unicast) {
945                                 /* Send Event */
946                                 __bt_mesh_send_model_get_subscription_list_event(result, event);
947
948                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
949                                 g_array_append_vals(out_param, req, sizeof(bluetooth_mesh_model_configure_t));
950
951                                 /* Return DBUS Invocation*/
952                                 _bt_service_method_return(req_info->context, out_param, result);
953                                 _bt_free_info_from_invocation_list(req_info);
954                                 g_array_free(out_param, TRUE);
955                         }
956                         break;
957                 }
958                 case BT_MESH_MODEL_CONFIG_GROUP_SUB: {
959                         bluetooth_mesh_model_configure_t *event;
960                         bluetooth_mesh_model_configure_t *req;
961
962                         event = (bluetooth_mesh_model_configure_t*) param;
963                         req = (bluetooth_mesh_model_configure_t*)req_info->user_data;
964                         BT_INFO("Mesh: Event Network [%s] Req Network [%s]",
965                                 event->net_uuid, req->net_uuid);
966
967                         BT_INFO("Mesh: Event Unicast [0x%4.4x] Req Unicast [0x%4.4x]",
968                                 event->primary_unicast, req->primary_unicast);
969
970                         if (!g_strcmp0(req->net_uuid, event->net_uuid) &&
971                                 req->primary_unicast == event->primary_unicast) {
972
973                                 req->sub_addr = event->sub_addr;
974                                 BT_INFO("Mesh: Send event for Model Subscription");
975                                 /* Send Event */
976                                 __bt_mesh_send_model_subscription_configure_event(
977                                         BLUETOOTH_EVENT_MESH_MODEL_SUBSCRIPTION_CONFGURED,
978                                                 result, req);
979
980                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
981                                 g_array_append_vals(out_param, req, sizeof(bluetooth_mesh_model_configure_t));
982
983                                 /* Return DBUS Invocation*/
984                                 _bt_service_method_return(req_info->context, out_param, result);
985                                 _bt_free_info_from_invocation_list(req_info);
986                                 g_array_free(out_param, TRUE);
987                         }
988                         break;
989                 }
990                 case BT_MESH_MODEL_CONFIG_VIRTUAL_GROUP_SUB: {
991                         bluetooth_mesh_model_configure_t *event;
992                         bluetooth_mesh_model_configure_t *req;
993
994                         event = (bluetooth_mesh_model_configure_t*) param;
995                         req = (bluetooth_mesh_model_configure_t*)req_info->user_data;
996                         BT_INFO("Mesh: Event Network [%s] Req Network [%s]",
997                                 event->net_uuid, req->net_uuid);
998
999                         BT_INFO("Mesh: Event Unicast [0x%4.4x] Req Unicast [0x%4.4x]",
1000                                 event->primary_unicast, req->primary_unicast);
1001                         if (!g_strcmp0(req->net_uuid, event->net_uuid) &&
1002                                 req->primary_unicast == event->primary_unicast) {
1003                                 /* Send Event */
1004                                 __bt_mesh_send_model_subscription_configure_event( \
1005                                         BLUETOOTH_EVENT_MESH_MODEL_VIRTUAL_SUBSCRIPTION_CONFGURED, \
1006                                                 result, req);
1007
1008                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
1009                                 g_array_append_vals(out_param, req, sizeof(bluetooth_mesh_model_configure_t));
1010
1011                                 /* Return DBUS Invocation*/
1012                                 _bt_service_method_return(req_info->context, out_param, result);
1013                                 _bt_free_info_from_invocation_list(req_info);
1014                                 g_array_free(out_param, TRUE);
1015
1016                         }
1017                         break;
1018                 }
1019                 case BT_MESH_MODEL_GET_PUBLICATION: {
1020                         BT_INFO("Mesh: Event for Model Get Publication Request");
1021                         bluetooth_mesh_model_configure_t *event;
1022                         bluetooth_mesh_model_configure_t *req;
1023
1024                         event = (bluetooth_mesh_model_configure_t*) param;
1025                         req = (bluetooth_mesh_model_configure_t*)req_info->user_data;
1026
1027                         if (!g_strcmp0(req->net_uuid, event->net_uuid) &&
1028                                         req->primary_unicast == event->primary_unicast) {
1029                                 /* Send Event */
1030                                 BT_INFO("Mesh: Send Model Publication status for Get Request");
1031                                 __bt_mesh_send_model_publication_status_event( \
1032                                                 BLUETOOTH_EVENT_MESH_MODEL_PUBLICATION_STATUS, \
1033                                                 result, event);
1034
1035                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
1036                                 g_array_append_vals(out_param, req, sizeof(bluetooth_mesh_model_configure_t));
1037
1038                                 /* Return DBUS Invocation*/
1039                                 _bt_service_method_return(req_info->context, out_param, result);
1040                                 _bt_free_info_from_invocation_list(req_info);
1041                                 g_array_free(out_param, TRUE);
1042                         }
1043                         break;
1044                 }
1045                 case BT_MESH_MODEL_SET_PUBLICATION: {
1046                         BT_INFO("Mesh: Event for Model Set Publication Request");
1047                         bluetooth_mesh_model_configure_t *event;
1048                         bluetooth_mesh_model_configure_t *req;
1049
1050                         event = (bluetooth_mesh_model_configure_t*) param;
1051                         req = (bluetooth_mesh_model_configure_t*)req_info->user_data;
1052
1053                         if (!g_strcmp0(req->net_uuid, event->net_uuid) &&
1054                                 req->primary_unicast == event->primary_unicast) {
1055                                 /* Send Event */
1056                                 BT_INFO("Mesh: Send Model Publication status for Set Request");
1057                                 __bt_mesh_send_model_publication_status_event( \
1058                                         BLUETOOTH_EVENT_MESH_MODEL_PUBLICATION_STATUS, \
1059                                                 result, req);
1060
1061                                 out_param = g_array_new(FALSE, FALSE, sizeof(gchar));
1062                                 g_array_append_vals(out_param, req, sizeof(bluetooth_mesh_model_configure_t));
1063
1064                                 /* Return DBUS Invocation*/
1065                                 _bt_service_method_return(req_info->context, out_param, result);
1066                                 _bt_free_info_from_invocation_list(req_info);
1067                                 g_array_free(out_param, TRUE);
1068                         }
1069                         break;
1070                 }
1071                 default:
1072                         BT_DBG("Unknown function(%d)", service_function);
1073                         break;
1074                 }
1075         }
1076 }
1077
1078 const char *__mesh_status_to_string(uint8_t err)
1079 {
1080         switch (err) {
1081         case MESH_STATUS_SUCCESS: return "Success";
1082         case MESH_STATUS_INVALID_ADDRESS: return "Invalid Address";
1083         case MESH_STATUS_INVALID_MODEL: return "Invalid Model";
1084         case MESH_STATUS_INVALID_APPKEY: return "Invalid AppKey";
1085         case MESH_STATUS_INVALID_NETKEY: return "Invalid NetKey";
1086         case MESH_STATUS_INSUFF_RESOURCES: return "Insufficient Resources";
1087         case MESH_STATUS_IDX_ALREADY_STORED: return "Key Idx Already Stored";
1088         case MESH_STATUS_INVALID_PUB_PARAM: return "Invalid Publish Parameters";
1089         case MESH_STATUS_NOT_SUB_MOD: return "Not a Subscribe Model";
1090         case MESH_STATUS_STORAGE_FAIL: return "Storage Failure";
1091         case MESH_STATUS_FEATURE_NO_SUPPORT: return "Feature Not Supported";
1092         case MESH_STATUS_CANNOT_UPDATE: return "Cannot Update";
1093         case MESH_STATUS_CANNOT_REMOVE: return "Cannot Remove";
1094         case MESH_STATUS_CANNOT_BIND: return "Cannot bind";
1095         case MESH_STATUS_UNABLE_CHANGE_STATE: return "Unable to change state";
1096         case MESH_STATUS_CANNOT_SET: return "Cannot set";
1097         case MESH_STATUS_UNSPECIFIED_ERROR: return "Unspecified error";
1098         case MESH_STATUS_INVALID_BINDING: return "Invalid Binding";
1099
1100         default: return "Unknown";
1101         }
1102 }
1103
1104 static void __mesh_handle_model_subscription_event(int result,
1105                 bluetooth_mesh_model_configure_t *param,
1106                         const struct mesh_config_cmd *cmd)
1107 {
1108         BT_INFO("Mesh: Model Subscription Event: Request [%d]", cmd->opcode);
1109         switch (cmd->opcode) {
1110         /* Fall through */
1111         case MESH_OPCODE_CONFIG_MODEL_SUB_ADD:
1112         case MESH_OPCODE_CONFIG_MODEL_SUB_DELETE:
1113         case MESH_OPCODE_CONFIG_MODEL_SUB_OVERWRITE:
1114                 /* Model Bind/UnBind Event */
1115         BT_INFO("Mesh: Handle Event for Request: BT_MESH_MODEL_CONFIG_GROUP_SUB");
1116         __bt_mesh_handle_pending_dev_config_request_info(result,
1117                         BT_MESH_MODEL_CONFIG_GROUP_SUB, param,
1118                                 sizeof(bluetooth_mesh_model_configure_t));
1119                 break;
1120         case MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_ADD:
1121         case MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_DELETE:
1122         case MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_OVERWRITE:
1123         BT_INFO("Mesh: Handle Event for Request: BT_MESH_MODEL_CONFIG_VIRTUAL_GROUP_SUB");
1124         __bt_mesh_handle_pending_dev_config_request_info(result,
1125                         BT_MESH_MODEL_CONFIG_VIRTUAL_GROUP_SUB, param,
1126                                 sizeof(bluetooth_mesh_model_configure_t));
1127                 break;
1128         case MESH_OPCODE_CONFIG_MODEL_SUB_DELETE_ALL:
1129         BT_INFO("Mesh: Handle Event for Request: MESH_OPCODE_CONFIG_MODEL_SUB_DELETE_ALL");
1130         __bt_mesh_handle_pending_dev_config_request_info(result,
1131                         BT_MESH_MODEL_CONFIG_GROUP_SUB, param,
1132                                 sizeof(bluetooth_mesh_model_configure_t));
1133         __bt_mesh_handle_pending_dev_config_request_info(result,
1134                         BT_MESH_MODEL_CONFIG_VIRTUAL_GROUP_SUB, param,
1135                                 sizeof(bluetooth_mesh_model_configure_t));
1136                 break;
1137         default:
1138                 break;
1139         }
1140 }
1141
1142 void _bt_mesh_config_client_devkey_msg_handler(
1143                 event_mesh_devkey_message_t *event)
1144 {
1145         uint32_t opcode;
1146         const struct mesh_config_cmd *cmd;
1147         uint16_t data_len = event->data_len;
1148         uint8_t *data = event->data;
1149         int result = BLUETOOTH_ERROR_NONE;
1150         uint16_t app_idx;
1151         uint16_t addr;
1152         uint16_t net_idx;
1153         uint16_t elem_addr;
1154         uint16_t ele_addr;
1155         uint32_t mod_id;
1156         int n;
1157         struct mesh_pending_request *req;
1158
1159         if (_bt_mesh_util_opcode_get(data, data_len, &opcode, &n)) {
1160                 BT_INFO("Mesh: Opcode of response data [0x%2.2x], actual data len [%d]", opcode, n);
1161                 data_len -= n;
1162                 data += n;
1163         } else
1164                 return;
1165
1166         BT_INFO("Mesh: Received %s (len %u) opcode [0x%2.2x]",
1167                 __mesh_get_opcode_string(opcode), data_len, opcode);
1168
1169         req = __bt_mesh_get_request_by_response(event->source,
1170                 event->net_uuid.uuid, (opcode & ~MESH_OPCODE_UNRELIABLE));
1171         if (req) {
1172                 BT_INFO("Mesh: Got Config Request");
1173                 cmd = req->cmd;
1174                 __mesh_request_remove(req);
1175                 l_queue_remove(pending_requests, req);
1176         } else
1177                 cmd = NULL;
1178
1179
1180         switch (opcode & ~MESH_OPCODE_UNRELIABLE) {
1181         default:
1182                 return;
1183         case MESH_OPCODE_CONFIG_MODEL_PUB_STATUS: {
1184                 if (data_len != 12 && data_len != 14)
1185                         break;
1186                 bluetooth_mesh_model_configure_t param;
1187                 memset(&param, 0x00, sizeof(bluetooth_mesh_model_configure_t));
1188
1189                 _bt_mesh_util_convert_hex_to_string((uint8_t *) event->net_uuid.uuid, 16, param.net_uuid,
1190                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1191
1192                 BT_INFO("\nNode %4.4x Model Publication status %s\n",
1193                                 event->source, __mesh_status_to_string(data[0]));
1194
1195                 if (data[0] != MESH_STATUS_SUCCESS)
1196                         result = BLUETOOTH_ERROR_INTERNAL;
1197
1198                 /* Extract Element Address */
1199                 ele_addr = l_get_le16(data + 1);
1200
1201                 /* Extract Model ID */
1202                 if (data_len == 14) {
1203                         /* vendor Model */
1204                         mod_id = l_get_le16(data + 10 + 2);
1205                         mod_id = l_get_le16(data) << 16 | mod_id;
1206                 } else {
1207                         /* BT SIG Model */
1208                         mod_id = l_get_le16(data + 10);
1209                         mod_id = MESH_VENDOR_ID_MASK | mod_id;
1210                 }
1211
1212                 param.model = mod_id;
1213                 BT_INFO("Model ID\t%4.4x\n", mod_id);
1214
1215                 param.primary_unicast = event->source;
1216                 param.elem_index = ele_addr - event->source;
1217                 /* Extract Publish Address */
1218                 param.pub_addr = l_get_le16(data + 3);
1219                 BT_INFO("Mesh: Pub Address [0x%2.2x]", param.pub_addr);
1220
1221                 /* Extract Appkey Index */
1222                 param.appkey_idx =  l_get_le16(data + 5);
1223                 BT_INFO("Mesh: AppKey Idx [0x%2.2x]", param.appkey_idx);
1224
1225                 /* Extract TTL */
1226                 param.ttl = data[6];
1227                 BT_INFO("Mesh: TTL [0x%x]", param.ttl);
1228
1229                 /* Extract Period */
1230                 param.period = data[7];
1231                 if (!cmd)
1232                         break;
1233
1234                 if (cmd->opcode == MESH_OPCODE_CONFIG_MODEL_PUB_GET)
1235                         __bt_mesh_handle_pending_dev_config_request_info(result,
1236                                 BT_MESH_MODEL_GET_PUBLICATION, &param,
1237                                 sizeof(bluetooth_mesh_model_configure_t));
1238                 else
1239                         __bt_mesh_handle_pending_dev_config_request_info(result,
1240                                 BT_MESH_MODEL_SET_PUBLICATION, &param,
1241                                 sizeof(bluetooth_mesh_model_configure_t));
1242                 break;
1243         }
1244         case MESH_OPCODE_CONFIG_MODEL_SUB_STATUS: {
1245                 if (data_len != 7 && data_len != 9)
1246                         break;
1247                 bluetooth_mesh_model_configure_t param;
1248                 memset(&param, 0x00, sizeof(bluetooth_mesh_model_configure_t));
1249
1250                 _bt_mesh_util_convert_hex_to_string(
1251                         (uint8_t *) event->net_uuid.uuid, 16, param.net_uuid,
1252                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1253
1254                 BT_INFO("\nNode %4.4x Subscription status %s\n",
1255                                 event->source, __mesh_status_to_string(data[0]));
1256
1257                 if (data[0] != MESH_STATUS_SUCCESS)
1258                         result = BLUETOOTH_ERROR_INTERNAL;
1259
1260                 if (!cmd) {
1261                         BT_INFO("Mesh: Command not found!!");
1262                         break;
1263                 }
1264
1265                 ele_addr = l_get_le16(data + 1);
1266                 addr = l_get_le16(data + 3);
1267                 BT_INFO("Element Addr\t%4.4x\n", ele_addr);
1268                 BT_INFO("Message Source Addr\t%4.4x\n", event->source);
1269
1270                 if (data_len == 9) {
1271                         /* vendor Model */
1272                         mod_id = l_get_le16(data + 5 + 2);
1273                         mod_id = l_get_le16(data) << 16 | mod_id;
1274                 } else {
1275                         /* BT SIG Model */
1276                         mod_id = l_get_le16(data + 5);
1277                         mod_id = MESH_VENDOR_ID_MASK | mod_id;
1278                 }
1279
1280                 param.primary_unicast = event->source;
1281                 param.elem_index = ele_addr - event->source;
1282                 /* Subscription address, unassigned address in case of Delete All command */
1283                 param.sub_addr = addr;
1284                 param.model = mod_id;
1285                 BT_INFO("Subscr Addr\t%4.4x\n", addr);
1286                 BT_INFO("Model ID\t%4.4x\n", mod_id);
1287
1288                 if (data[0] == MESH_STATUS_SUCCESS) {
1289                         /* Update cdb */
1290                         switch (cmd->opcode) {
1291                         case MESH_OPCODE_CONFIG_MODEL_SUB_ADD:
1292                         case MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_ADD:
1293                                 if (!_bt_mesh_network_add_model_subscription(
1294                                         event->net_uuid.uuid, event->source,
1295                                         ele_addr - event->source, mod_id, addr)) {
1296                                         BT_INFO("Failed to add model subscription!");
1297                                 }
1298                         break;
1299                         case MESH_OPCODE_CONFIG_MODEL_SUB_DELETE:
1300                         case MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_DELETE:
1301                                 if (!_bt_mesh_network_delete_model_subscription(
1302                                         event->net_uuid.uuid, event->source,
1303                                         ele_addr - event->source, mod_id, addr)) {
1304                                         BT_INFO("Failed to delete model subscription!");
1305                                 }
1306                         break;
1307                         case MESH_OPCODE_CONFIG_MODEL_SUB_DELETE_ALL:
1308                                 if (!_bt_mesh_network_delete_all_model_subscription(
1309                                         event->net_uuid.uuid, event->source,
1310                                         ele_addr - event->source, mod_id)) {
1311                                         BT_INFO("Failed to delete all model subscription!");
1312                                 }
1313                         break;
1314                         case MESH_OPCODE_CONFIG_MODEL_SUB_OVERWRITE:
1315                         case MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_OVERWRITE:
1316                                 if (!_bt_mesh_network_overwrite_model_subscription(
1317                                         event->net_uuid.uuid, event->source,
1318                                         ele_addr - event->source, mod_id, addr)) {
1319                                         BT_INFO("Failed to overwrite model subscription!");
1320                                 }
1321                         break;
1322                         }
1323                 }
1324
1325                 if (cmd)
1326                         __mesh_handle_model_subscription_event(result, &param, cmd);
1327
1328                 break;
1329         }
1330         case MESH_OPCODE_CONFIG_DEFAULT_TTL_STATUS: {
1331                 if (data_len != 1)
1332                         break;
1333                 bluetooth_mesh_node_ttl_info_t param;
1334                 memset(&param, 0x00, sizeof(bluetooth_mesh_node_ttl_info_t));
1335
1336                 BT_INFO("Node %4.4x Default TTL %d", event->source, data[0]);
1337                  _bt_mesh_util_convert_hex_to_string(
1338                         (uint8_t *) event->net_uuid.uuid, 16, param.net_uuid,
1339                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1340                 param.unicast = event->source;
1341                 param.ttl = data[0];
1342
1343                 if (!_bt_mesh_network_save_remote_node_ttl(event->net_uuid.uuid,
1344                                 event->source,  data[0])) {
1345                         result = BLUETOOTH_ERROR_INTERNAL;
1346                         BT_INFO("Failed to save node TTL");
1347                 }
1348
1349                 /* Remote Node TTL event */
1350                 __bt_mesh_handle_pending_dev_config_request_info(result,
1351                         BT_MESH_NODE_TTL_EXECUTE, &param,
1352                                 sizeof(bluetooth_mesh_node_ttl_info_t));
1353                 break;
1354         }
1355         case MESH_OPCODE_MODEL_APP_STATUS: {
1356                 if (data_len != 7 && data_len != 9)
1357                         break;
1358                 bluetooth_mesh_model_configure_t param;
1359                 memset(&param, 0x00, sizeof(bluetooth_mesh_model_configure_t));
1360
1361                  _bt_mesh_util_convert_hex_to_string(
1362                         (uint8_t *) event->net_uuid.uuid, 16, param.net_uuid,
1363                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1364                 BT_INFO("Node %4.4x: Model App status %s\n", event->source,
1365                         __mesh_status_to_string(data[0]));
1366
1367                 if (data[0] != MESH_STATUS_SUCCESS)
1368                         result = BLUETOOTH_ERROR_INTERNAL;
1369
1370                 elem_addr = l_get_le16(data + 1);
1371                 app_idx = l_get_le16(data + 3);
1372
1373                 BT_INFO("Element Addr\t%4.4x", elem_addr);
1374                 if (data_len == 9) {
1375                         /* vendor Model */
1376                         mod_id = l_get_le16(data + 5 + 2);
1377                         mod_id = l_get_le16(data) << 16 | mod_id;
1378                 } else {
1379                         /* BT SIG Model */
1380                         mod_id = l_get_le16(data + 5);
1381                         mod_id = MESH_VENDOR_ID_MASK | mod_id;
1382                 }
1383
1384                 param.primary_unicast = event->source;
1385                 param.elem_index = elem_addr - event->source;
1386                 param.appkey_idx = app_idx;
1387                 param.model = mod_id;
1388                 BT_INFO("AppIdx\t\t%u (0x%3.3x)\n ", app_idx, app_idx);
1389
1390                 /* Model Bind/UnBind Event */
1391                 __bt_mesh_handle_pending_dev_config_request_info(result,
1392                         BT_MESH_MODEL_CONFIGURE_APPKEY, &param,
1393                                 sizeof(bluetooth_mesh_model_configure_t));
1394                 break;
1395         }
1396         case MESH_OPCODE_MODEL_APP_LIST: {
1397                 if (data_len < 5)
1398                         break;
1399                 GArray *garray;
1400                 int total = 0;
1401                 bluetooth_mesh_model_configure_t param;
1402                 memset(&param, 0x00, sizeof(bluetooth_mesh_model_configure_t));
1403
1404                 _bt_mesh_util_convert_hex_to_string(
1405                         (uint8_t *) event->net_uuid.uuid, 16, param.net_uuid,
1406                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1407
1408                 garray = g_array_new(FALSE, FALSE, sizeof(gchar));
1409
1410                 BT_INFO("\nNode %4.4x Model AppIdx status %s\n",
1411                                 event->source, __mesh_status_to_string(data[0]));
1412
1413                 BT_INFO("Element Addr\t%4.4x\n", l_get_le16(data + 1));
1414                 BT_INFO("Model ID\t%4.4x\n", l_get_le16(data + 3));
1415
1416                 elem_addr = l_get_le16(data + 1);
1417                 /* BT SIG Model */
1418                 mod_id = l_get_le16(data + 3);
1419                 mod_id = MESH_VENDOR_ID_MASK | mod_id;
1420
1421                 param.primary_unicast = event->source;
1422                 param.elem_index = elem_addr - event->source;
1423                 param.model = mod_id;
1424
1425                 data += 5;
1426                 data_len -= 5;
1427
1428                 while (data_len >= 3) {
1429                         app_idx = l_get_le16(data) & 0xfff;
1430                         g_array_append_vals(garray, &app_idx, sizeof(uint16_t));
1431                         BT_INFO("\t%u (0x%3.3x)\n", app_idx, app_idx);
1432
1433                         app_idx = l_get_le16(data + 1) >> 4;
1434                         g_array_append_vals(garray, &app_idx, sizeof(uint16_t));
1435                         BT_INFO("\t%u (0x%3.3x)\n", app_idx, app_idx);
1436                         data += 3;
1437                         data_len -= 3;
1438                 }
1439
1440                 if (data_len == 2) {
1441                         app_idx = l_get_le16(data) & 0xfff;
1442                         g_array_append_vals(garray, &app_idx, sizeof(uint16_t));
1443                         BT_INFO("\t %u (0x%3.3x)\n", app_idx, app_idx);
1444                 }
1445                 total = garray->len / sizeof(uint16_t);
1446                 param.appkey_list = (uint16_t **)g_malloc0(sizeof(uint16_t*) * garray->len);
1447                 param.appkeylist_count = total;
1448                 for (int i = 0; i < total; i++) {
1449                         param.appkey_list[i] = g_malloc(sizeof(uint16_t));
1450                         *param.appkey_list[i] = g_array_index(garray, uint16_t, i);
1451                 }
1452                 g_array_free(garray, TRUE);
1453
1454                 __bt_mesh_handle_pending_dev_config_request_info(result,
1455                         BT_MESH_MODEL_GET_APPKEY_LIST, &param,
1456                                 sizeof(bluetooth_mesh_model_configure_t));
1457                 break;
1458         }
1459         case MESH_OPCODE_CONFIG_MODEL_SUB_LIST: {
1460                 if (data_len < 5)
1461                         break;
1462                 int total = 0;
1463                 int i = 0;
1464                 bluetooth_mesh_model_configure_t param;
1465                 memset(&param, 0x00, sizeof(bluetooth_mesh_model_configure_t));
1466
1467                 _bt_mesh_util_convert_hex_to_string((uint8_t *) event->net_uuid.uuid, 16, param.net_uuid,
1468                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1469
1470                 BT_INFO("\nNode %4.4x BT SIG Model Subscription List status %s\n",
1471                                 event->source, __mesh_status_to_string(data[0]));
1472
1473                 BT_INFO("Element Addr\t%4.4x\n", l_get_le16(data + 1));
1474                 elem_addr = l_get_le16(data + 1);
1475
1476                 /* BT SIG Model */
1477                 mod_id = l_get_le16(data + 3);
1478                 mod_id = MESH_VENDOR_ID_MASK | mod_id;
1479                 BT_INFO("Model ID\t%4.4x\n", mod_id);
1480
1481                 param.primary_unicast = event->source;
1482                 param.elem_index = elem_addr - event->source;
1483                 param.model = mod_id;
1484                 BT_INFO("Mesh: Data length of All Models Together [%d]", data_len - 5);
1485                 total = (data_len -  5)/2;
1486                 param.sublist_count = total;
1487                 BT_INFO("Mesh: Total Number of subscriptions [%d]", total);
1488                 if (total) {
1489                         param.sub_list = (uint16_t **)g_malloc0(sizeof(uint16_t*) * total);
1490
1491                         i = 5;
1492                         for (int k = 0; i < data_len; k++, i += 2) {
1493                                 BT_INFO("Mesh: Subscription Addr \t\t%4.4x\n ", l_get_le16(data + i));
1494                                 param.sub_list[k] = g_malloc(sizeof(uint16_t));
1495                                 *param.sub_list[k] = l_get_le16(data + i);
1496                         }
1497                 }
1498
1499                 /* <TO-DO> Update model sub in cdb */
1500
1501                 __bt_mesh_handle_pending_dev_config_request_info(result,
1502                         BT_MESH_MODEL_GET_SUBSCRIPTION_LIST, &param,
1503                                 sizeof(bluetooth_mesh_model_configure_t));
1504                 break;
1505         }
1506         case MESH_OPCODE_CONFIG_VEND_MODEL_SUB_LIST: {
1507                 if (data_len < 7)
1508                         break;
1509                 int total = 0;
1510                 int i = 0;
1511                 bluetooth_mesh_model_configure_t param;
1512                 memset(&param, 0x00, sizeof(bluetooth_mesh_model_configure_t));
1513
1514                 _bt_mesh_util_convert_hex_to_string(
1515                         (uint8_t *) event->net_uuid.uuid, 16, param.net_uuid,
1516                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1517
1518                 BT_INFO("\nNode %4.4x Vendor Model Subscription List status %s\n",
1519                                 event->source, __mesh_status_to_string(data[0]));
1520
1521                 BT_INFO("Element Addr\t%4.4x\n", l_get_le16(data + 1));
1522                 elem_addr = l_get_le16(data + 1);
1523
1524                 /* VENDOR Model */
1525                 mod_id = l_get_le16(data + 5);
1526                 mod_id = l_get_le16(data + 3) << 16 | mod_id;
1527
1528                 BT_INFO("Model ID\t%4.4x\n", mod_id);
1529
1530                 param.primary_unicast = event->source;
1531                 param.elem_index = elem_addr - event->source;
1532                 param.model = mod_id;
1533
1534                 BT_INFO("Mesh: Data length of All Models Together [%d]", data_len - 7);
1535                 total = (data_len -  7)/2;
1536                 param.sublist_count = total;
1537
1538                 BT_INFO("Mesh: Total Number of subscriptions [%d]", total);
1539                 if (total) {
1540                         param.sub_list = (uint16_t **)g_malloc0(sizeof(uint16_t*) * total);
1541
1542                         i = 7;
1543                         for (int k = 0; i < data_len; k++, i += 2) {
1544                                 BT_INFO("Mesh: Subscription Addr \t\t%4.4x\n ", l_get_le16(data + i));
1545                                 param.sub_list[k] = g_malloc(sizeof(uint16_t));
1546                                 *param.sub_list[k] = l_get_le16(data + i);
1547                         }
1548                 }
1549                 __bt_mesh_handle_pending_dev_config_request_info(result,
1550                         BT_MESH_MODEL_GET_SUBSCRIPTION_LIST, &param,
1551                                 sizeof(bluetooth_mesh_model_configure_t));
1552                 break;
1553         }
1554         case MESH_OPCODE_DEV_COMP_STATUS: {
1555                 if (data_len < MESH_MINIMUM_COMPOSITION_LEN)
1556                         break;
1557                 bluetooth_mesh_node_features_t features;
1558                 memset(&features, 0x00, sizeof(bluetooth_mesh_node_features_t));
1559                 BT_INFO("Mesh: Got Response for Device Composition Data");
1560                 __bt_mesh_print_device_composition_data(data, data_len);
1561
1562                 if (!_bt_mesh_network_save_remote_node_composition(
1563                         event->net_uuid.uuid, event->source, data, data_len)) {
1564                         result = BLUETOOTH_ERROR_INTERNAL;
1565                         BT_INFO("Failed to save node composition!");
1566                 }
1567                 /* Browse Remote Node event */
1568                 __bt_mesh_handle_pending_dev_config_request_info(result,
1569                         BT_MESH_NODE_BROWSE, event, sizeof(event_mesh_devkey_message_t));
1570
1571                 /* Vendor Features Discover event */
1572                 _bt_mesh_util_convert_hex_to_string(
1573                         (uint8_t *) event->net_uuid.uuid, 16, features.net_uuid,
1574                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1575                 features.unicast = event->source;
1576                 BT_INFO("Mesh: Net UUID [%s]", features.net_uuid);
1577
1578                 BT_INFO("Mesh: Composition status for node unicast [0x%2.2x]",
1579                         event->source);
1580                 if (!_bt_mesh_node_get_vendor_features(event->net_uuid.uuid,
1581                         event->source, &features)) {
1582                         BT_ERR("Mesh: Failed to get Vendor Specific Infor for [0x%2.2x]",
1583                                 event->source);
1584                         result = BLUETOOTH_ERROR_INTERNAL;
1585                 } else {
1586                         BT_INFO("Mesh: Got Feature informations for [0x%2.2x]",
1587                                 event->source);
1588                 }
1589                 __bt_mesh_handle_pending_dev_config_request_info(result,
1590                         BT_MESH_NODE_GET_VENDOR_FEATURES, &features,
1591                                 sizeof(bluetooth_mesh_node_features_t));
1592                 break;
1593         }
1594         case MESH_OPCODE_NETKEY_STATUS: {
1595                 if (data_len != 3)
1596                         break;
1597
1598                 bluetooth_mesh_key_configure_t param;
1599                 memset(&param, 0x00, sizeof(bluetooth_mesh_key_configure_t));
1600
1601                 BT_INFO("Mesh: Node %4.4x NetKey status %s",
1602                         event->source,  __mesh_status_to_string(data[0]));
1603                 net_idx = l_get_le16(data + 1) & 0xfff;
1604
1605                 BT_INFO("\tNetKey %u (0x%3.3x)", net_idx, net_idx);
1606
1607                 if (data[0] != 0)
1608                         result = BLUETOOTH_ERROR_INTERNAL;
1609
1610                 if (!cmd)
1611                         break;
1612
1613                 _bt_mesh_util_convert_hex_to_string(
1614                         (uint8_t *) event->net_uuid.uuid, 16, param.net_uuid,
1615                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1616                 param.primary_unicast = event->source;
1617                 param.netkey_idx = net_idx;
1618                 param.is_netkey = true;
1619
1620                 BT_INFO("Mesh: Resp recvd from node unicast [0x%4.4x]", event->source);
1621                 if (cmd->opcode == MESH_OPCODE_NETKEY_ADD) {
1622                         BT_INFO("Mesh: Resp recvd: MESH_OPCODE_NETKEY_ADD");
1623                         if (result == BLUETOOTH_ERROR_NONE) {
1624                                 if (!_bt_mesh_network_save_remote_node_netkey(
1625                                                         event->net_uuid.uuid, event->source, net_idx)) {
1626                                         result = BLUETOOTH_ERROR_INTERNAL;
1627                                         BT_INFO("Failed to save node Netkey!");
1628                                 }
1629                         }
1630                         param.op = BLUETOOTH_MESH_NODE_KEY_ADD;
1631                 } else if (cmd->opcode == MESH_OPCODE_NETKEY_DELETE) {
1632                         BT_INFO("Mesh: Resp recvd: MESH_OPCODE_NETKEY_DELETE");
1633                         if (result == BLUETOOTH_ERROR_NONE) {
1634                                 if (!_bt_mesh_network_delete_remote_node_netkey(
1635                                                         event->net_uuid.uuid, event->source, net_idx)) {
1636                                         result = BLUETOOTH_ERROR_INTERNAL;
1637                                         BT_INFO("Failed to delete node Netkey!");
1638                                 }
1639                         }
1640                         param.op = BLUETOOTH_MESH_NODE_KEY_DELETE;
1641                 } else if (cmd->opcode == MESH_OPCODE_NETKEY_UPDATE) {
1642                         BT_INFO("Mesh: Resp recvd: MESH_OPCODE_NETKEY_UPDATE");
1643                         param.op = BLUETOOTH_MESH_NODE_KEY_UPDATE;
1644                 }
1645                 /* Node Net Key Configure event */
1646                 __bt_mesh_handle_pending_dev_config_request_info(result,
1647                         BT_MESH_NODE_CONFIGURE_KEY,
1648                                 &param, sizeof(bluetooth_mesh_key_configure_t));
1649                 break;
1650         }
1651         case MESH_OPCODE_APPKEY_STATUS: {
1652                 if (data_len != 4)
1653                         break;
1654
1655                 bluetooth_mesh_key_configure_t param;
1656                 memset(&param, 0x00, sizeof(bluetooth_mesh_key_configure_t));
1657
1658                 BT_INFO("Mesh: Node %4.4x AppKey status %s\n", event->source,
1659                                 __mesh_status_to_string(data[0]));
1660                 net_idx = l_get_le16(data + 1) & 0xfff;
1661                 app_idx = l_get_le16(data + 2) >> 4;
1662
1663                 BT_INFO("NetKey\t%u (0x%3.3x)\n", net_idx, net_idx);
1664                 BT_INFO("AppKey\t%u (0x%3.3x)\n", app_idx, app_idx);
1665
1666                 if (data[0] != MESH_STATUS_SUCCESS)
1667                         result = BLUETOOTH_ERROR_INTERNAL;
1668
1669                 if (!cmd)
1670                         break;
1671
1672                 _bt_mesh_util_convert_hex_to_string(
1673                         (uint8_t *) event->net_uuid.uuid, 16, param.net_uuid,
1674                                 BLUETOOTH_MESH_NETWORK_UUID_STRING_LENGTH + 1);
1675
1676                 param.primary_unicast = event->source;
1677                 param.netkey_idx = net_idx;
1678                 param.appkey_idx = app_idx;
1679                 param.is_netkey = false;
1680
1681                 if (cmd->opcode == MESH_OPCODE_APPKEY_ADD) {
1682                         BT_INFO("Mesh: Resp recvd: MESH_OPCODE_APPKEY_ADD");
1683                         if (result == BLUETOOTH_ERROR_NONE) {
1684                                 if (!_bt_mesh_network_save_remote_node_appkey(
1685                                                 event->net_uuid.uuid, event->source,
1686                                                 net_idx, app_idx)) {
1687                                         result = BLUETOOTH_ERROR_INTERNAL;
1688                                         BT_INFO("Failed to save node Appkey!");
1689                                 }
1690                         }
1691                         param.op = BLUETOOTH_MESH_NODE_KEY_ADD;
1692                 } else if (cmd->opcode == MESH_OPCODE_APPKEY_DELETE) {
1693                         BT_INFO("Mesh: Resp recvd: MESH_OPCODE_APPKEY_DELETE");
1694                         if (result == BLUETOOTH_ERROR_NONE) {
1695                                 if (!_bt_mesh_network_delete_remote_node_appkey(
1696                                                 event->net_uuid.uuid, event->source,
1697                                                 net_idx, app_idx)) {
1698                                         result = BLUETOOTH_ERROR_INTERNAL;
1699                                         BT_INFO("Failed to delete node Appkey!");
1700                                 }
1701                         }
1702                         param.op = BLUETOOTH_MESH_NODE_KEY_DELETE;
1703                 } else if (cmd->opcode == MESH_OPCODE_APPKEY_UPDATE) {
1704                         BT_INFO("Mesh: Resp recvd: MESH_OPCODE_APPKEY_UPDATE");
1705                         param.op = BLUETOOTH_MESH_NODE_KEY_UPDATE;
1706                 }
1707
1708                 /* Node App Key Configure event */
1709                 __bt_mesh_handle_pending_dev_config_request_info(result,
1710                         BT_MESH_NODE_CONFIGURE_KEY,
1711                                 &param, sizeof(bluetooth_mesh_key_configure_t));
1712                 break;
1713         }
1714         }
1715 }
1716
1717 static gboolean __bt_mesh_vendor_feature_event_handler(gpointer data)
1718 {
1719         bluetooth_mesh_node_features_t *result = (bluetooth_mesh_node_features_t*) data;
1720         __bt_mesh_handle_pending_dev_config_request_info(
1721                 BLUETOOTH_ERROR_NONE,
1722                         BT_MESH_NODE_GET_VENDOR_FEATURES,
1723                                 result, sizeof(bluetooth_mesh_node_features_t));
1724         g_free(result);
1725         return FALSE;
1726 }
1727
1728 int _bt_mesh_node_discover_vendor_features(const char *app_cred, const char *sender,
1729                 bluetooth_mesh_node_features_t *req)
1730 {
1731         int ret = OAL_STATUS_SUCCESS;
1732         uint16_t dest;
1733         uint16_t netkey_idx;
1734         uint16_t data_len;
1735         oal_uuid_t net_uuid;
1736         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
1737
1738         BT_INFO("Mesh: Vendor features for Network UUID [%s]", req->net_uuid);
1739         _bt_mesh_util_convert_string_to_hex(req->net_uuid,
1740                         strlen(req->net_uuid), net_uuid.uuid, 16);
1741         /* Check if Node's vendor features are already svaed or not */
1742         if (_bt_mesh_node_get_vendor_features(net_uuid.uuid, req->unicast, req)) {
1743                 BT_INFO("Mesh: Vendor Features already available for Node: Unicast [0x%.2x]",
1744                                 req->unicast);
1745                 /* Schedule event ot Application */
1746                 bluetooth_mesh_node_features_t *event = \
1747                         g_memdup(req, sizeof(bluetooth_mesh_node_features_t));
1748                 g_idle_add(__bt_mesh_vendor_feature_event_handler, (gpointer) event);
1749                 return BLUETOOTH_ERROR_NONE;
1750         }
1751
1752         /* If Scanning is going on */
1753         if (_bt_mesh_is_provisioning() ||
1754                         _bt_mesh_is_scanning()) {
1755                 BT_ERR("Device is buzy..");
1756                 return BLUETOOTH_ERROR_DEVICE_BUSY;
1757         }
1758
1759         _bt_mesh_util_convert_string_to_hex(req->net_uuid,
1760                         strlen(req->net_uuid), net_uuid.uuid, 16);
1761
1762         dest = req->unicast;
1763         BT_INFO("Mesh: Get Vendor Features for Remote Node Unicast [0x%2.2x]", dest);
1764
1765         /* Check pending request */
1766         if (_bt_mesh_check_pending_request(MESH_OPCODE_DEV_COMP_GET,
1767                                 dest, net_uuid.uuid)) {
1768                 BT_ERR("Device is buzy..");
1769                 return BLUETOOTH_ERROR_DEVICE_BUSY;
1770         }
1771
1772         BT_INFO("Mesh: Browse Remote Node: Unicast [0x%2.2x]", dest);
1773         /* Get Subnet index of the rmeote node for TX encryption */
1774         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid, dest);
1775         if (netkey_idx == MESH_NET_IDX_INVALID)
1776                 return BLUETOOTH_ERROR_INTERNAL;
1777
1778         data_len = _bt_mesh_util_opcode_set(MESH_OPCODE_DEV_COMP_GET,
1779                         buffer);
1780
1781         /* By default, use page 0 */
1782         buffer[data_len++] = 0;
1783         ret = mesh_conf_send_message(&net_uuid, dest, true,
1784                         netkey_idx, buffer, data_len);
1785
1786         if (ret != OAL_STATUS_SUCCESS) {
1787                 BT_ERR("ret: %d", ret);
1788                 return BLUETOOTH_ERROR_INTERNAL;
1789         }
1790
1791         /* Queue the request with timeout */
1792         __bt_mesh_add_request(MESH_OPCODE_DEV_COMP_GET,
1793                         dest, net_uuid.uuid, NULL);
1794         return BLUETOOTH_ERROR_NONE;
1795 }
1796
1797 int _bt_mesh_browse_remote_node(const char *app_cred,
1798         const char *sender,
1799                 bluetooth_mesh_node_discover_t *req)
1800 {
1801         int ret = OAL_STATUS_SUCCESS;
1802         uint16_t dest;
1803         uint16_t netkey_idx;
1804         uint16_t data_len;
1805         oal_uuid_t net_uuid;
1806         oal_uuid_t dev_uuid;
1807         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
1808
1809         /* If Scanning is going on */
1810         if (_bt_mesh_is_provisioning() ||
1811                         _bt_mesh_is_scanning()) {
1812                 BT_ERR("Device is buzy..");
1813                 return BLUETOOTH_ERROR_DEVICE_BUSY;
1814         }
1815
1816         _bt_mesh_util_convert_string_to_hex(req->net_uuid,
1817                 strlen(req->net_uuid), net_uuid.uuid, 16);
1818         _bt_mesh_util_convert_string_to_hex(req->dev_uuid,
1819                 strlen(req->dev_uuid), dev_uuid.uuid, 16);
1820
1821         BT_INFO("Mesh: Browse Node UUID [%s]", req->dev_uuid);
1822
1823         /* Get Remote Node unicast address from Dev UUID */
1824         if (!_bt_mesh_node_get_unicast_from_dev_uuid(net_uuid.uuid,
1825                         dev_uuid.uuid, &dest))
1826                 return BLUETOOTH_ERROR_INTERNAL;
1827
1828         BT_INFO("Mesh: Browse Remote Node: Unicast [0x%2.2x]", dest);
1829         /* Check pending request */
1830         if (_bt_mesh_check_pending_request(MESH_OPCODE_DEV_COMP_GET,
1831                         dest, net_uuid.uuid)) {
1832                 BT_ERR("Device is buzy..");
1833                 return BLUETOOTH_ERROR_DEVICE_BUSY;
1834         }
1835
1836         /* Get Subnet index of the rmeote node for TX encryption */
1837         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid, dest);
1838         if (netkey_idx == MESH_NET_IDX_INVALID)
1839                 return BLUETOOTH_ERROR_INTERNAL;
1840
1841         data_len = _bt_mesh_util_opcode_set(MESH_OPCODE_DEV_COMP_GET, buffer);
1842
1843         /* By default, use page 0 */
1844         buffer[data_len++] = 0;
1845         ret = mesh_conf_send_message(&net_uuid, dest, true,
1846                         netkey_idx, buffer, data_len);
1847
1848         if (ret != OAL_STATUS_SUCCESS) {
1849                 BT_ERR("ret: %d", ret);
1850                 return BLUETOOTH_ERROR_INTERNAL;
1851         }
1852
1853         /* Queue the request with timeout */
1854         __bt_mesh_add_request(MESH_OPCODE_DEV_COMP_GET,
1855                         dest, net_uuid.uuid, NULL);
1856         return BLUETOOTH_ERROR_NONE;
1857 }
1858
1859 int _bt_mesh_model_configure_group_subscription(const char *app_cred,
1860                 const char *sender, bluetooth_mesh_model_configure_t *req)
1861 {
1862         int ret = OAL_STATUS_SUCCESS;
1863         uint16_t netkey_idx;
1864         oal_uuid_t net_uuid;
1865         uint16_t data_len;
1866         uint32_t opcode = 0;
1867         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
1868
1869         /* If Scanning is going on */
1870         if (_bt_mesh_is_provisioning() ||
1871                         _bt_mesh_is_scanning()) {
1872                 BT_ERR("Device is buzy..");
1873                 return BLUETOOTH_ERROR_DEVICE_BUSY;
1874         }
1875
1876         BT_INFO("Mesh: group Subscription Req: [%d]", req->op);
1877         if (req->op != BLUETOOTH_MESH_MODEL_SUB_DELETE_ALL) {
1878                 BT_INFO("Mesh: group Subscription Addr [0x%2.2x]", req->sub_addr);
1879
1880                 /* Subscriptio address sanity check */
1881                 if (!MESH_IS_GROUP(req->sub_addr) ||
1882                                 MESH_IS_VIRTUAL(req->sub_addr)) {
1883                         BT_ERR("Mesh: Bad subscription address [0x%2.2x\n]",
1884                                 req->sub_addr);
1885                         return BLUETOOTH_ERROR_INVALID_PARAM;
1886                 }
1887         } else
1888                 BT_INFO("Mesh: group Subscription Req: Delete All");
1889
1890         _bt_mesh_util_convert_string_to_hex(req->net_uuid,
1891                 strlen(req->net_uuid), net_uuid.uuid, 16);
1892         /* Get Subnet index of the remote node for TX encryption */
1893         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid,
1894                                 req->primary_unicast);
1895         if (netkey_idx == MESH_NET_IDX_INVALID)
1896                 return BLUETOOTH_ERROR_INTERNAL;
1897
1898
1899         if (req->op == BLUETOOTH_MESH_MODEL_SUB_ADD)
1900                 opcode = MESH_OPCODE_CONFIG_MODEL_SUB_ADD;
1901         else if (req->op == BLUETOOTH_MESH_MODEL_SUB_DELETE)
1902                 opcode = MESH_OPCODE_CONFIG_MODEL_SUB_DELETE;
1903         else if (req->op == BLUETOOTH_MESH_MODEL_SUB_DELETE_ALL)
1904                 opcode = MESH_OPCODE_CONFIG_MODEL_SUB_DELETE_ALL;
1905         else if (req->op == BLUETOOTH_MESH_MODEL_SUB_OVERWRITE)
1906                 opcode = MESH_OPCODE_CONFIG_MODEL_SUB_OVERWRITE;
1907
1908         /* Check pending request */
1909         if (_bt_mesh_check_pending_request(opcode,
1910                                 req->primary_unicast, net_uuid.uuid)) {
1911                 BT_ERR("Device is buzy..");
1912                 return BLUETOOTH_ERROR_DEVICE_BUSY;
1913         }
1914
1915         data_len = _bt_mesh_util_opcode_set(opcode, buffer);
1916
1917         BT_INFO("Mesh: Group Subscription Primary unicast [0x%2.2x]",
1918                         req->primary_unicast);
1919         /* Element Address */
1920         l_put_le16((req->primary_unicast + req->elem_index),
1921                         buffer + data_len);
1922         data_len += 2;
1923
1924         /* Subscription address */
1925         if (req->op != BLUETOOTH_MESH_MODEL_SUB_DELETE_ALL) {
1926                 l_put_le16(req->sub_addr, buffer + data_len);
1927                 data_len += 2;
1928         }
1929
1930         BT_INFO("Mesh: Group Subscription Model ID [0x%4.4x]", req->model);
1931         /* Insert Model ID */
1932          if (req->model >= 0xFFFF0000) {
1933                 /* 1st 2 octet Company ID is 0xFFFF means, it is BT SIG Model*/
1934                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
1935                 data_len += 2;
1936         } else {
1937                 /* Vendor Model, 1st 2 octetes: Company ID, next 2 octets: Vendor Model ID */
1938                 l_put_le16(req->model & 0xFFFF0000, buffer + data_len);
1939                 data_len += 2;
1940                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
1941                 data_len += 2;
1942         }
1943
1944         ret = mesh_conf_send_message(&net_uuid, req->primary_unicast, true,
1945                         netkey_idx, buffer, data_len);
1946
1947         if (ret != OAL_STATUS_SUCCESS) {
1948                 BT_ERR("ret: %d", ret);
1949                 return BLUETOOTH_ERROR_INTERNAL;
1950         }
1951
1952         BT_INFO("Mesh: Group Subscription Command sent successfully");
1953         /* Queue the request with timeout */
1954         __bt_mesh_add_request(opcode, req->primary_unicast,
1955                 net_uuid.uuid,
1956                         g_memdup(req, sizeof(bluetooth_mesh_model_configure_t)));
1957
1958         return BLUETOOTH_ERROR_NONE;
1959 }
1960
1961 int _bt_mesh_model_configure_virtual_group_subscription(
1962                 const char *app_cred, const char *sender,
1963                         bluetooth_mesh_model_configure_t *req)
1964 {
1965         int ret = OAL_STATUS_SUCCESS;
1966         uint16_t netkey_idx;
1967         oal_uuid_t net_uuid;
1968         uint16_t data_len;
1969         uint32_t opcode = 0;
1970         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
1971
1972         /* If Scanning is going on */
1973         if (_bt_mesh_is_provisioning() ||
1974                         _bt_mesh_is_scanning()) {
1975                 BT_ERR("Device is buzy..");
1976                 return BLUETOOTH_ERROR_DEVICE_BUSY;
1977         }
1978
1979         _bt_mesh_util_convert_string_to_hex(req->net_uuid,
1980                 strlen(req->net_uuid), net_uuid.uuid, 16);
1981
1982         BT_INFO("Mesh: Virtual Group Subscription Req: [%d] Group Addr [0x%2.2x]",
1983                         req->op, req->sub_addr);
1984
1985         if (req->op != BLUETOOTH_MESH_MODEL_SUB_DELETE_ALL) {
1986                 /* Subscription address sanity check */
1987                 if (MESH_IS_GROUP(req->sub_addr) ||
1988                                 !(MESH_IS_VIRTUAL(req->sub_addr))) {
1989                         BT_ERR("Mesh: Bad Virtual Group subscription address [0x%2.2x\n]",
1990                                 req->sub_addr);
1991                         return BLUETOOTH_ERROR_INVALID_PARAM;
1992                 }
1993         } else
1994                 BT_INFO("Mesh: Virtual Group Subscription Req: Delete All");
1995
1996         /* Get Subnet index of the remote node for TX encryption */
1997         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid,
1998                                 req->primary_unicast);
1999         if (netkey_idx == MESH_NET_IDX_INVALID)
2000                 return BLUETOOTH_ERROR_INTERNAL;
2001
2002         if (req->op == BLUETOOTH_MESH_MODEL_SUB_ADD)
2003                 opcode = MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_ADD;
2004         else if (req->op == BLUETOOTH_MESH_MODEL_SUB_DELETE)
2005                 opcode = MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_DELETE;
2006         else if (req->op == BLUETOOTH_MESH_MODEL_SUB_OVERWRITE)
2007                 opcode = MESH_OPCODE_CONFIG_MODEL_SUB_VIRT_OVERWRITE;
2008         else if (req->op == BLUETOOTH_MESH_MODEL_SUB_DELETE_ALL)
2009                 opcode = MESH_OPCODE_CONFIG_MODEL_SUB_DELETE_ALL;
2010
2011         /* Check pending request */
2012         if (_bt_mesh_check_pending_request(opcode,
2013                                 req->primary_unicast, net_uuid.uuid)) {
2014                 BT_ERR("Device is buzy..");
2015                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2016         }
2017
2018         data_len = _bt_mesh_util_opcode_set(opcode, buffer);
2019
2020         /* Element Address */
2021         l_put_le16((req->primary_unicast + req->elem_index), buffer + data_len);
2022         data_len += 2;
2023
2024         /* Subscription address */
2025         if (req->op != BLUETOOTH_MESH_MODEL_SUB_DELETE_ALL) {
2026                 uint8_t label_uuid[16];
2027                 if (!_bt_mesh_network_get_label_uuid_from_sub_addr(
2028                         net_uuid.uuid, req->sub_addr, label_uuid)) {
2029                         BT_ERR("Mesh: Virtual Group Label UUID Not found");
2030                         return BLUETOOTH_ERROR_INVALID_PARAM;
2031                 }
2032                 memcpy(buffer + data_len, label_uuid, 16);
2033                 data_len += 16;
2034         }
2035
2036         BT_INFO("Mesh: Virtual Group Subscription Model ID [0x%4.4x]", req->model);
2037         /* Insert Model ID */
2038          if (req->model >= 0xFFFF0000) {
2039                 /* 1st 2 octet Company ID is 0xFFFF means, it is BT SIG Model*/
2040                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2041                 data_len += 2;
2042         } else {
2043                 /* Vendor Model, 1st 2 octetes: Company ID, next 2 octets: Vendor Model ID */
2044                 l_put_le16(req->model & 0xFFFF0000, buffer + data_len);
2045                 data_len += 2;
2046                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2047                 data_len += 2;
2048         }
2049
2050         ret = mesh_conf_send_message(&net_uuid,
2051                         req->primary_unicast, true,
2052                                 netkey_idx, buffer, data_len);
2053
2054         if (ret != OAL_STATUS_SUCCESS) {
2055                 BT_ERR("ret: %d", ret);
2056                 return BLUETOOTH_ERROR_INTERNAL;
2057         }
2058
2059         BT_INFO("Mesh: Virtual Group Subscription Command sent successfully");
2060         /* Queue the request with timeout */
2061         __bt_mesh_add_request(opcode, req->primary_unicast,
2062                 net_uuid.uuid,
2063                         g_memdup(req, sizeof(bluetooth_mesh_model_configure_t)));
2064
2065         return BLUETOOTH_ERROR_NONE;
2066 }
2067
2068 int _bt_mesh_model_get_publication(const char *app_cred, const char *sender,
2069                 bluetooth_mesh_model_configure_t *req)
2070 {
2071         int ret = OAL_STATUS_SUCCESS;
2072         uint16_t netkey_idx;
2073         oal_uuid_t net_uuid;
2074         uint16_t data_len;
2075         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
2076
2077         /* If Scanning is going on */
2078         if (_bt_mesh_is_provisioning() ||
2079                         _bt_mesh_is_scanning()) {
2080                 BT_ERR("Device is buzy..");
2081                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2082         }
2083
2084         _bt_mesh_util_convert_string_to_hex(req->net_uuid,
2085                 strlen(req->net_uuid), net_uuid.uuid, 16);
2086
2087         /* Check pending request */
2088         if (_bt_mesh_check_pending_request(MESH_OPCODE_CONFIG_MODEL_PUB_GET,
2089                                 req->primary_unicast, net_uuid.uuid)) {
2090                 BT_ERR("Device is buzy..");
2091                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2092         }
2093
2094         /* Get Subnet index of the remote node for TX encryption */
2095         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid, req->primary_unicast);
2096         if (netkey_idx == MESH_NET_IDX_INVALID)
2097                 return BLUETOOTH_ERROR_INTERNAL;
2098
2099         /* Set Opcode */
2100         data_len = _bt_mesh_util_opcode_set(MESH_OPCODE_CONFIG_MODEL_PUB_GET, buffer);
2101
2102         /* Element Address */
2103         l_put_le16((req->primary_unicast + req->elem_index), buffer + data_len);
2104         data_len += 2;
2105
2106         /* Insert Model ID */
2107         if (req->model >= 0xFFFF0000) {
2108                 /* 1st 2 octet Company ID is 0xFFFF means, it is BT SIG Model*/
2109                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2110                 data_len += 2;
2111         } else {
2112                 /* Vendor Model, 1st 2 octetes: Company ID, next 2 octets: Vendor Model ID */
2113                 l_put_le16(req->model & 0xFFFF0000, buffer + data_len);
2114                 data_len += 2;
2115                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2116                 data_len += 2;
2117         }
2118
2119         ret = mesh_conf_send_message(&net_uuid, req->primary_unicast, true, netkey_idx, buffer, data_len);
2120
2121         if (ret != OAL_STATUS_SUCCESS) {
2122                 BT_ERR("ret: %d", ret);
2123                 return BLUETOOTH_ERROR_INTERNAL;
2124         }
2125
2126         /* Queue the request with timeout */
2127         __bt_mesh_add_request(MESH_OPCODE_CONFIG_MODEL_PUB_GET, req->primary_unicast, net_uuid.uuid,
2128                         g_memdup(req, sizeof(bluetooth_mesh_model_configure_t)));
2129
2130         return BLUETOOTH_ERROR_NONE;
2131 }
2132
2133 int _bt_mesh_model_set_publication(const char *app_cred, const char *sender,
2134                 bluetooth_mesh_model_configure_t *req)
2135 {
2136         int ret = OAL_STATUS_SUCCESS;
2137         uint16_t netkey_idx;
2138         oal_uuid_t net_uuid;
2139         uint16_t data_len;
2140         uint32_t opcode = 0;
2141         uint8_t label_uuid[16];
2142         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
2143
2144         /* If Scanning is going on */
2145         if (_bt_mesh_is_provisioning() ||
2146                         _bt_mesh_is_scanning()) {
2147                 BT_ERR("Device is buzy..");
2148                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2149         }
2150
2151         _bt_mesh_util_convert_string_to_hex(req->net_uuid, strlen(req->net_uuid), net_uuid.uuid, 16);
2152
2153         if (req->pub_addr == MESH_ALL_NODES_ADDRESS)
2154                 BT_INFO("Mesh: Setting Publication to ALL Node Address");
2155
2156         if (!MESH_IS_GROUP(req->pub_addr) && !MESH_IS_VIRTUAL(req->pub_addr) &&
2157                         req->pub_addr != MESH_UNASSIGNED_ADDRESS) {
2158                 BT_ERR("Mesh: Bad Publication address %x\n", req->pub_addr);
2159                 return BLUETOOTH_ERROR_INVALID_PARAM;
2160         }
2161
2162         if (req->pub_addr != MESH_UNASSIGNED_ADDRESS) {
2163                 if (MESH_IS_VIRTUAL(req->pub_addr)) {
2164                         if (!_bt_mesh_network_get_label_uuid_from_sub_addr(
2165                                         net_uuid.uuid, req->pub_addr, label_uuid))
2166                                 return BLUETOOTH_ERROR_INVALID_PARAM;
2167                         opcode = MESH_OPCODE_CONFIG_MODEL_PUB_VIRT_SET;
2168
2169                 } else if (MESH_IS_GROUP(req->pub_addr))
2170                         opcode = MESH_OPCODE_CONFIG_MODEL_PUB_SET;
2171         }
2172
2173         /* Check pending request */
2174         if (_bt_mesh_check_pending_request(opcode,
2175                                 req->primary_unicast, net_uuid.uuid)) {
2176                 BT_ERR("Device is buzy..");
2177                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2178         }
2179
2180         /* Get Subnet index of the remote node for TX encryption */
2181         netkey_idx = _bt_mesh_node_get_subnet_idx(
2182                                 net_uuid.uuid, req->primary_unicast);
2183         if (netkey_idx == MESH_NET_IDX_INVALID)
2184                 return BLUETOOTH_ERROR_INTERNAL;
2185
2186         /* Set opcode */
2187         data_len = _bt_mesh_util_opcode_set(opcode, buffer);
2188
2189         /* Element Address */
2190         l_put_le16((req->primary_unicast + req->elem_index), buffer + data_len);
2191         data_len += 2;
2192
2193         /* Fill Publication Address */
2194         if (MESH_IS_VIRTUAL(req->pub_addr)) {
2195                 memcpy(buffer + data_len, label_uuid, 16);
2196                 data_len += 16;
2197         } else {
2198                 l_put_le16(req->pub_addr, buffer + data_len);
2199                 data_len += 2;
2200         }
2201
2202         /* AppKey index + credential (set to 0) */
2203         l_put_le16(req->appkey_idx, buffer + data_len);
2204         data_len += 2;
2205
2206         /* Fill TTL */
2207         buffer[data_len++] = req->ttl;
2208         /* Publish period  step count and step resolution */
2209         buffer[data_len++] = req->period;
2210         /* Publish retransmit count & interval steps */
2211         buffer[data_len++] = req->retransmit;
2212
2213         /* Insert Model ID */
2214         if (req->model >= 0xFFFF0000) {
2215                 /* 1st 2 octet Company ID is 0xFFFF means, it is BT SIG Model*/
2216                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2217                 data_len += 2;
2218         } else {
2219                 /* Vendor Model, 1st 2 octetes: Company ID, next 2 octets: Vendor Model ID */
2220                 l_put_le16(req->model & 0xFFFF0000, buffer + data_len);
2221                 data_len += 2;
2222                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2223                 data_len += 2;
2224         }
2225
2226         ret = mesh_conf_send_message(&net_uuid,
2227                         req->primary_unicast, true,
2228                                 netkey_idx, buffer, data_len);
2229
2230         if (ret != OAL_STATUS_SUCCESS) {
2231                 BT_ERR("ret: %d", ret);
2232                 return BLUETOOTH_ERROR_INTERNAL;
2233         }
2234
2235         /* Queue the request with timeout */
2236         __bt_mesh_add_request(opcode, req->primary_unicast, net_uuid.uuid,
2237                         g_memdup(req, sizeof(bluetooth_mesh_model_configure_t)));
2238
2239         return BLUETOOTH_ERROR_NONE;
2240 }
2241
2242 int _bt_mesh_node_model_get_subscription_list(const char *app_cred, const char *sender,
2243                 bluetooth_mesh_model_configure_t *req)
2244 {
2245         int ret = OAL_STATUS_SUCCESS;
2246         uint16_t netkey_idx;
2247         oal_uuid_t net_uuid;
2248         uint16_t data_len;
2249         uint32_t opcode = 0;
2250         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
2251
2252         /* If Scanning is going on */
2253         if (_bt_mesh_is_provisioning() ||
2254                         _bt_mesh_is_scanning()) {
2255                 BT_ERR("Device is buzy..");
2256                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2257         }
2258
2259         _bt_mesh_util_convert_string_to_hex(req->net_uuid, strlen(req->net_uuid), net_uuid.uuid, 16);
2260
2261         /* Insert Model ID */
2262         if (req->model >= 0xFFFF0000)
2263                 /* 1st 2 octet Company ID is 0xFFFF means, it is BT SIG Model*/
2264                 opcode = MESH_OPCODE_CONFIG_MODEL_SUB_GET;
2265         else
2266                 /* Vendor Model, 1st 2 octetes: Company ID, next 2 octets: Vendor Model ID */
2267                 opcode = MESH_OPCODE_CONFIG_VEND_MODEL_SUB_GET;
2268
2269         /* Check pending request */
2270         if (_bt_mesh_check_pending_request(opcode,
2271                                 req->primary_unicast, net_uuid.uuid)) {
2272                 BT_ERR("Device is buzy..");
2273                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2274         }
2275         /* Get Subnet index of the remote node for TX encryption */
2276         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid, req->primary_unicast);
2277         if (netkey_idx == MESH_NET_IDX_INVALID)
2278                 return BLUETOOTH_ERROR_INTERNAL;
2279
2280         data_len = _bt_mesh_util_opcode_set(opcode, buffer);
2281         /* Element Address */
2282         l_put_le16((req->primary_unicast + req->elem_index), buffer + data_len);
2283         data_len += 2;
2284
2285         /* Insert Model ID */
2286         if (opcode == MESH_OPCODE_CONFIG_MODEL_SUB_GET) {
2287                 BT_INFO("Mesh: Get Subscription List for BT SIG Model");
2288                 /* 1st 2 octet Company ID is 0xFFFF means, it is BT SIG Model*/
2289                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2290                 data_len += 2;
2291         } else {
2292                 BT_INFO("Mesh: Get Subscription List for Vendor Model");
2293                 /* Vendor Model, 1st 2 octetes: Company ID, next 2 octets: Vendor Model ID */
2294                 l_put_le16(req->model & 0xFFFF0000, buffer + data_len);
2295                 data_len += 2;
2296                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2297                 data_len += 2;
2298         }
2299
2300         ret = mesh_conf_send_message(&net_uuid,
2301                 req->primary_unicast, true, netkey_idx, buffer, data_len);
2302
2303         if (ret != OAL_STATUS_SUCCESS) {
2304                 BT_ERR("ret: %d", ret);
2305                 return BLUETOOTH_ERROR_INTERNAL;
2306         }
2307
2308         /* Queue the request with timeout */
2309         __bt_mesh_add_request(opcode, req->primary_unicast, net_uuid.uuid,
2310                         g_memdup(req, sizeof(bluetooth_mesh_model_configure_t)));
2311
2312         return BLUETOOTH_ERROR_NONE;
2313 }
2314
2315 int _bt_mesh_node_model_get_appkey_list(const char *app_cred, const char *sender,
2316                 bluetooth_mesh_model_configure_t *req)
2317 {
2318         int ret = OAL_STATUS_SUCCESS;
2319         uint16_t netkey_idx;
2320         oal_uuid_t net_uuid;
2321         uint16_t data_len;
2322         uint32_t opcode = 0;
2323         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
2324
2325         /* If Scanning is going on */
2326         if (_bt_mesh_is_provisioning() ||
2327                         _bt_mesh_is_scanning()) {
2328                 BT_ERR("Device is buzy..");
2329                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2330         }
2331
2332         _bt_mesh_util_convert_string_to_hex(req->net_uuid,
2333                 strlen(req->net_uuid), net_uuid.uuid, 16);
2334
2335         /* Insert Model ID */
2336         if (req->model >= 0xFFFF0000)
2337                 /* 1st 2 octet Company ID is 0xFFFF means, it is BT SIG Model*/
2338                 opcode = MESH_OPCODE_MODEL_APP_GET;
2339         else
2340                 /* Vendor Model, 1st 2 octetes: Company ID, next 2 octets: Vendor Model ID */
2341                 opcode = MESH_OPCODE_VENDOR_MODEL_APP_GET;
2342
2343         /* Check pending request */
2344         if (_bt_mesh_check_pending_request(opcode,
2345                                 req->primary_unicast, net_uuid.uuid)) {
2346                 BT_ERR("Device is buzy..");
2347                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2348         }
2349         /* Get Subnet index of the remote node for TX encryption */
2350         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid, req->primary_unicast);
2351         if (netkey_idx == MESH_NET_IDX_INVALID)
2352                 return BLUETOOTH_ERROR_INTERNAL;
2353
2354         data_len = _bt_mesh_util_opcode_set(opcode, buffer);
2355         /* Element Address */
2356         l_put_le16((req->primary_unicast + req->elem_index), buffer + data_len);
2357         data_len += 2;
2358
2359
2360         /* Insert Model ID */
2361         if (opcode == MESH_OPCODE_MODEL_APP_GET) {
2362                 /* 1st 2 octet Company ID is 0xFFFF means, it is BT SIG Model*/
2363                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2364                 data_len += 2;
2365         } else {
2366                 /* Vendor Model, 1st 2 octetes: Company ID, next 2 octets: Vendor Model ID */
2367                 l_put_le16(req->model & 0xFFFF0000, buffer + data_len);
2368                 data_len += 2;
2369                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2370                 data_len += 2;
2371         }
2372
2373         ret = mesh_conf_send_message(&net_uuid, req->primary_unicast, true, netkey_idx, buffer, data_len);
2374
2375         if (ret != OAL_STATUS_SUCCESS) {
2376                 BT_ERR("ret: %d", ret);
2377                 return BLUETOOTH_ERROR_INTERNAL;
2378         }
2379
2380         /* Queue the request with timeout */
2381         __bt_mesh_add_request(opcode, req->primary_unicast, net_uuid.uuid,
2382                         g_memdup(req, sizeof(bluetooth_mesh_model_configure_t)));
2383
2384         return BLUETOOTH_ERROR_NONE;
2385 }
2386
2387 int _bt_mesh_network_reset_node(const char *app_cred, const char *sender,
2388                 bluetooth_mesh_node_info_t *node)
2389 {
2390         int ret = OAL_STATUS_SUCCESS;
2391         uint16_t netkey_idx;
2392         oal_uuid_t net_uuid;
2393         uint16_t data_len;
2394         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
2395
2396         /* If Scanning is going on */
2397         if (_bt_mesh_is_provisioning() ||
2398                         _bt_mesh_is_scanning()) {
2399                 BT_ERR("Device is buzy..");
2400                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2401         }
2402
2403         _bt_mesh_util_convert_string_to_hex(node->net_uuid,
2404                         strlen(node->net_uuid), net_uuid.uuid, 16);
2405
2406         /* Check pending request */
2407         if (_bt_mesh_check_pending_request(MESH_OPCODE_NODE_RESET,
2408                                 node->primary_unicast, net_uuid.uuid)) {
2409                 BT_ERR("Device is buzy..");
2410                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2411         }
2412         BT_INFO("Mesh: Reset a remote Node [0x%2.2x] Elem Cnt [0x%2.2x]",
2413                         node->primary_unicast, node->num_elements);
2414         /* Get Subnet index of the remote node for TX encryption */
2415         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid, node->primary_unicast);
2416         if (netkey_idx == MESH_NET_IDX_INVALID)
2417                 return BLUETOOTH_ERROR_INTERNAL;
2418
2419         data_len = _bt_mesh_util_opcode_set(MESH_OPCODE_NODE_RESET, buffer);
2420
2421         /* Send Node Reset command 5 times to ensure reliability */
2422         for (int i = 0; i < 5; i++)
2423                 ret = mesh_conf_send_message(&net_uuid, node->primary_unicast,
2424                                 true, netkey_idx, buffer, data_len);
2425
2426         if (ret != OAL_STATUS_SUCCESS) {
2427                 BT_ERR("Mesh: Node Reset Failed!: %d", ret);
2428                 return BLUETOOTH_ERROR_INTERNAL;
2429         }
2430
2431         BT_INFO("Mesh: Node reset Done, Send Delete req: Unicast[0x%2.2x]",
2432                         node->primary_unicast);
2433
2434         ret = mesh_delete_remote_node(&net_uuid, node->primary_unicast,
2435                         node->num_elements);
2436         if (ret != OAL_STATUS_SUCCESS) {
2437                 BT_ERR("Mesh: Remote Node Deletion Failed!: %d", ret);
2438                 return BLUETOOTH_ERROR_INTERNAL;
2439         }
2440
2441         return _bt_mesh_network_remove_node_configuration(node);
2442 }
2443
2444 int _bt_mesh_node_model_appkey_execute(const char *app_cred, const char *sender,
2445                 bluetooth_mesh_model_configure_t *req)
2446 {
2447         int ret = OAL_STATUS_SUCCESS;
2448         uint16_t netkey_idx;
2449         oal_uuid_t net_uuid;
2450         uint16_t data_len;
2451         uint32_t opcode = 0;
2452         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
2453
2454         /* If Scanning is going on */
2455         if (_bt_mesh_is_provisioning() ||
2456                         _bt_mesh_is_scanning()) {
2457                 BT_ERR("Device is buzy..");
2458                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2459         }
2460
2461         _bt_mesh_util_convert_string_to_hex(req->net_uuid, strlen(req->net_uuid), net_uuid.uuid, 16);
2462
2463         /* Check pending request */
2464         if (_bt_mesh_check_pending_request(req->is_bind ? MESH_OPCODE_MODEL_APP_BIND : MESH_OPCODE_MODEL_APP_UNBIND,
2465                                 req->primary_unicast, net_uuid.uuid)) {
2466                 BT_ERR("Device is buzy..");
2467                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2468         }
2469         /* Get Subnet index of the remote node for TX encryption */
2470         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid, req->primary_unicast);
2471         if (netkey_idx == MESH_NET_IDX_INVALID)
2472                 return BLUETOOTH_ERROR_INTERNAL;
2473
2474         if (req->is_bind)
2475                 opcode = MESH_OPCODE_MODEL_APP_BIND;
2476         else
2477                 opcode = MESH_OPCODE_MODEL_APP_UNBIND;
2478
2479         data_len = _bt_mesh_util_opcode_set(opcode, buffer);
2480         /* Element Address */
2481         l_put_le16((req->primary_unicast + req->elem_index), buffer + data_len);
2482         data_len += 2;
2483
2484         /* AppKey Index  */
2485         l_put_le16(req->appkey_idx, buffer + data_len);
2486         data_len += 2;
2487
2488         /* Insert Model ID */
2489         if (req->model >= 0xFFFF0000) {
2490                 /* 1st 2 octet Company ID is 0xFFFF means, it is BT SIG Model*/
2491                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2492                 data_len += 2;
2493         } else {
2494                 /* Vendor Model, 1st 2 octetes: Company ID, next 2 octets: Vendor Model ID */
2495                 l_put_le16(req->model & 0xFFFF0000, buffer + data_len);
2496                 data_len += 2;
2497                 l_put_le16(req->model & 0x0000FFFF, buffer + data_len);
2498                 data_len += 2;
2499         }
2500
2501         ret = mesh_conf_send_message(&net_uuid, req->primary_unicast, true, netkey_idx, buffer, data_len);
2502
2503         if (ret != OAL_STATUS_SUCCESS) {
2504                 BT_ERR("ret: %d", ret);
2505                 return BLUETOOTH_ERROR_INTERNAL;
2506         }
2507
2508         /* Queue the request with timeout */
2509         __bt_mesh_add_request(opcode, req->primary_unicast, net_uuid.uuid,
2510                         g_memdup(req, sizeof(bluetooth_mesh_model_configure_t)));
2511
2512         return BLUETOOTH_ERROR_NONE;
2513 }
2514
2515 int _bt_mesh_ttl_execute_remote_node(const char *app_cred, const char *sender,
2516                 bluetooth_mesh_node_ttl_info_t *req)
2517 {
2518         int ret = OAL_STATUS_SUCCESS;
2519         uint16_t netkey_idx;
2520         uint16_t data_len;
2521         oal_uuid_t net_uuid;
2522         uint32_t opcode = 0;
2523         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
2524
2525         /* If Scanning is going on */
2526         if (_bt_mesh_is_provisioning() ||
2527                         _bt_mesh_is_scanning()) {
2528                 BT_ERR("Device is buzy..");
2529                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2530         }
2531
2532         _bt_mesh_util_convert_string_to_hex(req->net_uuid, strlen(req->net_uuid), net_uuid.uuid, 16);
2533
2534         /* Check pending request */
2535         if (_bt_mesh_check_pending_request(req->is_set ? MESH_OPCODE_CONFIG_DEFAULT_TTL_SET : MESH_OPCODE_CONFIG_DEFAULT_TTL_GET,
2536                                 req->unicast, net_uuid.uuid)) {
2537                 BT_ERR("Device is buzy..");
2538                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2539         }
2540
2541         /* Get Subnet index of the rmeote node for TX encryption */
2542         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid, req->unicast);
2543         if (netkey_idx == MESH_NET_IDX_INVALID)
2544                 return BLUETOOTH_ERROR_INTERNAL;
2545
2546         if (req->is_set) {
2547                 opcode = MESH_OPCODE_CONFIG_DEFAULT_TTL_SET;
2548                 data_len = _bt_mesh_util_opcode_set(MESH_OPCODE_CONFIG_DEFAULT_TTL_SET, buffer);
2549                 buffer[data_len++] = req->ttl;
2550         } else {
2551                 opcode = MESH_OPCODE_CONFIG_DEFAULT_TTL_GET;
2552                 data_len = _bt_mesh_util_opcode_set(MESH_OPCODE_CONFIG_DEFAULT_TTL_GET, buffer);
2553         }
2554
2555         ret = mesh_conf_send_message(&net_uuid, req->unicast, true, netkey_idx, buffer, data_len);
2556
2557         if (ret != OAL_STATUS_SUCCESS) {
2558                 BT_ERR("ret: %d", ret);
2559                 return BLUETOOTH_ERROR_INTERNAL;
2560         }
2561
2562         /* Queue the request with timeout */
2563         __bt_mesh_add_request(opcode, req->unicast, net_uuid.uuid,
2564                         g_memdup(req, sizeof(bluetooth_mesh_node_ttl_info_t)));
2565         return BLUETOOTH_ERROR_NONE;
2566 }
2567
2568 static bool __bt_mesh_check_pending_key_cmd(uint16_t dest, bool is_netkey,
2569                 bluetooth_mesh_node_key_conf_e op,  uint8_t net_uuid[], uint32_t *opcode)
2570 {
2571         const struct mesh_config_cmd *cmd;
2572
2573         if (is_netkey) {
2574                 switch (op) {
2575                 case BLUETOOTH_MESH_NODE_KEY_ADD:
2576                         cmd = __mesh_get_command(MESH_OPCODE_NETKEY_ADD);
2577                         if (!cmd)
2578                                 return false;
2579                         if (__bt_mesh_get_request_by_response(dest, net_uuid, cmd->response)) {
2580                                 BT_ERR("Mesh:Another Key Configuration command is pending\n");
2581                                 return true;
2582                         }
2583                         *opcode = MESH_OPCODE_NETKEY_ADD;
2584                         return false;
2585                 case BLUETOOTH_MESH_NODE_KEY_DELETE:
2586                         cmd = __mesh_get_command(MESH_OPCODE_NETKEY_DELETE);
2587                         if (!cmd)
2588                                 return false;
2589                         if (__bt_mesh_get_request_by_response(dest, net_uuid, cmd->response)) {
2590                                 BT_ERR("Mesh:Another Key Configuration command is pending\n");
2591                                 return true;
2592                         }
2593                         *opcode = MESH_OPCODE_NETKEY_DELETE;
2594                         return false;
2595                 case BLUETOOTH_MESH_NODE_KEY_UPDATE:
2596                         cmd = __mesh_get_command(MESH_OPCODE_NETKEY_UPDATE);
2597                         if (!cmd)
2598                                 return false;
2599                         if (__bt_mesh_get_request_by_response(dest, net_uuid, cmd->response)) {
2600                                 BT_ERR("Mesh:Another Key Configuration command is pending\n");
2601                                 return true;
2602                         }
2603                         *opcode = MESH_OPCODE_NETKEY_UPDATE;
2604                         return false;
2605                 }
2606         } else {
2607                 switch (op) {
2608                 case BLUETOOTH_MESH_NODE_KEY_ADD:
2609                         cmd = __mesh_get_command(MESH_OPCODE_APPKEY_ADD);
2610                         if (!cmd)
2611                                 return false;
2612                         if (__bt_mesh_get_request_by_response(dest, net_uuid, cmd->response)) {
2613                                 BT_ERR("Mesh:Another Key Configuration command is pending\n");
2614                                 return true;
2615                         }
2616                         *opcode = MESH_OPCODE_APPKEY_ADD;
2617                         return false;
2618                 case BLUETOOTH_MESH_NODE_KEY_DELETE:
2619                         cmd = __mesh_get_command(MESH_OPCODE_APPKEY_DELETE);
2620                         if (!cmd)
2621                                 return false;
2622                         if (__bt_mesh_get_request_by_response(dest, net_uuid, cmd->response)) {
2623                                 BT_ERR("Mesh:Another Key Configuration command is pending\n");
2624                                 return true;
2625                         }
2626                         *opcode = MESH_OPCODE_APPKEY_DELETE;
2627                         return false;
2628                 case BLUETOOTH_MESH_NODE_KEY_UPDATE:
2629                         cmd = __mesh_get_command(MESH_OPCODE_APPKEY_UPDATE);
2630                         if (!cmd)
2631                                 return false;
2632                         if (__bt_mesh_get_request_by_response(dest, net_uuid, cmd->response)) {
2633                                 BT_ERR("Mesh:Another Key Configuration command is pending\n");
2634                                 return true;
2635                         }
2636                         *opcode = MESH_OPCODE_APPKEY_UPDATE;
2637                         return false;
2638                 }
2639         }
2640         return false;
2641 }
2642
2643 int _bt_mesh_node_configure_key(const char *app_cred, const char *sender,
2644                 bluetooth_mesh_key_configure_t *req)
2645 {
2646         int ret = OAL_STATUS_SUCCESS;
2647         uint16_t netkey_idx;
2648         uint16_t bound_netkey_idx = 0x0000;
2649         oal_uuid_t net_uuid;
2650         uint32_t opcode = 0;
2651         bool update;
2652         uint16_t data_len;
2653         uint8_t buffer[MESH_CONFIG_BUFFER_MAX_LEN];
2654
2655         /* If Scanning is going on */
2656         if (_bt_mesh_is_provisioning() ||
2657                         _bt_mesh_is_scanning()) {
2658                 BT_ERR("Device is buzy..");
2659                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2660         }
2661
2662         _bt_mesh_util_convert_string_to_hex(req->net_uuid, strlen(req->net_uuid), net_uuid.uuid, 16);
2663
2664         if (req->is_netkey && !_bt_mesh_keys_subnet_exists(net_uuid.uuid, req->netkey_idx)) {
2665                 BT_ERR("Local Subnet not found..");
2666                 return BLUETOOTH_ERROR_INVALID_PARAM;
2667         }
2668
2669         /* For Appkey Configuration, check for available bound netkey */
2670         if (!req->is_netkey) {
2671                 bound_netkey_idx = _bt_mesh_keys_get_bound_key(net_uuid.uuid, req->appkey_idx);
2672                 if (bound_netkey_idx == MESH_NET_IDX_INVALID) {
2673                         BT_ERR("Local AppKey not found..");
2674                         return BLUETOOTH_ERROR_INVALID_PARAM;
2675                 }
2676         }
2677
2678         /* Check pending request */
2679         if (__bt_mesh_check_pending_key_cmd(req->primary_unicast,
2680                                 req->is_netkey, req->op, net_uuid.uuid, &opcode)) {
2681                 BT_ERR("Device is buzy..");
2682                 return BLUETOOTH_ERROR_DEVICE_BUSY;
2683         }
2684
2685         /* Get Subnet index of the rmeote node for TX encryption */
2686         netkey_idx = _bt_mesh_node_get_subnet_idx(net_uuid.uuid, req->primary_unicast);
2687         if (netkey_idx == MESH_NET_IDX_INVALID)
2688                 return BLUETOOTH_ERROR_INTERNAL;
2689
2690         /* Handle Key (App/Net) Delete Commands: Configuration Message  */
2691         if (opcode == MESH_OPCODE_NETKEY_DELETE || opcode == MESH_OPCODE_APPKEY_DELETE) {
2692                 data_len = _bt_mesh_util_opcode_set(opcode, buffer);
2693                 if (req->is_netkey) {
2694                         l_put_le16(req->netkey_idx, buffer + data_len);
2695                         data_len += 2;
2696                 } else {
2697                         buffer[data_len] = bound_netkey_idx;
2698                         buffer[data_len + 1] = ((bound_netkey_idx >> 8) & 0xf) | ((req->appkey_idx << 4) & 0xf0);
2699                         buffer[data_len + 2] = req->appkey_idx >> 4;
2700
2701                         data_len += 3;
2702                 }
2703                 ret = mesh_conf_send_message(&net_uuid, req->primary_unicast, true, netkey_idx, buffer, data_len);
2704         } else {
2705                 /* Handle Key (App/Net) Update & Add Commands: Key Config message  */
2706                 update = (opcode == MESH_OPCODE_NETKEY_UPDATE || opcode == MESH_OPCODE_APPKEY_UPDATE);
2707                 ret = mesh_conf_send_key_message(&net_uuid, req->primary_unicast, req->is_netkey,
2708                                 update, req->is_netkey ? req->netkey_idx : req->appkey_idx, netkey_idx);
2709         }
2710         if (ret != OAL_STATUS_SUCCESS) {
2711                 BT_ERR("ret: %d", ret);
2712                 return BLUETOOTH_ERROR_INTERNAL;
2713         }
2714
2715         /* Queue the request with timeout */
2716         __bt_mesh_add_request(opcode, req->primary_unicast,  net_uuid.uuid,
2717                 g_memdup(req, sizeof(bluetooth_mesh_key_configure_t)));
2718         return BLUETOOTH_ERROR_NONE;
2719 }