If DeviceA is the group owner and is expecting connection from both DeviceB and DeviceC, how can DeviceA find out which device, B or C, is connected when the event Manager_ConnectionChanged () is raised?
I tried something similar to getting own device name, but the intent wasn't triggered. I think the following filter isn't correct; could someone show me how to fix it, please?
TIA
I tried something similar to getting own device name, but the intent wasn't triggered. I think the following filter isn't correct; could someone show me how to fix it, please?
manifest entry:
AddReceiverText(WiFiDirectGetConnectingDeviceNameService, <intent-filter>
<action android:name="android.net.wifi.p2p.CONNECTION_CHANGED_ACTION" />
</intent-filter>)
TIA
Last edited: