From 9d2600f4b4dcbdd3820910967eb00a9b00cd8a17 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 21 Jun 2019 11:44:30 -0700 Subject: libqtappfw: bluetooth-map: add initial map support Add bluetooth-map service support for notifications and message composition. Bug-AGL: SPEC-2561 Change-Id: I956150b9db05334eb02640657c1fc7e03258ab41 Signed-off-by: Matt Ranostay --- message.h | 1 + 1 file changed, 1 insertion(+) (limited to 'message.h') diff --git a/message.h b/message.h index c89f007..2e731df 100644 --- a/message.h +++ b/message.h @@ -40,6 +40,7 @@ enum MessageType { BluetoothEventMessage, PbapEventMessage, RadioEventMessage, + MapEventMessage, }; class Message : public QObject -- cgit 1.2.3-korg