Here is a typical sequence of events that occur :
- Host device opens a service ( Host device accepts and opens all incoming connections)
- A remote device connects to host device.
- 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...