meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:bluetooth [2021/08/03 10:38]
niziak
linux:bluetooth [2022/10/27 15:24] (current)
niziak
Line 8: Line 8:
 </​code>​ </​code>​
  
 +===== debug  =====
 +
 +Enable debug output of ''​bluetooth.service'':​
 +<code bash>
 +systemctl edit bluetooth.service
 +</​code>​
 +<file override>​
 +[Service]
 +ExecStart=
 +ExecStart=/​usr/​libexec/​bluetooth/​bluetoothd -dn
 +</​file>​
 +NOTE: empty ''​ExecStart=''​ is required to remove previous ''​ExecStart''​ (to prevent duplicate entries)
 +
 +<code bash>
 +systemctl daemon-reload
 +systemctl restart bluetooth.service
 +</​code>​
 ===== hcitool ===== ===== hcitool =====