bt/bluez5-device: Update link to assigned Baseband numbers

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/482>
This commit is contained in:
Marijn Suijten 2021-01-19 00:25:13 +01:00
parent 6329a2498e
commit 66e2672360

View file

@ -186,8 +186,8 @@ static pa_bluetooth_form_factor_t form_factor_from_class(uint32_t class_of_devic
}; };
/* /*
* See Bluetooth Assigned Numbers: * See Bluetooth Assigned Numbers for Baseband
* https://www.bluetooth.org/Technical/AssignedNumbers/baseband.htm * https://www.bluetooth.com/specifications/assigned-numbers/baseband/
*/ */
major = (class_of_device >> 8) & 0x1F; major = (class_of_device >> 8) & 0x1F;
minor = (class_of_device >> 2) & 0x3F; minor = (class_of_device >> 2) & 0x3F;