summaryrefslogtreecommitdiff
path: root/src/components/policy/src/policy/include/policy/pt_ext_representation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/src/policy/include/policy/pt_ext_representation.h')
-rw-r--r--src/components/policy/src/policy/include/policy/pt_ext_representation.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/policy/src/policy/include/policy/pt_ext_representation.h b/src/components/policy/src/policy/include/policy/pt_ext_representation.h
index 2ed5ef8c4..55ed86e44 100644
--- a/src/components/policy/src/policy/include/policy/pt_ext_representation.h
+++ b/src/components/policy/src/policy/include/policy/pt_ext_representation.h
@@ -306,10 +306,12 @@ class PTExtRepresentation : public virtual PTRepresentation {
/**
* Sets flag of unpaired device
- * @param device_id
+ * @param device_id Unique device id
+ * @param unpaired True, if unpaired, otherwise - false
* @return true if success
*/
- virtual bool SetUnpairedDevice(const std::string& device_id) const = 0;
+ virtual bool SetUnpairedDevice(const std::string& device_id,
+ bool unpaired) const = 0;
/**
* Gets list of unpaired devices