Creating Hotspot network - it registers the I/F in NetworkInterfaces but it does not in ConnectivityManager

I’m creating Hotspot network in Android by
WifiManager.startLocalOnlyHotspot. It register the I/F in NetworkInterfaces but it does not in ConnectivityManager.
I need to bind DatagramSocket to hotspot interface by ConnectivityManager network, but associate the two.