I need to stream audio over Windows sockets to a bluetooth headset.
I am able to make socket connection to the Bluetooth headset using RFCOMM and A2DP / Headset profile / Hands-free profile.
My requirement is to stream audio (WAV or MP3) over the socket.
Is it possible by simply writing audio data to the socket (using send())?
OR any other ways to do it?
I am required to use the same socket connection to stream. If I use Media Control Interface APIs, they will make a separate connection and then stream.