Initializes the peripheral discovery API.
#include <peripheral_discovery.h>
int pd_initialize(unsigned int flags)
BlackBerry 10.2.0
Must be set to 0 (reserved for future use)
This function must be called before calling any other peripheral discovery functions.
if( pd_initialize( 0 ) != EOK ) {
printf( "Couldn't connect to peripheral discovery API\n" );
}
EOK on success.