The callback prototype to indicate that a remote device has performed a write operation on the given handle.
#include <btapi/btgattsrv.h>
typedef void(* bt_gatt_srv_write_alert_cb)(int instance, const char *bdaddr, uint8_t type, uint16_t handle, uint8_t *val, uint16_t len, void *userData);
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 which is being written to.
A pointer to the data sent in the notification.
The length of data sent.
Pointer to user data passed in during the connection request.
BlackBerry 10.2.0