Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: Lilee87 on August 17, 2021, 09:08:22 AM

Title: Multiple Bluetooth Audio Streams
Post by: Lilee87 on August 17, 2021, 09:08:22 AM
I am not very familiar yet with all the correct bluetooth terminology, so bear with me.  I have been able to successfully connect and subscribe to various services on BLE devices (like reading battery levels, and HR data).

I want to connect multiple audio devices, and individually stream audio to each of them.  I am not worried about syncing, or anything fancy like that. Just the ability to independently send audio stream data to multiple BLE speakers.

I can't find how to get started with this in the documentation. Any tips? Is there an example of doing audio (just a single stream) anywhere?
Title: Re: Multiple Bluetooth Audio Streams
Post by: Mike Petrichenko on August 17, 2021, 11:15:34 AM
Hello,

Bluetooth standard allows to do that however it does not look like Windows support this feature yet.
Title: Re: Multiple Bluetooth Audio Streams
Post by: Lilee87 on August 17, 2021, 03:26:51 PM
Thanks for the help!
Which part does windows not support? The direct streaming of audio data to a single device? Or multiple?

Do you have a link to any references discussing this where I can read more? If it's something I can achieve via a linux server, etc, I will start looking into that as well.
Title: Re: Multiple Bluetooth Audio Streams
Post by: Mike Petrichenko on August 17, 2021, 03:34:00 PM
It looks like Windows does not support LE audio at all.