mesh: use network nonce for network pdus received via gatt proxy

This commit is contained in:
Matthias Ringwald 2019-05-23 14:40:34 +02:00
parent 806057c8f5
commit 8c8ddd64f8

View File

@ -2708,6 +2708,7 @@ static void packet_handler_for_mesh_network_pdu(uint8_t packet_type, uint16_t ch
case MESH_PROXY_DATA_PACKET:
printf("Received network PDU\n");
printf_hexdump(packet, size);
mesh_network_received_message(packet, size);
break;
case HCI_EVENT_PACKET:
switch (hci_event_packet_get_type(packet)){