The callback prototype to indicate that bt_gatt_srv_send_indication_async has completed.
#include <btapi/btgattsrv.h>
typedef void(* bt_gatt_srv_send_indication_cb)(int instance, const char *bdaddr, uint8_t type, uint16_t handle, bt_gatt_srv_att_error_t error, void *user_data);
BlackBerry 10.3.0
The identifier used to reference the service.
The address of the remote Bluetooth device.
The device type identifier. Refer to constants prefixed with BT_DEVICE_TYPE_.
The handle of the attribute for which the notification was sent.
Set to BT_ATT_ERROR_NONE if indication was successful, otherwise indicate the error that has occurred.
The pointer to be returned when the callback is executed.