Hi ,
I tried programming a small server which will take
the text input and show it on the screen.It was a simple
client server implementation over bluetooth using
rfcomm.Basic implementation being adding ,advertising
a service and then on getting connected by client sending
the key inputs to the user screen.
I am now trying to do the same using dbus api in bluez.
Have gone through the documentation and found
some api for adding a service record and for
starting a service. But i could'nt find any info
on how the sending and receiving part of the data
is to be done .
If someone could point to some documentation or opinion
in this context would be great.
Thanks,
kthik