Refreshes the GATT services on the remote device asynchronously.
#include <btapi/btdevice.h>
int bt_rdev_refresh_gatt_services_async(const bt_remote_device_t *remote_device, bt_rdev_refresh_gatt_services_cb cb, void *user_data)
BlackBerry 10.3.0
A pointer to a remote device structure.
The callback function to be executed when the operation has completed.
A user specified pointer which is returned during the callback.
Triggers a refresh of the available GATT services on the remote device.