Denton-L/based-connect

Support for Bose Music Share

Opened this issue · 2 comments

Is there planned support for Bose Music Share? Music Share allows you to pair another Bose device to your own in order to share your audio stream with another listener. See documentation here: https://www.bose.com/en_us/support/article/using-music-share.html

If there's not planned support, could you offer guidance to someone willing to contribute this support? Do you think it's doable over a weekend?

Hi, I would be interested in supporting it but I haven't had any time or interest recently in reverse-engineering and implementing it.

If you would like to implement support, you could use an Android phone with "Enable Bluetooth HCI snoop log" enabled from the Developer options. Enable and disable Music Share and then dump the logs into Wireshark and try to see if you can find the packets that do that action. Then the code should be straightforward enough to modify to add this option in.

Hope this helps!

I've implemented support for music sharing here: https://github.com/zaddach/based-connect