bt_opp_complete_cb

The callback prototype to indicate that the transfer has been completed.

Synopsis:

typedef void(* bt_opp_complete_cb)(const char *bdaddr);

Arguments:

bdaddr

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

Since:

BlackBerry 10.2.0

Library:

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

Description: