nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.38k stars 148 forks source link

Categorize Device #146

Closed gro-david closed 1 year ago

gro-david commented 1 year ago

Change "Class" to "0x200418" in /etc/bluetooth/main.conf so RPi gets detected as an audio speaker

nicokaiser commented 1 year ago

What's wrong with the current category 0x200414 (Loudspeaker)? 418 is "Headphones", which is most certainly wrong. Another option might be 428 (HiFi Audio Device), but it surely depends on your needs.

gro-david commented 1 year ago

I could be that its just my OS (Im on Arch Linux) but Loudspeaker wouldn't get get displayed (it would say its uncategorized). When I changed it to 418 it would display "Audio Device" which was correct. If its the case that the issue is only problem on Arch then Im sorry for wasting your time.