Is it possible to link a service that starts with starService?

0

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?

    
asked by Alejandro C. Bonilla 13.10.2018 в 02:38
source

0 answers