~mzanetti/+junk/upebble

« back to all changes in this revision

Viewing changes to upebbled/libpebble/watchconnection.cpp

  • Committer: Michael Zanetti
  • Date: 2015-12-06 23:17:41 UTC
  • Revision ID: michael.zanetti@canonical.com-20151206231741-w0n1tdybvilxy0o3
create BlobDB class

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
    msg.append(data);
108
108
 
109
 
//    qDebug() << "Writing:" << msg.toHex();
 
109
    qDebug() << "Writing:" << msg.toHex();
110
110
    m_socket->write(msg);
111
111
}
112
112
 
231
231
    res.append(buildData(data));
232
232
    return res;
233
233
}
 
234