diff options
Diffstat (limited to 'bluetooth.h')
-rw-r--r-- | bluetooth.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bluetooth.h b/bluetooth.h index 118516e..24605cf 100644 --- a/bluetooth.h +++ b/bluetooth.h @@ -75,8 +75,6 @@ class Bluetooth : public QObject void onMessageReceived(MessageType, Message*); QString process_uuid(QString uuid) { if (uuid.length() == 36) return uuid; return uuids.value(uuid); }; - bool isDiscoveryListResponse(Message *tmsg) { return (tmsg->replyInfo() == "BT - Scan Result is Displayed"); }; - bool isPowerResponse(Message *tmsg) { return (tmsg->replyInfo() == "Radio - Power set"); }; // values bool m_power; |