diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-09-24 16:01:20 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-09-25 08:11:46 +0800 |
commit | 04a093de6b41821211aa16bb031ca37ac9745bc1 (patch) | |
tree | 0f9706251aba05c374aaa0720a3b4cd6bfc2a6da /bluetooth/bluetoothmessage.h | |
parent | d02ac96300fc378e285f641f2dcd6ea95b906158 (diff) |
libqtappfw: bluetooth: fix typo for device_priorities verb access
Change-Id: Iea11b79a0e81299f9af91babf093f06be25062f5
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'bluetooth/bluetoothmessage.h')
-rw-r--r-- | bluetooth/bluetoothmessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/bluetoothmessage.h b/bluetooth/bluetoothmessage.h index dde91d8..89aef1a 100644 --- a/bluetooth/bluetoothmessage.h +++ b/bluetooth/bluetoothmessage.h @@ -34,7 +34,7 @@ class BluetoothMessage : public Message QStringList verbs { "start_discovery" , "stop_discovery", "power", "remove_device", "pair", "cancel_pair", - "connect", "disconnect", "device_priorites", + "connect", "disconnect", "device_priorities", "set_device_property", "set_property", "discovery_result", "set_avrcp_controls", "send_confirmation", "version", "subscribe", "unsubscribe", |