17 QVector<QSharedPointer<const BluetoothMessage>> mMessages;
18 QByteArray mRemainingBytes;
20 inline ushort getParamLength(uchar pHigh, uchar pLow)
const;
22 bool parseParameter(QSharedPointer<BluetoothMessage> pMessage,
int pParamCount);
24 QSharedPointer<BluetoothMessage> createMessage(BluetoothMsgId pMsgId);
25 QSharedPointer<BluetoothMessageParameter> createMessageParameter(BluetoothParamId pParamId,
const QByteArray& pValue);
31 const QVector<QSharedPointer<const BluetoothMessage>>&
getMessages()
const;
const QVector< QSharedPointer< const BluetoothMessage > > & getMessages() const
Definition: BluetoothMessageParser.cpp:106
Definition: BluetoothMessageParser.h:14
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
virtual ~BluetoothMessageParser()
Definition: BluetoothMessageParser.cpp:35
const QByteArray & getRemainingBytes() const
Definition: BluetoothMessageParser.cpp:112
BluetoothMessageParser(const QByteArray &pData)
Definition: BluetoothMessageParser.cpp:27