pd_free_peripheral_list()

Frees memory for a list of peripherals.

Synopsis:

#include <peripheral_discovery.h>
 
int pd_free_peripheral_list(pd_peripheral_list_t **list)

Since:

BlackBerry 10.2.0

Arguments:

list

The list of peripherals.

Library:

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

Returns:

EOK on success.