The callback prototype to indicate that bt_rdev_sdp_search_async has completed.
#include <btapi/btdevice.h>
typedef void(* bt_rdev_sdp_cb)(bt_sdp_list_t *result, void *user_data, uint8_t error);
A pointer to the resulting SDP record list. The resulting SDP record list is dynamically allocated. This structure must not be freed within the callback.
The pointer to be returned when the callback is executed.
BlackBerry 10.3.0