Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_edr_adapter / android / org_iotivity_ca_CaEdrInterface.h
  * limitations under the License.
  *
  ******************************************************************/
-#ifndef OIC_STRING_H_
-#define OIC_STRING_H_
 
+#include <jni.h>
+/* Header for class org_iotivity_ca_CaEdrInterface */
+
+#ifndef Included_org_iotivity_ca_CaEdrInterface
+#define Included_org_iotivity_ca_CaEdrInterface
 #ifdef __cplusplus
 extern "C"
 {
-#endif // __cplusplus
+#endif
+/*
+ * Class:     org_iotivity_ca_CaEdrInterface
+ * Method:    caEdrStateChangedCallback
+ * Signature: (I)V
+ */
+JNIEXPORT void JNICALL
+Java_org_iotivity_ca_CaEdrInterface_caEdrStateChangedCallback
+(JNIEnv *, jobject, jint);
 
-/**
- * Duplicates the source string and returns it.
- *
- * NOTE: Caller needs to clear this memory by calling OICFree.
- *
- * @param str - Original valid string which needs to be duplicated
- *
- * @return
- *     on success, a pointer to the duplicated string
- *     on failure, a null pointer is returned
+/*
+ * Class:     org_iotivity_ca_CaEdrInterface
+ * Method:    caEdrBondStateChangedCallback
+ * Signature: (I)V
  */
-char *OICStrdup(const char *str);
+JNIEXPORT void JNICALL
+Java_org_iotivity_ca_CaEdrInterface_caEdrBondStateChangedCallback
+(JNIEnv *, jobject, jstring);
 
 #ifdef __cplusplus
 }
-#endif // __cplusplus
-#endif /* OIC_STRING_H_ */
+#endif
+#endif