wifi p2p connections example is given in android official website link
in that there is
WifiP2pConfig config = new WifiP2pConfig();
config.deviceAddress = device.deviceAddress;
config.wps.setup = WpsInfo.PBC;
but wps.setup and WpsInfo.PBC are all deprecated at API 28 so what alternates could be used for connecting using wifi p2p