Possibility of multiple sinks? #647
-
I'm wondering if having multiple sinks is possible so one ESP32 would appear as multiple Bluetooth devices. Only one should be active at any time and hopefully outputting all to the same DAC. I'm not sure if this library or the ESP32 is capable of supporting that since it probably requires some asynchronous communications. I'm trying to make a device that lets multiple people Bluetooth into one output and cycle the active input. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
At any point of time only one device can be connected. |
Beta Was this translation helpful? Give feedback.
At any point of time only one device can be connected.
If I remember right, In the current implementation the session is switched to non discoverable / non connectable when connected.
If this is not fitting, you can create a subclass and implement your own logic...