OXM notify CB
[platform/upstream/iotivity.git] / resource / csdk / security / provisioning / src / ownershiptransfermanager.c
index e0e82ef..a483e7a 100644 (file)
@@ -188,6 +188,12 @@ void SetSelectOTMCB(OTMSelectMethodCallback selectOTMcb)
     return;
 }
 
+void UnsetSelectOTMCB()
+{
+    g_selectOTMCB = NULL;
+    return;
+}
+
 /**
  * Internal API to convert OxM value to index of oxm allow table.
  */