Merge branch '1.1-rel'
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_edr_adapter / android / caedrserver.h
index 34b6256..483c90a 100644 (file)
@@ -84,14 +84,6 @@ void CANativeStartListenTask(JNIEnv *env);
 jobject CAEDRNativeListen(JNIEnv *env);
 
 /**
- * This function will listen the connection from remote device.
- * @param[in]  env              JNI interface pointer.
- * @param[in]  socket           server socket object.
- * @return JNI_TRUE or JNI_FALSE.
- */
-jboolean CAEDRIsConnectedForSocket(JNIEnv *env, jobject socket);
-
-/**
  * This function will accept the connection from remote device.
  * @param[in]  env                  JNI interface pointer.
  * @param[in]  severSocketObject    server socket object.