Send an indication asynchronously to the remote device.
#include <btapi/btgattsrv.h>
int bt_gatt_srv_send_indication_async(int instance, const char *addr, uint8_t type, uint16_t handle, const uint8_t *val, uint16_t len, bt_gatt_srv_send_indication_cb cb, void *user_data)
BlackBerry 10.3.0
The instance number representing the local GATT service.
The address of the remote device which the indication is to be sent to.
The device type identifier. Refer to constants prefixed with BT_DEVICE_TYPE_.
The handle of the attribute that the indication belongs to.
The binary data being sent in the indication.
The length of the data to be sent in the indication.
The callback function to be executed when the operation has completed.
A user specified pointer that is returned during the callback.