The callback prototype to indicate that bt_gatt_srv_send_notification_async has completed.
#include <btapi/btgattsrv.h>
typedef void(* bt_gatt_srv_send_notification_cb)(int instance, const char *bdaddr, uint8_t type, uint16_t handle, 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.
The pointer to be returned when the callback is executed.