summaryrefslogtreecommitdiffstats
path: root/bluetooth/bluetooth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bluetooth/bluetooth.cpp')
-rw-r--r--bluetooth/bluetooth.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/bluetooth/bluetooth.cpp b/bluetooth/bluetooth.cpp
index d205e7d..7ae8240 100644
--- a/bluetooth/bluetooth.cpp
+++ b/bluetooth/bluetooth.cpp
@@ -151,18 +151,6 @@ void Bluetooth::send_confirmation()
generic_command("send_confirmation", "yes");
}
-void Bluetooth::set_avrcp_controls(QString address, QString cmd)
-{
- BluetoothMessage *tmsg = new BluetoothMessage();
- QJsonObject parameter;
-
- parameter.insert("Address", address);
- parameter.insert("value", cmd);
- tmsg->createRequest("set_avrcp_controls", parameter);
- m_mloop->sendMessage(tmsg);
- delete tmsg;
-}
-
void Bluetooth::onConnected()
{
QStringListIterator eventIterator(events);