Yes, the Head Unit is an Android device running ICS 4.03.
The Head Unit is already paired with my phone and connection takes place successfully as soon as I enter the car. Now, I'd like to use the SPP-profile (the chat-demo was the code I tried as an example) to let the Head Unit communicate with my phone over BT so some code can be executed on the phone. I will be using two services on each device. At the same time, I still need that the already existing profiles continue to work since they are responsabile for phone-calls etc.
If above scenario is possible with BT, I think my idea is to check if the devices are already connected (which they should be although they have probably established a connection using a different profile). If they are connected, then the Head Unit should communicate with my phone using the SPP profile.
Is this feasible?