summaryrefslogtreecommitdiff
path: root/sapbtpeer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sapbtpeer.cc')
-rw-r--r--sapbtpeer.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapbtpeer.cc b/sapbtpeer.cc
index 3926cdf..bf3bddb 100644
--- a/sapbtpeer.cc
+++ b/sapbtpeer.cc
@@ -113,6 +113,8 @@ void SAPBTPeer::handleFrame(const QByteArray &data)
// This must be a peer description frame!
SAProtocol::PeerDescription peerDesc = SAProtocol::unpackPeerDescription(data);
qDebug() << peerDesc.product << peerDesc.manufacturer << peerDesc.name;
+ qDebug() << "apdu=" << peerDesc.APDUSize << "ssdu=" << peerDesc.SSDUSize
+ << "sessions=" << peerDesc.sessions << "timeout=" << peerDesc.timeout;
SAProtocol::PeerDescription myDesc = peerDesc;
myDesc.messageType = 6; // Why?