I have a pair of Sony WH-1000XM3. How do I figure out by using the database for which laptops this headset's microphone would work on Linux.
By the way, this is a big problem in general with bluetooth headsets, no way of knowing before buying if it'll work or not.
On Windows it works fine of course, but on Linux with the 8821ce driver, only the Output works for the headset, the Input isn't working.

Here are the drivers I'm using for it (the one here https://github.com/lwfinger/rtw88 ):

user@home:~$ lsmod | grep 8821
8821ce              2015232  0
rtw88_8821ce          16384  0
rtw_8821c              94208  1 rtw88_8821ce
rtw_pci                28672  1 rtw88_8821ce
rtw_core              245760  2 rtw_8821c,rtw_pci
cfg80211            1040384  3 rtw_core,mac80211,8821ce


Ideally I'd like to either find a bluetooth headset that works on Linux without too much configuration or get a Laptop that supports the headset I have.

So going back to my question, how would I look up which laptops work with this headset?