Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. [bluetooth]# power on
  2. Changing power on succeeded
  3. [bluetooth]# devices
  4. [bluetooth]# agent on
  5. Agent is already registered
  6. [bluetooth]# scan on
  7. Failed to start discovery: org.bluez.Error.InProgress
  8. [bluetooth]# scan on
  9. Failed to start discovery: org.bluez.Error.InProgress
  10. [NEW] Device 88:E7:A6:0A:2D:B8 Bluetooth Laser Mouse
  11. [bluetooth]# pair 88:E7:A6:0A:2D:B8
  12. Attempting to pair with 88:E7:A6:0A:2D:B8
  13. [CHG] Device 88:E7:A6:0A:2D:B8 Connected: yes
  14. [CHG] Device 88:E7:A6:0A:2D:B8 Modalias: usb:v04B4p0033d0611
  15. [CHG] Device 88:E7:A6:0A:2D:B8 UUIDs: 00001124-0000-1000-8000-00805f9b34fb
  16. [CHG] Device 88:E7:A6:0A:2D:B8 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
  17. [CHG] Device 88:E7:A6:0A:2D:B8 ServicesResolved: yes
  18. [CHG] Device 88:E7:A6:0A:2D:B8 Paired: yes
  19. Pairing successful
  20. [CHG] Device 88:E7:A6:0A:2D:B8 ServicesResolved: no
  21. [CHG] Device 88:E7:A6:0A:2D:B8 Connected: no
  22. [bluetooth]# trust 88:E7:A6:0A:2D:B8
  23. [CHG] Device 88:E7:A6:0A:2D:B8 Trusted: yes
  24. Changing 88:E7:A6:0A:2D:B8 trust succeeded
  25. [bluetooth]# connect 88:E7:A6:0A:2D:B8
  26. Attempting to connect to 88:E7:A6:0A:2D:B8
  27. [CHG] Device 88:E7:A6:0A:2D:B8 Connected: yes
  28. Failed to connect: org.bluez.Error.Failed
  29. [Bluetooth Laser Mouse]# help
  30. Available commands:
  31. list List available controllers
  32. show [ctrl] Controller information
  33. select <ctrl> Select default controller
  34. devices List available devices
  35. paired-devices List paired devices
  36. power <on/off> Set controller power
  37. pairable <on/off> Set controller pairable mode
  38. discoverable <on/off> Set controller discoverable mode
  39. agent <on/off/capability> Enable/disable agent with given capability
  40. default-agent Set agent as the default one
  41. advertise <on/off/type> Enable/disable advertising with given type
  42. set-advertise-uuids [uuid1 uuid2 ...] Set advertise uuids
  43. set-advertise-service [uuid][data=[xx xx ...] Set advertise service data
  44. set-advertise-manufacturer [id][data=[xx xx ...] Set advertise manufacturer data
  45. set-advertise-tx-power <on/off> Enable/disable TX power to be advertised
  46. set-scan-filter-uuids [uuid1 uuid2 ...] Set scan filter uuids
  47. set-scan-filter-rssi [rssi] Set scan filter rssi, and clears pathloss
  48. set-scan-filter-pathloss [pathloss] Set scan filter pathloss, and clears rssi
  49. set-scan-filter-transport [transport] Set scan filter transport
  50. set-scan-filter-clear Clears discovery filter.
  51. scan <on/off> Scan for devices
  52. info [dev] Device information
  53. pair [dev] Pair with device
  54. trust [dev] Trust device
  55. untrust [dev] Untrust device
  56. block [dev] Block device
  57. unblock [dev] Unblock device
  58. remove <dev> Remove device
  59. connect <dev> Connect device
  60. disconnect [dev] Disconnect device
  61. list-attributes [dev] List attributes
  62. set-alias <alias> Set device alias
  63. select-attribute <attribute> Select attribute
  64. attribute-info [attribute] Select attribute
  65. read Read attribute value
  66. write <data=[xx xx ...]> Write attribute value
  67. notify <on/off> Notify attribute value
  68. register-profile <UUID ...> Register profile to connect
  69. unregister-profile Unregister profile
  70. version Display version
  71. quit Quit program
  72. [Bluetooth Laser Mouse]# devices
  73. Device 88:E7:A6:0A:2D:B8 Bluetooth Laser Mouse
  74. [Bluetooth Laser Mouse]# info 88:E7:A6:0A:2D:B8
  75. Device 88:E7:A6:0A:2D:B8
  76. Name: Bluetooth Laser Mouse
  77. Alias: Bluetooth Laser Mouse
  78. Class: 0x002580
  79. Icon: input-mouse
  80. Paired: yes
  81. Trusted: yes
  82. Blocked: no
  83. Connected: yes
  84. LegacyPairing: no
  85. UUID: Human Interface Device... (00001124-0000-1000-8000-00805f9b34fb)
  86. UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
  87. Modalias: usb:v04B4p0033d0611
  88. ManufacturerData Key: 0x5349
  89. ManufacturerData Value: 0x53
  90. ManufacturerData Value: 0x43
  91. RSSI: -40
  92. [Bluetooth Laser Mouse]# info 88:E7:A6:0A:2D:B8
  93. Device 88:E7:A6:0A:2D:B8
  94. Name: Bluetooth Laser Mouse
  95. Alias: Bluetooth Laser Mouse
  96. Class: 0x002580
  97. Icon: input-mouse
  98. Paired: yes
  99. Trusted: yes
  100. Blocked: no
  101. Connected: yes
  102. LegacyPairing: no
  103. UUID: Human Interface Device... (00001124-0000-1000-8000-00805f9b34fb)
  104. UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
  105. Modalias: usb:v04B4p0033d0611
  106. ManufacturerData Key: 0x5349
  107. ManufacturerData Value: 0x53
  108. ManufacturerData Value: 0x43
  109. RSSI: -40
  110. [Bluetooth Laser Mouse]# connect 88:E7:A6:0A:2D:B8
  111. Attempting to connect to 88:E7:A6:0A:2D:B8
  112. Failed to connect: org.bluez.Error.Failed
  113. [Bluetooth Laser Mouse]# show
  114. Controller 74:E5:43:96:8D:CA
  115. Name: t530
  116. Alias: t530
  117. Class: 0x00010c
  118. Powered: yes
  119. Discoverable: no
  120. Pairable: yes
  121. UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
  122. UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
  123. UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
  124. UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
  125. UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
  126. Modalias: usb:v1D6Bp0246d052A
  127. Discovering: yes
  128. [Bluetooth Laser Mouse]# connect 88:E7:A6:0A:2D:B8
  129. Attempting to connect to 88:E7:A6:0A:2D:B8
  130. Failed to connect: org.bluez.Error.Failed
  131. [Bluetooth Laser Mouse]# connect 88:E7:A6:0A:2D:B8
  132. Attempting to connect to 88:E7:A6:0A:2D:B8
  133. Failed to connect: org.bluez.Error.Failed
  134. [Bluetooth Laser Mouse]# connect 88:E7:A6:0A:2D:B8
  135. Attempting to connect to 88:E7:A6:0A:2D:B8
  136. Failed to connect: org.bluez.Error.Failed
  137. [CHG] Device 88:E7:A6:0A:2D:B8 Connected: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement