Initialize the Bluetooth Object Push Profile (OPP) library and allocate the required resources for the library.
int bt_opp_init(bt_opp_callbacks_t *callbacks)
BlackBerry 10.2.0
A list of callback functions that are invoked during an OPP transfer.
This function must be called before you call any other functions in this file. A corresponding call to the bt_opp_deinit() function must be made when you have completed using functionality from this file.