Initiates an asynchronous SDP service record search.
#include <btapi/btdevice.h>
int bt_rdev_sdp_search_async(const bt_remote_device_t *remote_device, char *pattern[], bt_rdev_sdp_cb cb, void *user_data)
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.
Callback function that is invoked when the search is complete.
A user specified pointer that is returned during the callback.
This function initiates an SDP record search with a specified search pattern on a specified remote device. It sends a non-blocking SDP search request, and calls the specified callback when the search is completed.