bt_opp_callbacks_t

A structure that contains the list of callbacks to be used for Object Push Profile (OPP) transfer.

Synopsis:

typedef struct  {
    bt_opp_update_cb update ;
    bt_opp_complete_cb complete ;
    bt_opp_cancelled_cb cancelled ;
}bt_opp_callbacks_t;

Since:

BlackBerry 10.2.0

Data:

bt_opp_update_cb update
The callback that indicates that data has been transfered.
bt_opp_complete_cb complete
The callback that indicates that a transfer has been completed.
bt_opp_cancelled_cb cancelled
The callback that indicates that a transfer has been cancelled.

Library:

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

Description: