Advertisement
Guest User

Untitled

a guest
Aug 15th, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. [root@mycubox ~]# sixpair
  2. Current Bluetooth master: 43:30:a0:00:00:00
  3. Setting master bd_addr to 43:30:a0:00:00:00
  4. [root@mycubox ~]# bluetoothctl
  5. [NEW] Controller 43:30:A0:00:00:00 mycubox [default]
  6. [NEW] Device 38:C0:96:A8:B4:2A 38-C0-96-A8-B4-2A
  7. [CHG] Device 38:C0:96:A8:B4:2A Connected: no
  8. [DEL] Device 38:C0:96:A8:B4:2A 38-C0-96-A8-B4-2A
  9. [NEW] Device 38:C0:96:A8:B4:2A 38-C0-96-A8-B4-2A
  10. [CHG] Device 38:C0:96:A8:B4:2A Connected: no
  11. [DEL] Device 38:C0:96:A8:B4:2A 38-C0-96-A8-B4-2A
  12. [bluetooth]# agent on
  13. Agent registered
  14. [bluetooth]# default-agent
  15. Default agent request successful
  16. [bluetooth]# discoverable on
  17. Changing discoverable on succeeded
  18. [CHG] Controller 43:30:A0:00:00:00 Discoverable: yes
  19. [bluetooth]# pairable on
  20. Changing pairable on succeeded
  21. [NEW] Device 38:C0:96:A8:B4:2A 38-C0-96-A8-B4-2A
  22. [CHG] Device 38:C0:96:A8:B4:2A Connected: no
  23. [DEL] Device 38:C0:96:A8:B4:2A 38-C0-96-A8-B4-2A
  24. [NEW] Device 38:C0:96:A8:B4:2A 38-C0-96-A8-B4-2A
  25. [bluetooth]# connect 38:C0:96:A8:B4:2A
  26. Attempting to connect to 38:C0:96:A8:B4:2A
  27. [CHG] Device 38:C0:96:A8:B4:2A Modalias: usb:v054Cp0268d0100
  28. [CHG] Device 38:C0:96:A8:B4:2A UUIDs:
  29. 00001124-0000-1000-8000-00805f9b34fb
  30. 00001200-0000-1000-8000-00805f9b34fb
  31. Failed to connect: org.bluez.Error.Failed
  32. [bluetooth]# connect 38:C0:96:A8:B4:2A
  33. Attempting to connect to 38:C0:96:A8:B4:2A
  34. Failed to connect: org.bluez.Error.Failed
  35. [CHG] Device 38:C0:96:A8:B4:2A Connected: no
  36. [CHG] Device 38:C0:96:A8:B4:2A Connected: yes
  37. Authorize service
  38. [agent] Authorize service 00001124-0000-1000-8000-00805f9b34fb (yes/no): yes
  39. [bluetooth]# trust 38:C0:96:A8:B4:2A
  40. [CHG] Device 38:C0:96:A8:B4:2A Trusted: yes
  41. Changing 38:C0:96:A8:B4:2A trust succeeded
  42. [bluetooth]# list
  43. Controller 43:30:A0:00:00:00 mycubox [default]
  44. [bluetooth]# info 38:C0:96:A8:B4:2A
  45. Device 38:C0:96:A8:B4:2A
  46. Alias: 38-C0-96-A8-B4-2A
  47. Class: 0x000508
  48. Icon: input-gaming
  49. Paired: no
  50. Trusted: yes
  51. Blocked: no
  52. Connected: yes
  53. LegacyPairing: no
  54. UUID: Human Interface Device... (00001124-0000-1000-8000-00805f9b34fb)
  55. UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
  56. Modalias: usb:v054Cp0268d0100
  57. [bluetooth]# quit
  58. Agent unregistered
  59. [DEL] Controller 43:30:A0:00:00:00 mycubox [default]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement