Hi,
You can try to use listPhone to search a description as follows.
<ns:listPhone sequence="1">
<searchCriteria>
<description>YourDescriptionOfDevice</description>
</searchCriteria>
<returnedTags><name/><description/></returnedTags>
</ns:listPhone>
Note: Also, you can search all names such as <name>%</name>
or all descriptions <description>%</description>
Hope this would help.
Regards,
T Doan