mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
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:
parent
6329a2498e
commit
66e2672360
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue