pd_uninitialize()

Uninitializes the peripheral discovery API.

Synopsis:

#include <peripheral_discovery.h>
 
int pd_uninitialize(void)

Since:

BlackBerry 10.2.0

Arguments:

Library:

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

Description:

This function must be called when the peripheral discovery API is no longer needed by the application.

Returns:

EOK on success.