Initiates an SDP service record search.
#include <btapi/btdevice.h>
bt_sdp_list_t* bt_rdev_sdp_search(const bt_remote_device_t *remote_device, char *pattern[])
BlackBerry 10.3.0
A pointer to the remote device structure.
Array of the NULL-terminated string which represents the search pattern, or NULL for Public Browse Group search.
This function initiates an SDP record search with a specified search pattern on a specified remote device. It blocks and waits until the search request is completed.