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 |
||
| Linia 7: | Linia 7: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
tom@tom-Ubuntu:~$ sudo nano /etc/bluetooth/main.conf | tom@tom-Ubuntu:~$ sudo nano /etc/bluetooth/main.conf | ||
</syntaxhighlight> | |||
<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> | </syntaxhighlight> | ||
Versiunea de la data 7 decembrie 2022 01:27
BR/EDR
- Bluetooth dual mode (BR/EDR + LE)
- Comparison of Bluetooth BR/EDR and Bluetooth LE Specifications → Matlab Bluetooth Toolbox
Notă: AirPods Pro merg doar în mod BR/EDR prin modificarea main.conf:
tom@tom-Ubuntu:~$ sudo nano /etc/bluetooth/main.conf
# 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