diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-09-24 10:21:22 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-09-25 08:11:46 +0800 |
commit | d02ac96300fc378e285f641f2dcd6ea95b906158 (patch) | |
tree | cab737c2e552fa05ec7686cb64d3b2154ebb6c1b /bluetooth/bluetoothmessage.h | |
parent | 051bf8e79c99699704032b7b943459a30aae22c8 (diff) |
libqtappfw: add version verb to allowable requests
Bug-AGL: SPEC-1736
Change-Id: I793892c1479633de31e5bef98699cdd4c95ad2da
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 6ce2f3e..dde91d8 100644 --- a/bluetooth/bluetoothmessage.h +++ b/bluetooth/bluetoothmessage.h @@ -36,7 +36,7 @@ class BluetoothMessage : public Message "remove_device", "pair", "cancel_pair", "connect", "disconnect", "device_priorites", "set_device_property", "set_property", "discovery_result", - "set_avrcp_controls", "send_confirmation", + "set_avrcp_controls", "send_confirmation", "version", "subscribe", "unsubscribe", }; }; |