Skip to content

Instantly share code, notes, and snippets.

@zined
Created November 1, 2012 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zined/3995952 to your computer and use it in GitHub Desktop.
Save zined/3995952 to your computer and use it in GitHub Desktop.
bluetooth works great
[root@horst ~]# while (true); do hidd --search ; sleep 1; done
Searching ...
Connecting to device B8:F6:B1:0C:CE:1C
Can't get device information: Connection reset by peer
Searching ...
Connecting to device B8:F6:B1:0C:CE:1C
Can't get device information: Transport endpoint is not connected
Searching ...
Connecting to device B8:F6:B1:0C:CE:1C
Can't get device information: Transport endpoint is not connected
Searching ...
Connecting to device B8:F6:B1:0C:CE:1C
Can't get device information: Transport endpoint is not connected
Searching ...
Connecting to device B8:F6:B1:0C:CE:1C
Can't get device information: Operation already in progress
Searching ...
No devices in range or visible
Searching ...
Connecting to device B8:F6:B1:0C:CE:1C
Can't get device information: Connection reset by peer
Searching ...
Connecting to device B8:F6:B1:0C:CE:1C
Can't get device information: Transport endpoint is not connected
Searching ...
Connecting to device B8:F6:B1:0C:CE:1C
Searching ...
^C
[root@horst ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment