bluetiger

HCI dump

Jan 20th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. pi@raspberrypi:~/dev/bluez $ ./tools/hcidump -X
  2. HCI sniffer - Bluetooth packet analyzer ver 5.43
  3. device: hci0 snap_len: 1500 filter: 0xffffffff
  4.  
  5. ### power on Bluetooth speaker (JBL GO!)
  6.  
  7. > HCI Event: Connect Request (0x04) plen 10
  8. bdaddr 78:44:05:4B:4F:FF class 0x240404 type ACL
  9. > HCI Event: Command Status (0x0f) plen 4
  10. Accept Connection Request (0x01|0x0009) status 0x00 ncmd 1
  11. > HCI Event: Connect Complete (0x03) plen 11
  12. status 0x00 handle 11 bdaddr 78:44:05:4B:4F:FF type ACL encrypt 0x00
  13. > HCI Event: Command Status (0x0f) plen 4
  14. Read Remote Supported Features (0x01|0x001b) status 0x00 ncmd 1
  15. > HCI Event: Read Remote Supported Features (0x0b) plen 11
  16. status 0x00 handle 11
  17. Features: 0xbf 0xfe 0x8d 0xfe 0x9b 0xfd 0x79 0x83
  18. > HCI Event: Command Complete (0x0e) plen 4
  19. Write Scan Enable (0x03|0x001a) ncmd 1
  20. status 0x00
  21. > HCI Event: Command Status (0x0f) plen 4
  22. Read Remote Extended Features (0x01|0x001c) status 0x00 ncmd 1
  23. > HCI Event: Read Remote Extended Features (0x23) plen 13
  24. status 0x00 handle 11 page 1 max 1
  25. Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  26. > HCI Event: Command Status (0x0f) plen 4
  27. Remote Name Request (0x01|0x0019) status 0x00 ncmd 1
  28. > HCI Event: Remote Name Req Complete (0x07) plen 255
  29. status 0x00 bdaddr 78:44:05:4B:4F:FF name 'JBL GO'
  30. > HCI Event: Command Complete (0x0e) plen 10
  31. Link Key Request Reply (0x01|0x000b) ncmd 1
  32. status 0x00 bdaddr 78:44:05:4B:4F:FF
  33. > HCI Event: Encrypt Change (0x08) plen 4
  34. status 0x00 handle 11 encrypt 0x01
  35. > HCI Event: Command Complete (0x0e) plen 7
  36. Read Encryption Key Size (0x05|0x0008) ncmd 1
  37. 0000: 00 0b 00 10 ....
  38. > HCI Event: Command Status (0x0f) plen 4
  39. Setup Synchronous Connection (0x01|0x0028) status 0x00 ncmd 1
  40. > HCI Event: Synchronous Connect Complete (0x2c) plen 17
  41. status 0x00 handle 6 bdaddr 78:44:05:4B:4F:FF type eSCO
  42. Air mode: CVSD
  43. > HCI Event: Command Status (0x0f) plen 4
  44. Disconnect (0x01|0x0006) status 0x00 ncmd 1
  45. > HCI Event: Disconn Complete (0x05) plen 4
  46. status 0x00 handle 6 reason 0x16
  47. Reason: Connection Terminated by Local Host
  48.  
  49. ### pacmd set-card-profile 1 headset_head_unit
  50.  
  51. ### paplay -v -d bluez_sink.78_44_05_4B_4F_FF.headset_head_unit /tmp/h2g2.ogg
  52.  
  53. > HCI Event: Command Status (0x0f) plen 4
  54. Setup Synchronous Connection (0x01|0x0028) status 0x00 ncmd 1
  55. > HCI Event: Synchronous Connect Complete (0x2c) plen 17
  56. status 0x00 handle 6 bdaddr 78:44:05:4B:4F:FF type eSCO
  57. Air mode: CVSD
  58.  
  59.  
  60. > HCI Event: Command Status (0x0f) plen 4
  61. Disconnect (0x01|0x0006) status 0x00 ncmd 1
  62. > HCI Event: Disconn Complete (0x05) plen 4
  63. status 0x00 handle 6 reason 0x16
  64. Reason: Connection Terminated by Local Host
  65.  
  66. ### pacmd set-card-profile 1 a2dp_sink
  67.  
  68. > HCI Event: Command Complete (0x0e) plen 12
  69. Read Local Version Information (0x04|0x0001) ncmd 1
  70. status 0x00
  71. HCI Version: 4.1 (0x7) HCI Revision: 0x168
  72. LMP Version: 4.1 (0x7) LMP Subversion: 0x2209
  73. Manufacturer: Broadcom Corporation (15)
  74. > HCI Event: Command Complete (0x0e) plen 4
  75. Vendor (0x3f|0x011a) ncmd 1
  76. 0000: 00 .
  77. > HCI Event: Command Complete (0x0e) plen 12
  78. Read Local Version Information (0x04|0x0001) ncmd 1
  79. status 0x00
  80. HCI Version: 4.1 (0x7) HCI Revision: 0x168
  81. LMP Version: 4.1 (0x7) LMP Subversion: 0x2209
  82. Manufacturer: Broadcom Corporation (15)
  83. > HCI Event: Command Complete (0x0e) plen 4
  84. Vendor (0x3f|0x011a) ncmd 1
  85. 0000: 00 .
  86.  
  87. ### paplay -v -d bluez_sink.78_44_05_4B_4F_FF.a2dp_sink /tmp/h2g2.ogg
  88.  
  89. > HCI Event: Command Complete (0x0e) plen 12
  90. Read Local Version Information (0x04|0x0001) ncmd 1
  91. status 0x00
  92. HCI Version: 4.1 (0x7) HCI Revision: 0x168
  93. LMP Version: 4.1 (0x7) LMP Subversion: 0x2209
  94. Manufacturer: Broadcom Corporation (15)
  95. > HCI Event: Command Complete (0x0e) plen 4
  96. Vendor (0x3f|0x011a) ncmd 1
  97. 0000: 00 .
  98. > HCI Event: Command Complete (0x0e) plen 12
  99. Read Local Version Information (0x04|0x0001) ncmd 1
  100. status 0x00
  101. HCI Version: 4.1 (0x7) HCI Revision: 0x168
  102. LMP Version: 4.1 (0x7) LMP Subversion: 0x2209
  103. Manufacturer: Broadcom Corporation (15)
  104. > HCI Event: Command Complete (0x0e) plen 4
  105. Vendor (0x3f|0x011a) ncmd 1
  106. 0000: 00 .
Add Comment
Please, Sign In to add comment