I think they worded that backwards and are referring to the adage (or maybe that is what the banks go off of?) that your loan shouldn’t be for more than 3x your income. So if you make 80k per year you can generally afford a $240k house.
Going above that 3x means too much of your income goes to paying for the house and you don’t have enough for other living expenses+maintaining the house.














+1 to this. Lots of talk in this thread about drivers, but the only driver involved here is the Bluetooth driver. Half of the point of Bluetooth is that peripherals don’t need their own drivers, they just provide various profiles which are standardized so the Bluetooth service can consume those profiles from any device.
Not an expert in this area but I believe the implementation of most of those profiles is user space, so the proper place to be debugging is the Bluetooth service or in pulsesudio. So start your Bluetooth service logs they might give you some idea as to what is going on. Try to get a list of what profiles are supported by your OS and what profiles are supported by the device, maybe the device only supports some newer lossless profile that hasn’t been implemented in Linux yet.