Java me : Can we retrieve bluetooth address of connected device from an open slave connection ?

Posted by Rohit on Stack Overflow See other posts from Stack Overflow or by Rohit
Published on 2010-03-28T14:46:59Z Indexed on 2010/03/28 14:53 UTC
Read the original article Hit count: 203

Here is a typical sequence of events that occur :

  1. Host device opens a service ( Host device accepts and opens all incoming connections)
  2. A remote device connects to host device.
  3. Now, we have a slave connection open at host device.

At host device, I want to know the bluetooth address of remote device.
I can always pass it as data from remote to host device, but can I extract it from connection object somehow without any data transfer?

Thanks in advance...

© Stack Overflow or respective owner

Related posts about network-programming

Related posts about bluetooth