Skip to content

Instantly share code, notes, and snippets.

@lyubod
Created May 10, 2016 01:37
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 lyubod/2be136dc66fbd6824f47099e20d2250c to your computer and use it in GitHub Desktop.
Save lyubod/2be136dc66fbd6824f47099e20d2250c to your computer and use it in GitHub Desktop.
bluetoothctl output
bluetoothctl
[NEW] Controller 00:11:B1:07:A2:CF stretch1 [default]
[NEW] Device 00:19:7F:EC:6B:0B 220Plantronics
[bluetooth]# power on
Changing power on succeeded
[bluetooth]# agent on
Agent registered
[bluetooth]# default-agent
Default agent request successful
[bluetooth]# scan on
Discovery started
[CHG] Controller 00:11:B1:07:A2:CF Discovering: yes
[CHG] Device 00:19:7F:EC:6B:0B RSSI: -33
[CHG] Device 00:19:7F:EC:6B:0B RSSI: -41
[CHG] Device 00:19:7F:EC:6B:0B RSSI: -49
[CHG] Device 00:19:7F:EC:6B:0B RSSI: -38
[bluetooth]# pair 00:19:7F:EC:6B:0B
Attempting to pair with 00:19:7F:EC:6B:0B
Failed to pair: org.bluez.Error.AlreadyExists
[DEL] Device 00:19:7F:EC:6B:0B 220Plantronics
[NEW] Device 00:19:7F:EC:6B:0B 220Plantronics
[bluetooth]# pair 00:19:7F:EC:6B:0B
Attempting to pair with 00:19:7F:EC:6B:0B
[CHG] Device 00:19:7F:EC:6B:0B Connected: yes
[CHG] Device 00:19:7F:EC:6B:0B UUIDs: 00001108-0000-1000-8000-00805f9b34fb
[CHG] Device 00:19:7F:EC:6B:0B UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[CHG] Device 00:19:7F:EC:6B:0B Paired: yes
Pairing successful
[CHG] Device 00:19:7F:EC:6B:0B Connected: no
[bluetooth]# connect 00:19:7F:EC:6B:0B
Attempting to connect to 00:19:7F:EC:6B:0B
[CHG] Device 00:19:7F:EC:6B:0B Connected: yes
Failed to connect: org.bluez.Error.Failed
[CHG] Device 00:19:7F:EC:6B:0B Connected: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment