bt_opp_cancelled_cb

The callback prototype to indicate that the transfer was cancelled before it was completed.

Synopsis:

typedef void(* bt_opp_cancelled_cb)(const char *bdaddr, bt_opp_reason_t reason);

Arguments:

bdaddr

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

reason

The reason why the transfer was cancelled.

Since:

BlackBerry 10.2.0

Library:

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

Description: