I've tried an test application to connect to my Smartphone. This worked. So the problem is at the blood pressure meter!
The device has two different modes:
Active and passive
In the passive mode it does an measurement and establish a connection after doing.
So you can connect to the device and request the result.
This worked pretty good. I have done this in a short time.
But I need this in an active mode.
In this mode the device searches after each measurement for an established bluetooth connection.
You have to set a filter on the device.
The filter seaches for special name ,special DIAC and special service.
The thing I am knowing for 100% sure is the name of the device, the DIAC!
But I am not sure for the name of the service: If I establish a connection with the Guid "SerialPort" do you think that the blood meter finds this as "SerialPort"? How can I find out which Service a device establish? Does it work with the Class DeviceInfo?