[bluetooth-frwk] listMessages
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-event-sender.c
index ac53303..937df18 100644 (file)
@@ -336,7 +336,10 @@ int _bt_send_event(int event_type, int event, GVariant *param)
                signal = BT_MAP_FILTER_FIELDS_COMPLETE;
                BT_INFO_C("Completed list filters field operation[MAP]");
                break;
-               // TODO MAP place for your own case 2
+       case BLUETOOTH_EVENT_MAP_LIST_MESSAGES_COMPLETE:
+               signal = BT_MAP_LIST_MESSAGES_COMPLETE;
+               BT_INFO_C("Completed list messages operation [MAP]");
+               break;
                // TODO MAP place for your own case 3
                // TODO MAP place for your own case 4
                // TODO MAP place for your own case 5