bt_opp_update_cb

The callback prototype to indicate the amount of data transmitted to the remote device.

Synopsis:

typedef void(* bt_opp_update_cb)(const char *bdaddr, uint32_t sent, uint32_t total);

Arguments:

bdaddr

The address of the Bluetooth-enabled device the file was transfered to.

sent

The number of bytes sent to the remote device.

total

The total number of bytes to be sent to the remote device.

Since:

BlackBerry 10.2.0

Library:

libbtapi (For the qcc command, use the -l btapi option to link against this library)

Description: