The callback prototype to indicate the amount of data transmitted to the remote device.
typedef void(* bt_opp_update_cb)(const char *bdaddr, uint32_t sent, uint32_t total);
The address of the Bluetooth-enabled device the file was transfered to.
The number of bytes sent to the remote device.
The total number of bytes to be sent to the remote device.
BlackBerry 10.2.0