On Wed, Sep 28, 2011 at 18:39, Chirag Patel <chirag.p...@gmail.com> wrote:
> Hi Erin,
>
> I read your blog article : http://i-miss-erin.blogspot.com/2011/04/obex-message-access-profile.html
>
> I tried to post comment on this but failed. So I am sending you mail
> personally.
>
> I am new to android Bluetooth API.I never worked on before.
>
> I want to transfer data from my android device to smart TV using
> Bluetooth.Is it possible ?
>
If your smart TV supports OBEX spec, then you can transfer data
between Android device and TV.
> Which is better approach for message passing trough Bluetooth using
> OPP or OBEX ?
>
OBEX and OPP are almost the same.
> How to write wrapper class for android OPC service for Bluetooth ?
>
I guess you mean JNI to wrapper JAVA and native C code.
> Can you please provide any example of any android application for
> sending a file using Bluetooth OBEX Object Push Profile (OPP).
>
Android native Bluetooth application can support OPP and you can
reference their source code.
> Waiting for your reply.
>
Regards,
Erin Yueh