Passing arguments to BeaconService

How can I pass arguments to Beacon Service, even after it started? I want to notify the user when certain group of Beacons are found, according to the parameters I want to pass.

Thank you in advance for your help.

Do not do that. It is unnecessary. Use BeaconManager which is facade for all interactions with BeaconService. See Usage and Demos section of Android SDK.