I'm executing the Bluetooth HDP Demo [1] (offered from Android 4.0 Ice Cream Sandwich) in my Android smartphone. When I have registered the application in order to receive data, and I have paired the biomedical device with the smartphone, I try to open the channel connection and I can see that the device starts sending data to the smartphone. However, the smartphone is unable to open the channel connection HDP.
At the end of this message you can see the output obtained in the LogCat.
Has anybody achieved to run successfully this sample about the use of the Bluetooth Health Profile API? Any ideas?
What device are you using? I have a same problem using Nonin 9560BT pulseoximeter. It conects and disconnects and any data had received in the Android.
Do you have any solution?
Thanks
On Dec 15, 6:30 pm, jfernandez <jorge.fernandez.gonza...@gmail.com> wrote:
> I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0 > Ice Cream Sandwich) in my Android smartphone. When I have registered > the application in order to receive data, and I have paired the > biomedical device with the smartphone, I try to open the channel > connection and I can see that the device starts sending data to the > smartphone. However, the smartphone is unable to open the channel > connectionHDP.
> At the end of this message you can see the output obtained in the > LogCat.
> Has anybody achieved to run successfully this sample about the use of > the Bluetooth Health Profile API? Any ideas?
On 16 dic, 11:31, Raul Ruiz <spekwh...@gmail.com> wrote:
> Hi Jorge,
Hi Raul,
> What device are you using? I have a same problem using Nonin 9560BT > pulseoximeter. It conects and disconnects and any data had received in > the Android.
I'm working with a board which is able to simulate several biomedical devices.
On the other hand, I have a real device (blood pressure monitor UA-767PBT-C). In that case, the device opens the HDP channel automatically with the smartphone which acts as sink. But the truth is that I don't see anything in the LogCat related to this channel. However, if I try opening the connection channel from the HDP Demo Application, I obtain the same error.
Anyway, I have checked all of this in a Linux laptop using the same BlueZ stack that we have in Android and everything works fine.
> On Dec 15, 6:30 pm, jfernandez <jorge.fernandez.gonza...@gmail.com> > wrote:
> > Hi all,
> > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0 > > Ice Cream Sandwich) in my Android smartphone. When I have registered > > the application in order to receive data, and I have paired the > > biomedical device with the smartphone, I try to open the channel > > connection and I can see that the device starts sending data to the > > smartphone. However, the smartphone is unable to open the channel > > connectionHDP.
> > At the end of this message you can see the output obtained in the > > LogCat.
> > Has anybody achieved to run successfully this sample about the use of > > theBluetoothHealth Profile API? Any ideas?
Well we have same trouble. I have UA-767PBT-C device too and with HDP Demo doesnt connect.
Im doing a program that receive ACL_CONNECT from device and opens a channel. In the program, Health service is use by android BT and the link is connected but device is in CONNECTING_STATE and then drops down. Using a BT sniffer like HCIDUMP, i watch that android BT doest send CONNECT RSP to device and I think that this is the problem.
If you want some help tell me i will continue working in this.
PD: Me too check this in linux, and it works finelly.I think that dbus library is different.
On 16 dic, 12:29, jfernandez <jorge.fernandez.gonza...@gmail.com> wrote:
> On 16 dic, 11:31, Raul Ruiz <spekwh...@gmail.com> wrote:
> > Hi Jorge,
> Hi Raul,
> > What device are you using? I have a same problem using Nonin 9560BT > > pulseoximeter. It conects and disconnects and any data had received in > > the Android.
> I'm working with a board which is able to simulate several biomedical > devices.
> On the other hand, I have a real device (blood pressure monitor > UA-767PBT-C). In that case, the device opens the HDP channel > automatically with the smartphone which acts as sink. But the truth is > that I don't see anything in the LogCat related to this channel. > However, if I try opening the connection channel from the HDP Demo > Application, I obtain the same error.
> Anyway, I have checked all of this in a Linux laptop using the same > BlueZ stack that we have in Android and everything works fine.
> > Do you have any solution?
> Not yet. I'm expecting some feedback.
> > Thanks
> > On Dec 15, 6:30 pm, jfernandez <jorge.fernandez.gonza...@gmail.com> > > wrote:
> > > Hi all,
> > > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0 > > > Ice Cream Sandwich) in my Android smartphone. When I have registered > > > the application in order to receive data, and I have paired the > > > biomedical device with the smartphone, I try to open the channel > > > connection and I can see that the device starts sending data to the > > > smartphone. However, the smartphone is unable to open the channel > > > connectionHDP.
> > > At the end of this message you can see the output obtained in the > > > LogCat.
> > > Has anybody achieved to run successfully this sample about the use of > > > theBluetoothHealth Profile API? Any ideas?
> Well we have same trouble. I have UA-767PBT-C device too and with HDP > Demo doesnt connect.
> Im doing a program that receive ACL_CONNECT from device and opens a > channel. > In the program, Health service is use by android BT and the link is > connected but device is in CONNECTING_STATE and then drops down. > Using a BT sniffer like HCIDUMP, i watch that android BT doest send > CONNECT RSP to device and I think that this is the problem.
> If you want some help tell me i will continue working in this.
> PD: Me too check this in linux, and it works finelly.I think that dbus > library is different.
> On 16 dic, 12:29, jfernandez <jorge.fernandez.gonza...@gmail.com> > wrote:
> > On 16 dic, 11:31, Raul Ruiz <spekwh...@gmail.com> wrote:
> > > Hi Jorge,
> > Hi Raul,
> > > What device are you using? I have a same problem using Nonin 9560BT > > > pulseoximeter. It conects and disconnects and any data had received in > > > the Android.
> > I'm working with a board which is able to simulate several biomedical > > devices.
> > On the other hand, I have a real device (blood pressure monitor > > UA-767PBT-C). In that case, the device opens the HDP channel > > automatically with the smartphone which acts as sink. But the truth is > > that I don't see anything in the LogCat related to this channel. > > However, if I try opening the connection channel from the HDP Demo > > Application, I obtain the same error.
> > Anyway, I have checked all of this in a Linux laptop using the same > > BlueZ stack that we have in Android and everything works fine.
> > > Do you have any solution?
> > Not yet. I'm expecting some feedback.
> > > Thanks
> > > On Dec 15, 6:30 pm, jfernandez <jorge.fernandez.gonza...@gmail.com> > > > wrote:
> > > > Hi all,
> > > > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0 > > > > Ice Cream Sandwich) in my Android smartphone. When I have registered > > > > the application in order to receive data, and I have paired the > > > > biomedical device with the smartphone, I try to open the channel > > > > connection and I can see that the device starts sending data to the > > > > smartphone. However, the smartphone is unable to open the channel > > > > connectionHDP.
> > > > At the end of this message you can see the output obtained in the > > > > LogCat.
> > > > Has anybody achieved to run successfully this sample about the use of > > > > theBluetoothHealth Profile API? Any ideas?
I'm playing around with UA-767PBT-C, and find that I could be able to
get the association request by printing log in read thread:
01-04 13:46:49.652: I/BluetoothHDPService(7249):
e200
0032
80000000
0001002a
5079
0026
80000000
8000 //?? not 0xA0
80000000
00000000
00800000
0008
00091ffffe8002be
02bc
0081 //?? 0x01, 0x00
0100
However, I don't know what is the right now to write association
response back.
On Dec 16 2011, 6:54 am, Raul Ruiz <spekwh...@gmail.com> wrote:
> Well we have same trouble. I have UA-767PBT-C device too and with HDP
> Demo doesnt connect.
> Im doing a program that receive ACL_CONNECT from device and opens a
> channel.
> In the program, Health service is use by android BT and the link is
> connected but device is in CONNECTING_STATE and then drops down.
> Using a BT sniffer like HCIDUMP, i watch that android BT doest send
> CONNECT RSP to device and I think that this is the problem.
> If you want some help tell me i will continue working in this.
> PD: Me too check this in linux, and it works finelly.I think that dbus
> library is different.
> On 16 dic, 12:29, jfernandez <jorge.fernandez.gonza...@gmail.com>
> wrote:
> > On 16 dic, 11:31, Raul Ruiz <spekwh...@gmail.com> wrote:
> > > Hi Jorge,
> > Hi Raul,
> > > What device are you using? I have a same problem using Nonin 9560BT
> > > pulseoximeter. It conects and disconnects and any data had received in
> > > the Android.
> > I'm working with a board which is able to simulate several biomedical
> > devices.
> > On the other hand, I have a real device (blood pressure monitor
> > UA-767PBT-C). In that case, the device opens the HDP channel
> > automatically with the smartphone which acts as sink. But the truth is
> > that I don't see anything in the LogCat related to this channel.
> > However, if I try opening the connection channel from the HDP Demo
> > Application, I obtain the same error.
> > Anyway, I have checked all of this in a Linux laptop using the same
> > BlueZ stack that we have in Android and everything works fine.
> > > Do you have any solution?
> > Not yet. I'm expecting some feedback.
> > > Thanks
> > > On Dec 15, 6:30 pm, jfernandez <jorge.fernandez.gonza...@gmail.com>
> > > wrote:
> > > > Hi all,
> > > > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > the application in order to receive data, and I have paired the
> > > > biomedical device with the smartphone, I try to open the channel
> > > > connection and I can see that the device starts sending data to the
> > > > smartphone. However, the smartphone is unable to open the channel
> > > > connectionHDP.
> > > > At the end of this message you can see the output obtained in the
> > > > LogCat.
> > > > Has anybody achieved to run successfully this sample about the use of
> > > > theBluetoothHealth Profile API? Any ideas?
I'm trying connecting UA-767PBT.-C to android manager that i did and
it connect and disconnect all time.
I don't know how do you do connection to get read thread and get the
association request. If you get something tell me.
With Nonin i establish connection and i get 0 bytes all time.
Its problem of L2CAP. BlueZ developers in 4.97 version fixed bug.
On 4 ene, 23:35, Chenchen <chenchen.zh...@gmail.com> wrote:
> I'm playing around with UA-767PBT-C, and find that I could be able to
> get the association request by printing log in read thread:
> 01-04 13:46:49.652: I/BluetoothHDPService(7249):
> e200
> 0032
> 80000000
> 0001002a
> 5079
> 0026
> 80000000
> 8000 //?? not 0xA0
> 80000000
> 00000000
> 00800000
> 0008
> 00091ffffe8002be
> 02bc
> 0081 //?? 0x01, 0x00
> 0100
> However, I don't know what is the right now to write association
> response back.
> On Dec 16 2011, 6:54 am, Raul Ruiz <spekwh...@gmail.com> wrote:
> > Well we have same trouble. I have UA-767PBT-C device too and with HDP
> > Demo doesnt connect.
> > Im doing a program that receive ACL_CONNECT from device and opens a
> > channel.
> > In the program, Health service is use by android BT and the link is
> > connected but device is in CONNECTING_STATE and then drops down.
> > Using a BT sniffer like HCIDUMP, i watch that android BT doest send
> > CONNECT RSP to device and I think that this is the problem.
> > If you want some help tell me i will continue working in this.
> > PD: Me too check this in linux, and it works finelly.I think that dbus
> > library is different.
> > > > What device are you using? I have a same problem using Nonin 9560BT
> > > > pulseoximeter. It conects and disconnects and any data had received in
> > > > the Android.
> > > I'm working with a board which is able to simulate several biomedical
> > > devices.
> > > On the other hand, I have a real device (blood pressure monitor
> > > UA-767PBT-C). In that case, the device opens the HDP channel
> > > automatically with the smartphone which acts as sink. But the truth is
> > > that I don't see anything in the LogCat related to this channel.
> > > However, if I try opening the connection channel from the HDP Demo
> > > Application, I obtain the same error.
> > > Anyway, I have checked all of this in a Linux laptop using the same
> > > BlueZ stack that we have in Android and everything works fine.
> > > > Do you have any solution?
> > > Not yet. I'm expecting some feedback.
> > > > Thanks
> > > > On Dec 15, 6:30 pm, jfernandez <jorge.fernandez.gonza...@gmail.com>
> > > > wrote:
> > > > > Hi all,
> > > > > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> > > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > > the application in order to receive data, and I have paired the
> > > > > biomedical device with the smartphone, I try to open the channel
> > > > > connection and I can see that the device starts sending data to the
> > > > > smartphone. However, the smartphone is unable to open the channel
> > > > > connectionHDP.
> > > > > At the end of this message you can see the output obtained in the
> > > > > LogCat.
> > > > > Has anybody achieved to run successfully this sample about the use of
> > > > > theBluetoothHealth Profile API? Any ideas?
> I'm trying connecting UA-767PBT.-C to android manager that i did and
> it connect and disconnect all time.
> I don't know how do you do connection to get read thread and get the
> association request. If you get something tell me.
> With Nonin i establish connection and i get 0 bytes all time.
> Its problem of L2CAP. BlueZ developers in 4.97 version fixed bug.
> On 4 ene, 23:35, Chenchen <chenchen.zh...@gmail.com> wrote:
> > Dear Raul,
> > I'm playing around with UA-767PBT-C, and find that I could be able to
> > get the association request by printing log in read thread:
> > 01-04 13:46:49.652: I/BluetoothHDPService(7249):
> > e200
> > 0032
> > 80000000
> > 0001002a
> > 5079
> > 0026
> > 80000000
> > 8000 //?? not 0xA0
> > 80000000
> > 00000000
> > 00800000
> > 0008
> > 00091ffffe8002be
> > 02bc
> > 0081 //?? 0x01, 0x00
> > 0100
> > However, I don't know what is the right now to write association
> > response back.
> > On Dec 16 2011, 6:54 am, Raul Ruiz <spekwh...@gmail.com> wrote:
> > > Well we have same trouble. I have UA-767PBT-C device too and with HDP
> > > Demo doesnt connect.
> > > Im doing a program that receive ACL_CONNECT from device and opens a
> > > channel.
> > > In the program, Health service is use by android BT and the link is
> > > connected but device is in CONNECTING_STATE and then drops down.
> > > Using a BT sniffer like HCIDUMP, i watch that android BT doest send
> > > CONNECT RSP to device and I think that this is the problem.
> > > If you want some help tell me i will continue working in this.
> > > PD: Me too check this in linux, and it works finelly.I think that dbus
> > > library is different.
> > > > > What device are you using? I have a same problem using Nonin 9560BT
> > > > > pulseoximeter. It conects and disconnects and any data had received in
> > > > > the Android.
> > > > I'm working with a board which is able to simulate several biomedical
> > > > devices.
> > > > On the other hand, I have a real device (blood pressure monitor
> > > > UA-767PBT-C). In that case, the device opens the HDP channel
> > > > automatically with the smartphone which acts as sink. But the truth is
> > > > that I don't see anything in the LogCat related to this channel.
> > > > However, if I try opening the connection channel from the HDP Demo
> > > > Application, I obtain the same error.
> > > > Anyway, I have checked all of this in a Linux laptop using the same
> > > > BlueZ stack that we have in Android and everything works fine.
> > > > > Do you have any solution?
> > > > Not yet. I'm expecting some feedback.
> > > > > Thanks
> > > > > On Dec 15, 6:30 pm, jfernandez <jorge.fernandez.gonza...@gmail.com>
> > > > > wrote:
> > > > > > Hi all,
> > > > > > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> > > > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > > > the application in order to receive data, and I have paired the
> > > > > > biomedical device with the smartphone, I try to open the channel
> > > > > > connection and I can see that the device starts sending data to the
> > > > > > smartphone. However, the smartphone is unable to open the channel
> > > > > > connectionHDP.
> > > > > > At the end of this message you can see the output obtained in the
> > > > > > LogCat.
> > > > > > Has anybody achieved to run successfully this sample about the use of
> > > > > > theBluetoothHealth Profile API? Any ideas?
> I'm trying to connect one sthetoscope to my android device via
> bluetooth and always get error connecting...
> Hope this will correct the problem...
> Some new informations on this please tell me...
> On 5 Jan, 12:08, Raul Ruiz <spekwh...@gmail.com> wrote:
> > Hi Chenchen,
> > I'm trying connecting UA-767PBT.-C to android manager that i did and
> > it connect and disconnect all time.
> > I don't know how do you do connection to get read thread and get the
> > association request. If you get something tell me.
> > With Nonin i establish connection and i get 0 bytes all time.
> > Its problem of L2CAP. BlueZ developers in 4.97 version fixed bug.
> > On 4 ene, 23:35, Chenchen <chenchen.zh...@gmail.com> wrote:
> > > Dear Raul,
> > > I'm playing around with UA-767PBT-C, and find that I could be able to
> > > get the association request by printing log in read thread:
> > > 01-04 13:46:49.652: I/BluetoothHDPService(7249):
> > > e200
> > > 0032
> > > 80000000
> > > 0001002a
> > > 5079
> > > 0026
> > > 80000000
> > > 8000 //?? not 0xA0
> > > 80000000
> > > 00000000
> > > 00800000
> > > 0008
> > > 00091ffffe8002be
> > > 02bc
> > > 0081 //?? 0x01, 0x00
> > > 0100
> > > However, I don't know what is the right now to write association
> > > response back.
> > > On Dec 16 2011, 6:54 am, Raul Ruiz <spekwh...@gmail.com> wrote:
> > > > Well we have same trouble. I have UA-767PBT-C device too and with HDP
> > > > Demo doesnt connect.
> > > > Im doing a program that receive ACL_CONNECT from device and opens a
> > > > channel.
> > > > In the program, Health service is use by android BT and the link is
> > > > connected but device is in CONNECTING_STATE and then drops down.
> > > > Using a BT sniffer like HCIDUMP, i watch that android BT doest send
> > > > CONNECT RSP to device and I think that this is the problem.
> > > > If you want some help tell me i will continue working in this.
> > > > PD: Me too check this in linux, and it works finelly.I think that dbus
> > > > library is different.
> > > > > > What device are you using? I have a same problem using Nonin 9560BT
> > > > > > pulseoximeter. It conects and disconnects and any data had received in
> > > > > > the Android.
> > > > > I'm working with a board which is able to simulate several biomedical
> > > > > devices.
> > > > > On the other hand, I have a real device (blood pressure monitor
> > > > > UA-767PBT-C). In that case, the device opens the HDP channel
> > > > > automatically with the smartphone which acts as sink. But the truth is
> > > > > that I don't see anything in the LogCat related to this channel.
> > > > > However, if I try opening the connection channel from the HDP Demo
> > > > > Application, I obtain the same error.
> > > > > Anyway, I have checked all of this in a Linux laptop using the same
> > > > > BlueZ stack that we have in Android and everything works fine.
> > > > > > Do you have any solution?
> > > > > Not yet. I'm expecting some feedback.
> > > > > > Thanks
> > > > > > On Dec 15, 6:30 pm, jfernandez <jorge.fernandez.gonza...@gmail.com>
> > > > > > wrote:
> > > > > > > Hi all,
> > > > > > > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> > > > > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > > > > the application in order to receive data, and I have paired the
> > > > > > > biomedical device with the smartphone, I try to open the channel
> > > > > > > connection and I can see that the device starts sending data to the
> > > > > > > smartphone. However, the smartphone is unable to open the channel
> > > > > > > connectionHDP.
> > > > > > > At the end of this message you can see the output obtained in the
> > > > > > > LogCat.
> > > > > > > Has anybody achieved to run successfully this sample about the use of
> > > > > > > theBluetoothHealth Profile API? Any ideas?
> I'm playing around with UA-767PBT-C, and find that I could be able to
> get the association request by printing log in read thread:
> 01-04 13:46:49.652: I/BluetoothHDPService(7249):
> e200
> 0032
> 80000000
> 0001002a
> 5079
> 0026
> 80000000
> 8000 //?? not 0xA0
> 80000000
> 00000000
> 00800000
> 0008
> 00091ffffe8002be
> 02bc
> 0081 //?? 0x01, 0x00
> 0100
> However, I don't know what is the right now to write association
> response back.
> On Dec 16 2011, 6:54 am, Raul Ruiz <spekwh...@gmail.com> wrote:
> > Well we have same trouble. I have UA-767PBT-C device too and withHDP
> > Demo doesnt connect.
> > Im doing a program that receive ACL_CONNECT from device and opens a
> > channel.
> > In the program, Health service is use by android BT and the link is
> > connected but device is in CONNECTING_STATE and then drops down.
> > Using a BT sniffer like HCIDUMP, i watch that android BT doest send
> > CONNECT RSP to device and I think that this is the problem.
> > If you want some help tell me i will continue working in this.
> > PD: Me too check this in linux, and it works finelly.I think that dbus
> > library is different.
> > > > What device are you using? I have a same problem using Nonin 9560BT
> > > > pulseoximeter. It conects and disconnects and any data had received in
> > > > the Android.
> > > I'm working with a board which is able to simulate several biomedical
> > > devices.
> > > On the other hand, I have a real device (blood pressure monitor
> > > UA-767PBT-C). In that case, the device opens theHDPchannel
> > > automatically with the smartphone which acts as sink. But the truth is
> > > that I don't see anything in the LogCat related to this channel.
> > > However, if I try opening the connection channel from theHDPDemo
> > > Application, I obtain the same error.
> > > Anyway, I have checked all of this in a Linux laptop using the same
> > > BlueZ stack that we have in Android and everything works fine.
> > > > Do you have any solution?
> > > Not yet. I'm expecting some feedback.
> > > > Thanks
> > > > On Dec 15, 6:30 pm, jfernandez <jorge.fernandez.gonza...@gmail.com>
> > > > wrote:
> > > > > Hi all,
> > > > > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> > > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > > the application in order to receive data, and I have paired the
> > > > > biomedical device with the smartphone, I try to open the channel
> > > > > connection and I can see that the device starts sending data to the
> > > > > smartphone. However, the smartphone is unable to open the channel
> > > > > connectionHDP.
> > > > > At the end of this message you can see the output obtained in the
> > > > > LogCat.
> > > > > Has anybody achieved to run successfully this sample about the use of
> > > > > theBluetoothHealth Profile API? Any ideas?
Well, after upgrading my Android 4.0 to 4.03, and adding some changes
to the Bluetooth HDP sample, I'm able to connect to the biomedical
device, as well as I'm able to read/write data from/to the HDP
channel. So, it seems the problem has been fixed in this new Android
version.
Regards.
On 15 dic 2011, 18:30, jfernandez <jorge.fernandez.gonza...@gmail.com>
wrote:
> I'm executing theBluetoothHDPDemo [1] (offered from Android 4.0
> Ice Cream Sandwich) in my Android smartphone. When I have registered
> the application in order to receive data, and I have paired the
> biomedical device with the smartphone, I try to open the channel
> connection and I can see that the device starts sending data to the
> smartphone. However, the smartphone is unable to open the channel
> connectionHDP.
> At the end of this message you can see the output obtained in the
> LogCat.
> Has anybody achieved to run successfully this sample about the use of
> theBluetoothHealth Profile API? Any ideas?
> What shetoscope do you have? Android version? Logcat trace?
> Thanks!
> On 8 ene, 22:29, Fernando Almeida <reala...@gmail.com> wrote:
> > Hi all....
> > I'm trying to connect one sthetoscope to my android device via
> > bluetooth and always get error connecting...
> > Hope this will correct the problem...
> > Some new informations on this please tell me...
> > On 5 Jan, 12:08, Raul Ruiz <spekwh...@gmail.com> wrote:
> > > Hi Chenchen,
> > > I'm trying connecting UA-767PBT.-C to android manager that i did and
> > > it connect and disconnect all time.
> > > I don't know how do you do connection to get read thread and get the
> > > association request. If you get something tell me.
> > > With Nonin i establish connection and i get 0 bytes all time.
> > > Its problem of L2CAP. BlueZ developers in 4.97 version fixed bug.
> > > On 4 ene, 23:35, Chenchen <chenchen.zh...@gmail.com> wrote:
> > > > Dear Raul,
> > > > I'm playing around with UA-767PBT-C, and find that I could be able to
> > > > get the association request by printing log in read thread:
> > > > 01-04 13:46:49.652: I/BluetoothHDPService(7249):
> > > > e200
> > > > 0032
> > > > 80000000
> > > > 0001002a
> > > > 5079
> > > > 0026
> > > > 80000000
> > > > 8000 //?? not 0xA0
> > > > 80000000
> > > > 00000000
> > > > 00800000
> > > > 0008
> > > > 00091ffffe8002be
> > > > 02bc
> > > > 0081 //?? 0x01, 0x00
> > > > 0100
> > > > However, I don't know what is the right now to write association
> > > > response back.
> > > > On Dec 16 2011, 6:54 am, Raul Ruiz <spekwh...@gmail.com> wrote:
> > > > > Well we have same trouble. I have UA-767PBT-C device too and withHDP
> > > > > Demo doesnt connect.
> > > > > Im doing a program that receive ACL_CONNECT from device and opens a
> > > > > channel.
> > > > > In the program, Health service is use by android BT and the link is
> > > > > connected but device is in CONNECTING_STATE and then drops down.
> > > > > Using a BT sniffer like HCIDUMP, i watch that android BT doest send
> > > > > CONNECT RSP to device and I think that this is the problem.
> > > > > If you want some help tell me i will continue working in this.
> > > > > PD: Me too check this in linux, and it works finelly.I think that dbus
> > > > > library is different.
> > > > > > > What device are you using? I have a same problem using Nonin 9560BT
> > > > > > > pulseoximeter. It conects and disconnects and any data had received in
> > > > > > > the Android.
> > > > > > I'm working with a board which is able to simulate several biomedical
> > > > > > devices.
> > > > > > On the other hand, I have a real device (blood pressure monitor
> > > > > > UA-767PBT-C). In that case, the device opens theHDPchannel
> > > > > > automatically with the smartphone which acts as sink. But the truth is
> > > > > > that I don't see anything in the LogCat related to this channel.
> > > > > > However, if I try opening the connection channel from theHDPDemo
> > > > > > Application, I obtain the same error.
> > > > > > Anyway, I have checked all of this in a Linux laptop using the same
> > > > > > BlueZ stack that we have in Android and everything works fine.
> > > > > > > > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> > > > > > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > > > > > the application in order to receive data, and I have paired the
> > > > > > > > biomedical device with the smartphone, I try to open the channel
> > > > > > > > connection and I can see that the device starts sending data to the
> > > > > > > > smartphone. However, the smartphone is unable to open the channel
> > > > > > > > connectionHDP.
> > > > > > > > At the end of this message you can see the output obtained in the
> > > > > > > > LogCat.
> > > > > > > > Has anybody achieved to run successfully this sample about the use of
> > > > > > > > theBluetoothHealth Profile API? Any ideas?
> Well, after upgrading my Android 4.0 to 4.03, and adding some changes
> to the BluetoothHDPsample, I'm able to connect to the biomedical
> device, as well as I'm able to read/write data from/to theHDP
> channel. So, it seems the problem has been fixed in this new Android
> version.
> Regards.
> On 15 dic 2011, 18:30, jfernandez <jorge.fernandez.gonza...@gmail.com>
> wrote:
> > Hi all,
> > I'm executing theBluetoothHDPDemo [1] (offered from Android 4.0
> > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > the application in order to receive data, and I have paired the
> > biomedical device with the smartphone, I try to open the channel
> > connection and I can see that the device starts sending data to the
> > smartphone. However, the smartphone is unable to open the channel
> > connectionHDP.
> > At the end of this message you can see the output obtained in the
> > LogCat.
> > Has anybody achieved to run successfully this sample about the use of
> > theBluetoothHealth Profile API? Any ideas?
I have introduced a change in the implementation of the
BluetoothHealthCallback mHealthCallback. Exactly, in its method
onHealthChannelStateChange(...). I detected that the state machine
during the stablishment of a new HDP connection is: Disconnected-
Connecting-Connected. However, you can see that the example is
checking the case Disconnected-Connected, but not the case Connecting-
Connected. I added this new case Connecting-Connected, and now it
works and I'm able to read/write data from/to UA-767PBT-C and a board
that emulates several biomedical devices.
I hope it help you.
Regards.
On 14 ene, 12:35, Fernando Almeida <reala...@gmail.com> wrote:
> Hi jfernandez... i upgrade my android version to 4.03 and still can't
> connect...
> Could you please show me the changes that you made?
> Thank you
> On 13 Jan, 10:57, jfernandez <jorge.fernandez.gonza...@gmail.com>
> wrote:
> > Hi again,
> > Well, after upgrading my Android 4.0 to 4.03, and adding some changes
> > to the BluetoothHDPsample, I'm able to connect to the biomedical
> > device, as well as I'm able to read/write data from/to theHDP
> > channel. So, it seems the problem has been fixed in this new Android
> > version.
> > > I'm executing theBluetoothHDPDemo [1] (offered from Android 4.0
> > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > the application in order to receive data, and I have paired the
> > > biomedical device with the smartphone, I try to open the channel
> > > connection and I can see that the device starts sending data to the
> > > smartphone. However, the smartphone is unable to open the channel
> > > connectionHDP.
> > > At the end of this message you can see the output obtained in the
> > > LogCat.
> > > Has anybody achieved to run successfully this sample about the use of
> > > theBluetoothHealth Profile API? Any ideas?
> I have introduced a change in the implementation of the
> BluetoothHealthCallback mHealthCallback. Exactly, in its method
> onHealthChannelStateChange(...). I detected that the state machine
> during the stablishment of a new HDP connection is: Disconnected-
> Connecting-Connected. However, you can see that the example is
> checking the case Disconnected-Connected, but not the case Connecting-
> Connected. I added this new case Connecting-Connected, and now it
> works and I'm able to read/write data from/to UA-767PBT-C and a board
> that emulates several biomedical devices.
> I hope it help you.
> Regards.
> On 14 ene, 12:35, Fernando Almeida <reala...@gmail.com> wrote:
> > Hi jfernandez... i upgrade my android version to 4.03 and still can't
> > connect...
> > Could you please show me the changes that you made?
> > > Well, after upgrading my Android 4.0 to 4.03, and adding some changes
> > > to the BluetoothHDPsample, I'm able to connect to the biomedical
> > > device, as well as I'm able to read/write data from/to theHDP
> > > channel. So, it seems the problem has been fixed in this new Android
> > > version.
> > > > I'm executing theBluetoothHDPDemo [1] (offered from Android 4.0
> > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > the application in order to receive data, and I have paired the
> > > > biomedical device with the smartphone, I try to open the channel
> > > > connection and I can see that the device starts sending data to the
> > > > smartphone. However, the smartphone is unable to open the channel
> > > > connectionHDP.
> > > > At the end of this message you can see the output obtained in the
> > > > LogCat.
> > > > Has anybody achieved to run successfully this sample about the use of
> > > > theBluetoothHealth Profile API? Any ideas?
Hi everyone, I am planning to do a HDP project too. I would like to ask where you guys buy the medical device that support HDP? It seems that most of you buy UA-767PBT-C, but I can't find where to buy this device...
> I have introduced a change in the implementation of the
> BluetoothHealthCallback mHealthCallback. Exactly, in its method
> onHealthChannelStateChange(...). I detected that the state machine
> during the stablishment of a new HDP connection is: Disconnected-
> Connecting-Connected. However, you can see that the example is
> checking the case Disconnected-Connected, but not the case Connecting-
> Connected. I added this new case Connecting-Connected, and now it
> works and I'm able to read/write data from/to UA-767PBT-C and a board
> that emulates several biomedical devices.
> I hope it help you.
> Regards.
> On 14 ene, 12:35, Fernando Almeida <reala...@gmail.com> wrote:
> > Hi jfernandez... i upgrade my android version to 4.03 and still can't
> > connect...
> > Could you please show me the changes that you made?
> > > Well, after upgrading my Android 4.0 to 4.03, and adding some changes
> > > to the BluetoothHDPsample, I'm able to connect to the biomedical
> > > device, as well as I'm able to read/write data from/to theHDP
> > > channel. So, it seems the problem has been fixed in this new Android
> > > version.
> > > > I'm executing theBluetoothHDPDemo [1] (offered from Android 4.0
> > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > the application in order to receive data, and I have paired the
> > > > biomedical device with the smartphone, I try to open the channel
> > > > connection and I can see that the device starts sending data to the
> > > > smartphone. However, the smartphone is unable to open the channel
> > > > connectionHDP.
> > > > At the end of this message you can see the output obtained in the
> > > > LogCat.
> > > > Has anybody achieved to run successfully this sample about the use of
> > > > theBluetoothHealth Profile API? Any ideas?
> I have Nonin working with HDP, if someone need help tell me.
> On 14 ene, 13:07, jfernandez <jorge.fernandez.gonza...@gmail.com>
> wrote:
> > Hi Fernando,
> > I have introduced a change in the implementation of the
> > BluetoothHealthCallback mHealthCallback. Exactly, in its method
> > onHealthChannelStateChange(...). I detected that the state machine
> > during the stablishment of a new HDP connection is: Disconnected-
> > Connecting-Connected. However, you can see that the example is
> > checking the case Disconnected-Connected, but not the case Connecting-
> > Connected. I added this new case Connecting-Connected, and now it
> > works and I'm able to read/write data from/to UA-767PBT-C and a board
> > that emulates several biomedical devices.
> > I hope it help you.
> > Regards.
> > On 14 ene, 12:35, Fernando Almeida <reala...@gmail.com> wrote:
> > > Hi jfernandez... i upgrade my android version to 4.03 and still can't
> > > connect...
> > > Could you please show me the changes that you made?
> > > > Well, after upgrading my Android 4.0 to 4.03, and adding some changes
> > > > to the BluetoothHDPsample, I'm able to connect to the biomedical
> > > > device, as well as I'm able to read/write data from/to theHDP
> > > > channel. So, it seems the problem has been fixed in this new Android
> > > > version.
> > > > > I'm executing theBluetoothHDPDemo [1] (offered from Android 4.0
> > > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > > the application in order to receive data, and I have paired the
> > > > > biomedical device with the smartphone, I try to open the channel
> > > > > connection and I can see that the device starts sending data to the
> > > > > smartphone. However, the smartphone is unable to open the channel
> > > > > connectionHDP.
> > > > > At the end of this message you can see the output obtained in the
> > > > > LogCat.
> > > > > Has anybody achieved to run successfully this sample about the use of
> > > > > theBluetoothHealth Profile API? Any ideas?
onHealthDeviceConnectionResult: D-Bus
error: org.bluez.Error.HealthError (No matching MDEP found)
I guess your Nonin device is a pulse oximeter. Are you sure you are
registering in the HDP code an application interesting in pulse
oximeter data type (0x1004)?
Regards.
On 20 ene, 23:39, vijay <vijaybadawad...@gmail.com> wrote:
> could you please share the changes need to get it working.
> connection seems to working but i don't see data coming to device
> running Android 4.0.3
> On Jan 20, 10:00 am, Raul Ruiz <spekwh...@gmail.com> wrote:
> > Hi all,
> > I have Nonin working withHDP, if someone need help tell me.
> > > I have introduced a change in the implementation of the
> > > BluetoothHealthCallback mHealthCallback. Exactly, in its method
> > > onHealthChannelStateChange(...). I detected that the state machine
> > > during the stablishment of a newHDPconnection is: Disconnected-
> > > Connecting-Connected. However, you can see that the example is
> > > checking the case Disconnected-Connected, but not the case Connecting-
> > > Connected. I added this new case Connecting-Connected, and now it
> > > works and I'm able to read/write data from/to UA-767PBT-C and a board
> > > that emulates several biomedical devices.
> > > I hope it help you.
> > > Regards.
> > > On 14 ene, 12:35, Fernando Almeida <reala...@gmail.com> wrote:
> > > > Hi jfernandez... i upgrade my android version to 4.03 and still can't
> > > > connect...
> > > > Could you please show me the changes that you made?
> > > > > Well, after upgrading my Android 4.0 to 4.03, and adding some changes
> > > > > to the BluetoothHDPsample, I'm able to connect to the biomedical
> > > > > device, as well as I'm able to read/write data from/to theHDP
> > > > > channel. So, it seems the problem has been fixed in this new Android
> > > > > version.
> > > > > > I'm executing theBluetoothHDPDemo [1] (offered from Android 4.0
> > > > > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > > > > the application in order to receive data, and I have paired the
> > > > > > biomedical device with the smartphone, I try to open the channel
> > > > > > connection and I can see that the device starts sending data to the
> > > > > > smartphone. However, the smartphone is unable to open the channel
> > > > > > connectionHDP.
> > > > > > At the end of this message you can see the output obtained in the
> > > > > > LogCat.
> > > > > > Has anybody achieved to run successfully this sample about the use of
> > > > > > theBluetoothHealth Profile API? Any ideas?
jorge.fernandez.gonza...@gmail.com> wrote: > Hi vijay,
> I'm seeing that you obtain the following error:
> onHealthDeviceConnectionResult: D-Bus > error: org.bluez.Error.HealthError (No matching MDEP found)
> I guess your Nonin device is a pulse oximeter. Are you sure you are > registering in the HDP code an application interesting in pulse > oximeter data type (0x1004)?
> Regards.
> On 20 ene, 23:39, vijay <vijaybadawad...@gmail.com> wrote: > > could you please share the changes need to get it working. > > connection seems to working but i don't see data coming to device > > running Android 4.0.3
> > On Jan 20, 10:00 am, Raul Ruiz <spekwh...@gmail.com> wrote:
> > > Hi all,
> > > I have Nonin working withHDP, if someone need help tell me.
> > > > I have introduced a change in the implementation of the > > > > BluetoothHealthCallback mHealthCallback. Exactly, in its method > > > > onHealthChannelStateChange(...). I detected that the state machine > > > > during the stablishment of a newHDPconnection is: Disconnected- > > > > Connecting-Connected. However, you can see that the example is > > > > checking the case Disconnected-Connected, but not the case > Connecting- > > > > Connected. I added this new case Connecting-Connected, and now it > > > > works and I'm able to read/write data from/to UA-767PBT-C and a board > > > > that emulates several biomedical devices.
> > > > I hope it help you.
> > > > Regards.
> > > > On 14 ene, 12:35, Fernando Almeida <reala...@gmail.com> wrote:
> > > > > Hi jfernandez... i upgrade my android version to 4.03 and still > can't > > > > > connect...
> > > > > Could you please show me the changes that you made?
> > > > > > Well, after upgrading my Android 4.0 to 4.03, and adding some > changes > > > > > > to the BluetoothHDPsample, I'm able to connect to the biomedical > > > > > > device, as well as I'm able to read/write data from/to theHDP > > > > > > channel. So, it seems the problem has been fixed in this new > Android > > > > > > version.
> > > > > > > I'm executing theBluetoothHDPDemo [1] (offered from Android > 4.0 > > > > > > > Ice Cream Sandwich) in my Android smartphone. When I have > registered > > > > > > > the application in order to receive data, and I have paired the > > > > > > > biomedical device with the smartphone, I try to open the > channel > > > > > > > connection and I can see that the device starts sending data > to the > > > > > > > smartphone. However, the smartphone is unable to open the > channel > > > > > > > connectionHDP.
> > > > > > > At the end of this message you can see the output obtained in > the > > > > > > > LogCat.
> > > > > > > Has anybody achieved to run successfully this sample about the > use of > > > > > > > theBluetoothHealth Profile API? Any ideas?
> -- > 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 group, send email to > android-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en
I have observed a strange and undesirable behaviour that I'm going to
describe. When an HDP channel is stablished, the Android system starts
a long proccess of freeing memory (I have lots of Logcat messages like
"dalvikm - GC_CONCURRENT freed 494K ..."), even in some occasions, the
system crashes and the smartphone is rebooted. I don't know if this is
a problem of my ROM/smartphone (I'm using Android 4.0.3 ICS). Does
anybody has the same problem?
Thanks and regards!
On 15 dic 2011, 18:30, jfernandez <jorge.fernandez.gonza...@gmail.com>
wrote:
> I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> Ice Cream Sandwich) in my Android smartphone. When I have registered
> the application in order to receive data, and I have paired the
> biomedical device with the smartphone, I try to open the channel
> connection and I can see that the device starts sending data to the
> smartphone. However, the smartphone isunableto open the channel
> connectionHDP.
> At the end of this message you can see the output obtained in the
> LogCat.
> Has anybody achieved to run successfully this sample about the use of
> the Bluetooth Health Profile API? Any ideas?
Hi Fernandez,
I have the same problem. I think it is because the bluetooth does not
close properly. In my case, I didn't touch the default state machine
and it does not turn off the blue color bluetooth logo after the
measurement is finished. And Connection State is still CONNECTED.
Which is very weird. Have you encountering the same problem?
Thanks and regards,
Chenchen
On Feb 2, 3:05 am, jfernandez <jorge.fernandez.gonza...@gmail.com>
wrote:
> I have observed a strange and undesirable behaviour that I'm going to
> describe. When an HDP channel is stablished, the Android system starts
> a long proccess of freeing memory (I have lots of Logcat messages like
> "dalvikm - GC_CONCURRENT freed 494K ..."), even in some occasions, the
> system crashes and the smartphone is rebooted. I don't know if this is
> a problem of my ROM/smartphone (I'm using Android 4.0.3 ICS). Does
> anybody has the same problem?
> Thanks and regards!
> On 15 dic 2011, 18:30, jfernandez <jorge.fernandez.gonza...@gmail.com>
> wrote:
> > Hi all,
> > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > the application in order to receive data, and I have paired the
> > biomedical device with the smartphone, I try to open the channel
> > connection and I can see that the device starts sending data to the
> > smartphone. However, the smartphone isunableto open the channel
> > connectionHDP.
> > At the end of this message you can see the output obtained in the
> > LogCat.
> > Has anybody achieved to run successfully this sample about the use of
> > the Bluetooth Health Profile API? Any ideas?
Exactly same problem with you.
I am using UA-767-PBT-C
After connected to the device, I can see the Connection State is
"Connected" and "Reading data..." and a green icon.
However, I can never see data.
In log ,I keep receiving dalvikm - GC_CONCURRENT freed 494K ..., and
sometime even reboot!
Do u solve the problem? Thank You.
On Feb 2, 7:05 pm, jfernandez <jorge.fernandez.gonza...@gmail.com>
wrote:
> I have observed a strange and undesirable behaviour that I'm going to
> describe. When an HDP channel is stablished, the Android system starts
> a long proccess of freeing memory (I have lots of Logcat messages like
> "dalvikm - GC_CONCURRENT freed 494K ..."), even in some occasions, the
> system crashes and the smartphone is rebooted. I don't know if this is
> a problem of my ROM/smartphone (I'm using Android 4.0.3 ICS). Does
> anybody has the same problem?
> Thanks and regards!
> On 15 dic 2011, 18:30, jfernandez <jorge.fernandez.gonza...@gmail.com>
> wrote:
> > Hi all,
> > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > the application in order to receive data, and I have paired the
> > biomedical device with the smartphone, I try to open the channel
> > connection and I can see that the device starts sending data to the
> > smartphone. However, the smartphone isunableto open the channel
> > connectionHDP.
> > At the end of this message you can see the output obtained in the
> > LogCat.
> > Has anybody achieved to run successfully this sample about the use of
> > the Bluetooth Health Profile API? Any ideas?
Sorry for the delay. I think you are right Chenchen, I obtain the same
behaviour, so, I guess the problem is in the Android source code...
Well, we will wait for a new Android release solving this issue.
Regards.
On 9 feb, 15:58, Ming <ming030...@gmail.com> wrote:
> Exactly same problem with you.
> I am using UA-767-PBT-C
> After connected to the device, I can see the Connection State is
> "Connected" and "Reading data..." and a green icon.
> However, I can never see data.
> In log ,I keep receiving dalvikm - GC_CONCURRENT freed 494K ..., and
> sometime even reboot!
> Do u solve the problem? Thank You.
> On Feb 2, 7:05 pm, jfernandez <jorge.fernandez.gonza...@gmail.com>
> wrote:
> > Hi all,
> > I have observed a strange and undesirable behaviour that I'm going to
> > describe. When anHDPchannel is stablished, the Android system starts
> > a long proccess of freeing memory (I have lots of Logcat messages like
> > "dalvikm - GC_CONCURRENT freed 494K ..."), even in some occasions, the
> > system crashes and the smartphone is rebooted. I don't know if this is
> > a problem of my ROM/smartphone (I'm using Android 4.0.3 ICS). Does
> > anybody has the same problem?
> > > I'm executing the BluetoothHDPDemo [1] (offered from Android 4.0
> > > Ice Cream Sandwich) in my Android smartphone. When I have registered
> > > the application in order to receive data, and I have paired the
> > > biomedical device with the smartphone, I try to open the channel
> > > connection and I can see that the device starts sending data to the
> > > smartphone. However, the smartphone isunableto open the channel
> > > connectionHDP.
> > > At the end of this message you can see the output obtained in the
> > > LogCat.
> > > Has anybody achieved to run successfully this sample about the use of
> > > theBluetoothHealth Profile API? Any ideas?