Tizen Native API
9.0
|
Bluetooth OPP
Bluetooth OPP(Object Push Profile) API provides functions for exchanging objects such as pictures.
Required Header
#include <bluetooth.h>
Overview
Bluetooth Object Push Profile (OPP) Client APIs supply a set of operations geared toward transferring files like images. Core elements comprise:
- Initialization of Bluetooth OPP client modules
- Deinitialization of Bluetooth OPP client modules
- Addition of files intended for transmission
- Clearing of queued files awaiting transfer
- Asynchronous dispatch of file pushes to remote devices, coupled with event callbacks signaling response reception, progress updates, and task conclusion
- Cancellation of active push requests, also implemented asynchronously Through this framework, developers can effortlessly orchestrate Bluetooth-based object transfers involving OPP clients.