pd_free_property_list()

Frees memory for a list of properties.

Synopsis:

#include <peripheral_discovery.h>
 
int pd_free_property_list(pd_peripheral_properties_t **properties)

Since:

BlackBerry 10.2.0

Arguments:

properties

The properties to be freed.

Library:

libperipheral_discovery (For the qcc command, use the -l peripheral_discovery option to link against this library)

Description:

Returns:

EOK on success.