Send multiple files to a Bluetooth enabled device.
int bt_opp_send_file_list(const char *remote_device_addr, const char **filelist, int filelist_len)
BlackBerry 10.2.0
The Bluetooth MAC address of the remote device, including the terminating NULL character. For example, 00:00:00:00:00:00\0.
An array of NULL-terminated filename strings that you wish to send.
The number of entries in filelist.
This function initiates the sending of a list of files to a remote device. It will trigger the send operation, but does not wait until the operation is completed. Updates on the transfer progress will be provided through the callbacks.