Bluetooth în Linux: Diferență între versiuni
Sari la navigare
Sari la căutare
Fără descriere a modificării |
|||
| (Nu s-au afișat 6 versiuni intermediare efectuate de același utilizator) | |||
| Linia 1: | Linia 1: | ||
==BR/EDR== | ==BR/EDR== | ||
* [https://electronics.stackexchange.com/questions/258836/bluetooth-dual-mode-br-edr-le Bluetooth dual mode (BR/EDR + LE)] | * [https://electronics.stackexchange.com/questions/258836/bluetooth-dual-mode-br-edr-le Bluetooth dual mode (BR/EDR + LE)] | ||
* [https://www.mathworks.com/help/bluetooth/gs/comparison-of-bluetooth-bredr-and-bluetooth-le.html Comparison of Bluetooth BR/EDR and Bluetooth LE Specifications] → [https://www.mathworks.com/help/bluetooth/index.html?s_tid=CRUX_lftnav | * [https://www.mathworks.com/help/bluetooth/gs/comparison-of-bluetooth-bredr-and-bluetooth-le.html Comparison of Bluetooth BR/EDR and Bluetooth LE Specifications] → [[Matlab]] [https://www.mathworks.com/help/bluetooth/index.html?s_tid=CRUX_lftnav Bluetooth Toolbox] | ||
'''Notă:''' Pe Ubuntu, AirPods Pro merg doar în mod BR/EDR (mod clasic) și doar prin modificarea <code>main.conf</code>: | |||
<syntaxhighlight lang="console"> | |||
tom@tom-Ubuntu:~$ sudo nano /etc/bluetooth/main.conf | |||
</syntaxhighlight> | |||
linia cu <code>ControllerMode</code> care este comentată, trebuie modificată la <code>ControllerMode = bredr</code> | |||
<syntaxhighlight lang="sh"> | |||
# Restricts all controllers to the specified transport. Default value | |||
# is "dual", i.e. both BR/EDR and LE enabled (when supported by the HW). | |||
# Possible values: "dual", "bredr", "le" | |||
ControllerMode = bredr | |||
</syntaxhighlight> | |||
Versiunea curentă din 7 decembrie 2022 01:45
BR/EDR
- Bluetooth dual mode (BR/EDR + LE)
- Comparison of Bluetooth BR/EDR and Bluetooth LE Specifications → Matlab Bluetooth Toolbox
Notă: Pe Ubuntu, AirPods Pro merg doar în mod BR/EDR (mod clasic) și doar prin modificarea main.conf:
tom@tom-Ubuntu:~$ sudo nano /etc/bluetooth/main.conf
linia cu ControllerMode care este comentată, trebuie modificată la ControllerMode = bredr
# Restricts all controllers to the specified transport. Default value
# is "dual", i.e. both BR/EDR and LE enabled (when supported by the HW).
# Possible values: "dual", "bredr", "le"
ControllerMode = bredr