Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_le_adapter / android / caleclient.h
index edfec61..ad1ad8c 100644 (file)
@@ -576,20 +576,6 @@ void CALEClientTerminateGattMutexVariables();
  */
 void CALEClientSetSendFinishFlag(bool flag);
 
-/**
- * @brief   set the flag whether WriteCharacteristicCB is called
- * @param   flag                  [IN] flag
- * @return  None
- */
-void CALEClientSetWriteCharacteristicCBFlag(bool flag);
-
-/**
- * @brief   set the flag whether Send Request is called
- * @param   flag                  [IN] flag
- * @return  None
- */
-void CALEClientSetTheSendRequestFlag(bool flag);
-
 #ifdef __cplusplus
 } /* extern "C" */
 #endif