Hi,
I am using bluez-utils 3.18. I am trying to use transfer service provided by bluez-utils.
When i try to activate the service using
activateservice("transfer");
----> api present in org.bluez.Manager interface
i get the following error
Error: Exec format error
Neither can i start the service using the
start() api present in org.bluez.service interface... For this i use the path returned by the listservices()
api.
path: /org/bluez/service_transfer
Can anyone please tell me how to activate this service and use it for obex transfers...
Thanks
Shankar