Allocate memory for the list of properties of a peripheral.
#include <peripheral_discovery.h>
pd_peripheral_properties_t* pd_alloc_property_list(void)
BlackBerry 10.2.0
The list must be freed by pd_free_property_list() when finished.
A pointer to a property list. Will be NULL on error.