10 lines
285 B
C
10 lines
285 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <QtCore/QString>
|
||
|
|
|
||
|
|
// BLE raw packet opcode text helpers.
|
||
|
|
QString Mid_GetBleOpcodeText(quint8 Opcode);
|
||
|
|
QString Mid_NormalizeBleAddress(const QString& Text);
|
||
|
|
QString Mid_FormatBleAddress(const QString& Address);
|
||
|
|
bool Mid_IsBleAddressValid(const QString& Address);
|