mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
daemon/java: hexdump received notification in LEStreamer
This commit is contained in:
parent
24047dd67d
commit
1cd21c0571
@ -153,8 +153,9 @@ public class LEStreamerClient implements PacketHandler {
|
||||
|
||||
case active:
|
||||
if (packet instanceof GATTEventNotification){
|
||||
GATTEventNotification event = (GATTEventNotification) packet;
|
||||
System.out.println("Data:");
|
||||
System.out.println(packet.toString());
|
||||
Util.hexdump(event.getValue());
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user