can I request for Mac address for group owner in WIFI DIRECT at android platform ??
i wounder if this correct ??
first request for WifiP2pManager.GroupInfoListener
then it return WifiP2pGroup
information.
from this there is getOwner()
owner information, to get mac address there is deviceAddress
from WifiP2pDevice
.
can i get MAC address as the way above ?