mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 19:20:54 +00:00
mesh: use network nonce for network pdus received via gatt proxy
This commit is contained in:
parent
806057c8f5
commit
8c8ddd64f8
@ -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)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user