Questions for J2ME Bluetooth Serial Port connections

When programming J2ME Bluetooth Serial Port connection with a particular UUID, I got a strange thing happened. In Sun Wireless Toolkit 2.5 emulator, testing was very normal. However In Nokia E61, my application was able to connect to not only the device with the particular UUID, but also other devices with different UUIDs. I checked all relevant information on web and books, but no such answer there. So I can't figure it out.

Following the question above, my 2nd question is that after device search, the application gets a list of device addresses. If I am trying to connect to other deive with different UUID and don't know that UUID, how can I find that UUID?

If anyone give me help, thanks in advance.

KW

[739 byte] By [kw2006a] at [2007-10-3 11:36:05]
# 1
you need to do two searches.1. Device search for all discoverable BT devices2. Service search for all devices discovered and have your UUID.This must be able to filter out those who do not have your UUID.hope this help
RiekeyLeea at 2007-7-15 14:04:12 > top of Java-index,Java Mobility Forums,Java ME Technologies...