[android-developers] Bluez health profile - intentional permanent disconnect problem.

2011-09-26 Thread arun_satya3
Hi All, I have a problem while working on pulse oximeter when the device disconnects. Can anyone pls explain what is intentional permanent disconnect and how to resolve the problem. When the above occurs, I am unable read the data and i get G_IO_HUP error on the data channel fd. Looks like the

[android-developers] Re: bluez- control psm - condition G_IO_HUP error.

2011-09-21 Thread arun_satya3
Adding some more info. During the second execution time, mcl fd is set to poll error G_IO_HUP after mdl gets created. On Sep 20, 9:44 pm, arun_satya3 arun.sat...@gmail.com wrote: Hi, I am writing an application to receive data from health devices an able to success fully receive data when

[android-developers] bluez- control psm - condition G_IO_HUP error.

2011-09-20 Thread arun_satya3
Hi, I am writing an application to receive data from health devices an able to success fully receive data when the device is connected for the first time. The device is disconnected mcl and mdl is closed properly. When the device is connected for the second time G_IO_HUP is getting set and am

[android-developers] Bluez HDP , Cant read data from fd, message bus timeout error.

2011-08-09 Thread arun_satya3
Hi, I am trying to read data from oxymeter on android and after calling Acquire method from healthchannel interface, i am doing a reply on wait using dbus_connection_send_with_reply_and_block call and i am getting the following error - Dbus: Acquire method failed (Message did not receive a reply

[android-developers] unable to call bluez HDP APIs using DBus.

2011-07-27 Thread arun_satya3
Hi, I am integrating Bluez HDP into android. I was able to create health.so and flash into system/lib/bluez-plugin folder. When i am trying to do a dbus-send on CreateApplication of health profile, it shows success. But when I do a sdptool Browse, i cannot see any sdp records. my question is -

[android-developers] Re: building android2.3.4 with bluez 4.94 - readline.h problems

2011-07-22 Thread arun_satya3
have to use HDP which only is supported in newerbluez. Any suggestion? Thanks a lot! Best regards, Lihan On Jun 16, 11:51 pm, arun_satya3 arun.sat...@gmail.com wrote: Hi, I was able to solve it by adding -I directive in android.mk file. Regards, Arun S. On Jun 15, 4:21

[android-developers] Bluez HDP app

2011-07-19 Thread arun_satya3
Hi, I am writing an app to receive data from health devices and using bluez 4.91. Are there any documents which gives steps to create a HDP application? Rgds, Arun S. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] bluez help

2011-06-21 Thread arun_satya3
Hi, Can anybody let me know bluez forums to get help for android development. Rgds, Arun S. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: building android2.3.4 with bluez 4.94 - readline.h problems

2011-06-16 Thread arun_satya3
Hi, I was able to solve it by adding -I directive in android.mk file. Regards, Arun S. On Jun 15, 4:21 pm, arun_satya3 arun.sat...@gmail.com wrote: Hi, I am building android 2.3.4 with bluez 4.94 for samsung nexus S mobile device. I have added / changed the android.mk files where ever

[android-developers] glib linker errors on gingerbread

2011-06-16 Thread arun_satya3
Hi, While building bluez 4.94 on gingerbread, am getting the following error - prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/ 4.4.3/../../../../arm-eabi/bin/ld: out/target/product/crespo/obj/ STATIC_LIBRARIES/libbuiltinattrib_intermediates/ libbuiltinattrib.a(gattrib.o): in

[android-developers] how to compile bluez for android

2011-06-15 Thread arun_satya3
Hi, I am integrating Bluez 4.94 stack into gingerbread version 2.3.4. Can anybody guide me to do the same. present I am trying to add Android.mk files where ever is required. Is this the right method. Thanks, Arun. -- You received this message because you are subscribed to the Google Groups

[android-developers] building android2.3.4 with bluez 4.94 - readline.h problems

2011-06-15 Thread arun_satya3
Hi, I am building android 2.3.4 with bluez 4.94 for samsung nexus S mobile device. I have added / changed the android.mk files where ever required. Now I am getting the following error external/bluetooth/bluez/attrib/interactive.c:32:31: error: readline/ readline.h: No such file or directory