The callback prototype to indicate that bt_gatt_write_value_async has completed.
#include <btapi/btgatt.h>
typedef void(* bt_gatt_write_value_cb)(int instance, uint16_t handle, bt_gatt_att_error_t error, void *user_data);
The identifier used to reference the connected primary service.
The handle where the value was written.
The ATT result of the operation.
The pointer to be returned when the callback is executed.
BlackBerry 10.3.0