BLE Gatt Server Socket write implemetation
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / services / bt-service-event-receiver.c
index 74c3782..f68ff80 100644 (file)
@@ -324,6 +324,8 @@ static gboolean __bt_handle_oal_events(gpointer data)
        case OAL_EVENT_GATTS_REQUEST_READ:                      /* gatts Request Read from client */\
        case OAL_EVENT_GATTS_REQUEST_WRITE:                     /* gatts Request Write from client */\
        case OAL_EVENT_GATTS_IND_CONFIRM:                       /* gatts Indicate confirmation from remote client */\
+       case OAL_EVENT_GATTS_REQUEST_ACQUIRE_WRITE:
+       case OAL_EVENT_GATTS_REQUEST_ACQUIRE_NOTIFY:
        /* Tizen Platform Specific */
        case OAL_EVENT_GATTS_NOTIFICATION:                      /* gatts Notification changed event */\
        case OAL_EVENT_GATTS_MTU_CHANGED:                       /* gatts MTU changed event */\