Bluetooth în Linux: Diferență între versiuni
Sari la navigare
Sari la căutare
Fără descriere a modificării |
Fără descriere a modificării |
||
| (Nu s-au afișat 4 versiuni intermediare efectuate de același utilizator) | |||
| Linia 3: | Linia 3: | ||
* [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] | * [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ă: AirPods Pro merg doar în mod BR/EDR prin | '''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