I have a service that handles the bluetooth connection and I have to keep it alive in the background so I start it with starService. my question would be if I can link the service through its onBind method since I need to interact with one of the methods of the service to be able to send and receive data from an Arduino and if so, how can I do it?