How i can pass parameters in page object model

How i can pass parameter to baseSetup class from testng.xml file knowing that im using page object model (baseSetup class from initiate android driver and capabilities - page class contains elements and steps - test class ) test class doesnt have any required parameters to be passed

All parameters for the required capabilities and initating appium server progromatically with specific argument (host , port , bootstrap, callback port)

When i used tge following xml appium server start with irrelavant argument and even mixing them up for example treat device id as appium host ip.

    indent preformatted text by 4 spaces
<?xml version="1.0" encoding="UTF-8"?> "src.main.loginTest" "