mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 15:32:41 +00:00
mesh: dump segmented access payload
This commit is contained in:
parent
272abd2bfe
commit
f3309c1154
@ -607,6 +607,7 @@ uint8_t mesh_upper_transport_setup_segmented_access_pdu_header(mesh_transport_pd
|
||||
|
||||
printf("[+] Upper transport, setup segmented Access PDU - seq %06x, szmic %u, iv_index %08x\n", seq, szmic,
|
||||
mesh_get_iv_index());
|
||||
mesh_print_hex("Access Payload", transport_pdu->data, transport_pdu->len);
|
||||
|
||||
// get app or device key
|
||||
const mesh_transport_key_t *appkey;
|
||||
|
Loading…
x
Reference in New Issue
Block a user