Retrieve the next property from a list of properties.
#include <peripheral_discovery.h>
int pd_get_next_property(pd_peripheral_properties_t *properties, pd_peripheral_property_t **property)
BlackBerry 10.2.0
The list of properties created by pd_alloc_property_list() and populated by pd_get_peripheral_properties().
The property to pass to pd_get_property_as_string() or pd_get_property_as_integer().
EOK on success, -1 if there's no more properties.