Perform a Generic Attribute (GATT) call to asynchronously retrieve the list of descriptors for a provided characteristic.
#include <btapi/btgatt.h>
int bt_gatt_descriptors_async(int instance, const bt_gatt_characteristic_t *characteristic, bt_gatt_descriptors_cb cb, void *user_data)
BlackBerry 10.3.0
The identifier used to reference the connected primary service.
The characteristic for which this function retrieves descriptors.
The callback function to be executed when the operation has completed.
A user specified pointer that is returned during the callback.
For the characteristic argument, if you provide a handle of 0x0000, then the first characteristic that matches the universally unique identifier (UUID) will be discovered.