[CONPRO-1483] Implementation of API for setting scanfilter UUIDs
[platform/upstream/iotivity.git] / resource / csdk / connectivity / util / src / camanager / bt_le_manager / android / caleconnectionmanager.c
index 532ee70..a906685 100644 (file)
@@ -43,6 +43,12 @@ static JavaVM *g_jvm = NULL;
 static jobject g_context = NULL;
 static jobject g_connectedDeviceSet = NULL;
 
+void CASetScanUuid(char* uuid, int uuid_type)
+{
+    OIC_LOG(DEBUG, TAG, "CASetScanUuid");
+
+    CALEClientAddUuid(uuid, uuid_type);
+}
 
 CAResult_t CASetLEClientAutoConnectionDeviceInfo(const char* address)
 {