Skip to content

Commit 564c203

Browse files
committed
updated the docs
1 parent 40d71d3 commit 564c203

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# linux-bluetooth-connection-fix
2-
Tries to connect bluetooth devices on Linux despite error `hci0: command 0x0c24 tx timeout`
2+
Automated process to connect bluetooth devices on Linux despite the error `hci0: command <code> tx timeout`.
3+
Related errors
4+
5+
```bash
6+
Bluetooth: hci0: command 0x0c24 tx timeout
7+
Bluetooth: hci0: command 0x0c52 tx timeout
8+
Bluetooth: hci0: command 0x0c1a tx timeout
9+
```
310

411
# Running it
512

@@ -22,6 +29,23 @@ $ java -jar linux-bluetooth-connection-fix.jar 94:CC:56:E5:72:85
2229
* Linux
2330
* JRE 8+
2431

32+
# How it works
33+
After buy a new bluetooth usb dongle, I noticed it was very difficult to make it connect to my headphones, also
34+
noticed if I restart the bluetooth service and try to connect sometimes it will work at some moment, so what I did
35+
was jut automate this process.
36+
37+
About the bluetooth issue root cause:
38+
39+
I wasn't able to find a real fix for the bluetooth problem, looks like it doesn't even exist, all people advise to buy a new
40+
hardware at the end, then I made this program as a workaround.
41+
42+
Related issues
43+
44+
* https://bbs.archlinux.org/viewtopic.php?id=198718
45+
* https://bbs.archlinux.org/viewtopic.php?id=270693
46+
* https://bbs.archlinux.org/viewtopic.php?id=195886&p=2
47+
* https://unix.stackexchange.com/questions/581974/alpine-linux-failed-to-start-discovery-org-bluez-error-inprogress
48+
2549
# Compiling from source
2650

2751
```bash

0 commit comments

Comments
 (0)