-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbluedump_inout_noreportout
910 lines (909 loc) · 51.9 KB
/
bluedump_inout_noreportout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
19:37:04.699999 hci length 17, direction out,
0x0000: 0105 040d 4318 9acb 5894 18cc 0200 0000 ....C...X.......
0x0010: 01 .
19:37:04.700415 hci length 7, direction in,
0x0000: 040f 0400 0105 04 .......
19:37:06.108958 hci length 11, direction in,
0x0000: 0412 0800 4318 9acb 5894 01 ....C...X..
19:37:06.119646 hci length 14, direction in,
0x0000: 0403 0b00 0c00 4318 9acb 5894 0100 ......C...X...
19:37:06.119887 hci length 6, direction out,
0x0000: 011b 0402 0c00 ......
19:37:06.120353 hci length 7, direction in,
0x0000: 040f 0400 011b 04 .......
19:37:06.120450 hci length 14, direction in,
0x0000: 040b 0b00 0c00 bffe cffe dbff 7b87 ............{.
19:37:06.120488 hci length 7, direction out,
0x0000: 011c 0403 0c00 01 .......
19:37:06.120872 hci length 7, direction in,
0x0000: 040f 0400 011c 04 .......
19:37:06.120974 hci length 16, direction in,
0x0000: 0423 0d00 0c00 0102 0f00 0000 0000 0000 .#..............
19:37:06.121014 hci length 14, direction out,
0x0000: 0119 040a 4318 9acb 5894 0200 0000 ....C...X.....
19:37:06.121424 hci length 7, direction in,
0x0000: 040f 0400 0119 04 .......
19:37:06.122082 hci length 6, direction in,
0x0000: 041b 030c 0005 ......
19:37:06.128360 hci length 7, direction in,
0x0000: 0438 040c 0040 1f .8...@.
19:37:06.130831 hci length 7, direction in,
0x0000: 0438 040c 0080 0c .8.....
19:37:06.138344 hci length 258, direction in,
0x0000: 0407 ff00 4318 9acb 5894 4e69 6e74 656e ....C...X.Ninten
0x0010: 646f 2053 7769 7463 6800 0000 0000 0000 do.Switch.......
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0040: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0050: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0060: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0100: 0000 ..
19:37:06.138427 hci length 6, direction out,
0x0000: 0111 0402 0c00 ......
19:37:06.138867 hci length 7, direction in,
0x0000: 040f 0400 0111 04 .......
19:37:06.139012 hci length 9, direction in,
0x0000: 0417 0643 189a cb58 94 ...C...X.
19:37:06.139076 hci length 26, direction out,
0x0000: 010b 0416 4318 9acb 5894 8861 eb70 8f35 ....C...X..a.p.5
0x0010: eba3 ef53 c7ae d0ff db84 ...S......
19:37:06.140773 hci length 13, direction in,
0x0000: 040e 0a01 0b04 0043 189a cb58 94 .......C...X.
19:37:06.162144 hci length 6, direction in,
0x0000: 0406 0300 0c00 ......
19:37:06.162215 hci length 7, direction out,
0x0000: 0113 0403 0c00 01 .......
19:37:06.162905 hci length 7, direction in,
0x0000: 040f 0400 0113 04 .......
19:37:06.206044 hci length 7, direction in,
0x0000: 0408 0400 0c00 02 .......
19:37:06.206119 hci length 6, direction out,
0x0000: 0108 1402 0c00 ......
19:37:06.206690 hci length 10, direction in,
0x0000: 040e 0701 0814 000c 0010 ..........
19:37:06.206753 hci length 15, direction out,
0x0000: 020c 000a 0006 0001 000a 0102 0002 00 ...............
19:37:06.214538 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 000b 0108 0002 0000 ................
0x0010: 00b8 0000 00 .....
19:37:06.214565 hci length 15, direction out,
0x0000: 020c 000a 0006 0001 000a 0202 0003 00 ...............
19:37:06.219524 hci length 25, direction in,
0x0000: 020c 2014 0010 0001 000b 020c 0003 0000 ................
0x0010: 0002 0000 0000 0000 00 .........
19:37:06.219546 hci length 17, direction out,
0x0000: 020c 000c 0008 0001 0002 0304 0011 0040 ...............@
0x0010: 00 .
19:37:06.243327 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:06.245795 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 0003 0308 004d 0040 .............M.@
0x0010: 0000 0000 00 .....
19:37:06.245824 hci length 28, direction out,
0x0000: 020c 0017 0013 0001 0004 040f 004d 0000 .............M..
0x0010: 0004 0900 0000 0000 0000 0000 ............
19:37:06.247026 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 0004 0208 0040 0000 .............@..
0x0010: 0001 02bc 02 .....
19:37:06.247053 hci length 23, direction out,
0x0000: 020c 0012 000e 0001 0005 020a 004d 0000 .............M..
0x0010: 0000 0001 02bc 02 .......
19:37:06.248325 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:06.249545 hci length 19, direction in,
0x0000: 020c 200e 000a 0001 0005 0406 0040 0000 .............@..
0x0010: 0000 00 ...
19:37:06.249687 hci length 17, direction out,
0x0000: 020c 000c 0008 0001 0002 0504 0013 0041 ...............A
0x0010: 00 .
19:37:06.252119 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:06.253583 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 0003 0508 004e 0041 .............N.A
0x0010: 0000 0000 00 .....
19:37:06.253608 hci length 28, direction out,
0x0000: 020c 0017 0013 0001 0004 060f 004e 0000 .............N..
0x0010: 0004 0900 0000 0000 0000 0000 ............
19:37:06.254541 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 0004 0308 0041 0000 .............A..
0x0010: 0001 02bc 02 .....
19:37:06.254565 hci length 23, direction out,
0x0000: 020c 0012 000e 0001 0005 030a 004e 0000 .............N..
0x0010: 0000 0001 02bc 02 .......
19:37:06.300751 hci length 19, direction in,
0x0000: 020c 200e 000a 0001 0005 0606 0041 0000 .............A..
0x0010: 0000 00 ...
19:37:06.302545 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:06.315331 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:06.315852 hci length 7, direction in,
0x0000: 0438 040c 0080 0c .8.....
19:37:06.323353 hci length 6, direction in,
0x0000: 041b 030c 0001 ......
19:37:06.330304 hci length 9, direction in,
0x0000: 0414 0600 0c00 0208 00 .........
19:37:06.504037 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:06.957033 hci length 15, direction in,
0x0000: 020c 200a 0006 0001 000a 0402 0002 00 ...............
19:37:06.957106 hci length 21, direction out,
0x0000: 020c 0010 000c 0001 000b 0408 0002 0000 ................
0x0010: 00b8 0200 00 .....
19:37:06.957132 hci length 6, direction out,
0x0000: 0104 0802 0c00 ......
19:37:06.957820 hci length 7, direction in,
0x0000: 040f 0400 0104 08 .......
19:37:06.970804 hci length 9, direction in,
0x0000: 0414 0600 0c00 0000 00 .........
19:37:06.978545 hci length 6, direction in,
0x0000: 041b 030c 0005 ......
19:37:07.004624 hci length 15, direction in,
0x0000: 020c 200a 0006 0001 000a 0502 0003 00 ...............
19:37:07.004671 hci length 25, direction out,
0x0000: 020c 0014 0010 0001 000b 050c 0003 0000 ................
0x0010: 0086 0000 0000 0000 00 .........
19:37:07.007137 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:07.304516 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:07.354816 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0103 0000 0000 ...6.2.A........
0x0010: 0000 0000 0200 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:07.357292 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2100 8e00 0000 ...7.3.N..!.....
0x0010: 0000 0000 0000 0082 0204 0003 02b8 27eb ..............'.
0x0020: 1797 9a01 0100 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:07.360910 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:07.363474 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0104 0000 0000 ...6.2.A........
0x0010: 0000 0000 0800 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:07.365577 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2101 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0080 0800 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:07.370975 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0105 0000 0000 ...6.2.A........
0x0010: 0000 0000 1000 6000 0010 0000 0000 0000 ......`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:07.373609 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2102 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0090 1000 6000 0010 0000 ..........`.....
0x0020: 5843 5731 3031 3430 3539 3936 3631 0000 XCW10140599661..
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:07.382197 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0106 0000 0000 ...6.2.A........
0x0010: 0000 0000 1050 6000 000d 0000 0000 0000 .....P`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:07.384989 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2103 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0090 1050 6000 000d ff3c .........P`....<
0x0020: 281e 0a0a ffff ffff ffff ff00 0000 0000 (...............
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:07.403364 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:07.407224 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0107 0001 4040 ...6.2.A......@@
0x0010: 0001 4040 0330 0000 0000 0000 0000 0000 ..@@.0..........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:07.410602 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2104 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0080 0300 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:07.413426 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:07.415975 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0108 0000 0000 ...6.2.A........
0x0010: 0000 0000 0400 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:08.307063 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:08.414787 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2105 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0083 042c 012c 0100 0000 .........,.,....
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:08.429672 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:08.432236 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0109 0000 0000 ...6.2.A........
0x0010: 0000 0000 1080 6000 0018 0000 0000 0000 ......`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:09.309439 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:09.503913 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:09.719329 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2106 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0090 1080 6000 0018 5e01 ..........`...^.
0x0020: 0000 0ff0 19d0 4cae 40e1 eee2 2eee e22e ......L.@.......
0x0030: b44a ab96 6449 0000 0000 0000 .J..dI......
19:37:09.762232 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010a 0000 0000 ...6.2.A........
0x0010: 0000 0000 1098 6000 0012 0000 0000 0000 ......`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:10.005710 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:10.311116 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:10.504228 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:11.024047 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2107 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0090 1098 6000 0012 19d0 ..........`.....
0x0020: 4cae 40e1 eee2 2eee e22e b44a ab96 6449 L.@........J..dI
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:11.039755 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010b 0000 0000 ...6.2.A........
0x0010: 0000 0000 1010 8000 0018 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:11.254171 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:11.312484 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:11.503948 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:12.314946 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:12.327124 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2108 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0090 1010 8000 0018 ffff ................
0x0020: ffff ffff ffff ffff ffb2 a150 b86a ed24 ...........P.j.$
0x0030: 4723 2544 ffff 0000 0000 0000 G#%D........
19:37:12.342284 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010c 0000 0000 ...6.2.A........
0x0010: 0000 0000 103d 6000 0019 0000 0000 0000 .....=`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:12.364904 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:13.317325 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:13.503957 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:13.632928 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 2109 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0090 103d 6000 0019 ffff .........=`.....
0x0020: ffff ffff ffff ff89 586e 5425 4921 7542 ........XnT%I!uB
0x0030: ffff 3c28 1e0a 0a00 0000 0000 ..<(........
19:37:13.642287 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010d 0001 4040 ...6.2.A......@@
0x0010: 0001 4040 1020 6000 0018 0000 0000 0000 ..@@..`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:13.878992 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:14.319010 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:14.504267 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:14.937878 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 210a 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0090 1020 6000 0018 6f00 ..........`...o.
0x0020: b4ff 2800 0040 0040 0040 feff f9ff 0d00 ..(..@.@.@......
0x0030: e73b e73b e73b 0000 0000 0000 .;.;.;......
19:37:15.129007 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:15.320711 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 0000 0000 0000 ...7.3.N........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:15.336064 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010e 0000 0000 ...6.2.A........
0x0010: 0000 0000 4002 0000 0000 0000 0000 0000 ....@...........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:15.503975 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:16.243603 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 210b 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0080 4000 0000 0000 0000 ........@.......
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:16.258615 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010f 0000 0000 ...6.2.A........
0x0010: 0000 0000 4801 0000 0000 0000 0000 0000 ....H...........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:16.504256 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:17.548812 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 210c 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0080 4800 0000 0000 0000 ........H.......
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:17.562521 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0100 0001 4040 ...6.2.A......@@
0x0010: 0001 4040 2121 0000 0000 0000 0000 0000 ..@@!!..........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:17.754261 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:18.854342 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 210d 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 00a0 2101 00ff 0008 001b ........!.......
0x0020: 0100 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 c800 ............
19:37:18.864875 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0101 0000 0000 ...6.2.A........
0x0010: 0000 0000 3001 0000 0000 0000 0000 0000 ....0...........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:37:19.129033 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:20.159688 hci length 60, direction out,
0x0000: 020c 0037 0033 004e 00a1 210e 8e00 0000 ...7.3.N..!.....
0x0010: 0008 8000 0880 0080 3000 0000 0000 0000 ........0.......
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:37:20.379311 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:21.463146 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 300f 8e00 0400 .......N..0.....
0x0010: 0008 8000 0880 80 .......
19:37:21.629291 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:22.464781 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3010 8e00 0400 .......N..0.....
0x0010: 2578 81f5 8862 80 %x...b.
19:37:22.754346 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:23.466457 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3011 8e00 0400 .......N..0.....
0x0010: 2548 81f5 8862 80 %H...b.
19:37:23.629112 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:24.470366 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3012 8e00 0400 .......N..0.....
0x0010: 2548 81f5 8862 80 %H...b.
19:37:24.754347 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:25.471307 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3013 8e00 0400 .......N..0.....
0x0010: 2548 81fa 8862 80 %H...b.
19:37:25.629366 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:26.472344 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3014 8e00 0400 .......N..0.....
0x0010: 2578 81f5 8862 80 %x...b.
19:37:26.754366 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:27.473619 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3015 8e00 0400 .......N..0.....
0x0010: 2548 81f5 8862 80 %H...b.
19:37:27.629392 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:28.474790 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3016 8e00 0400 .......N..0.....
0x0010: 2578 81f5 8862 80 %x...b.
19:37:28.629206 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:29.476510 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3017 8e00 0400 .......N..0.....
0x0010: 2548 81f5 b862 80 %H...b.
19:37:29.754388 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:30.477593 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3018 8e00 0400 .......N..0.....
0x0010: 2548 81f5 8862 80 %H...b.
19:37:30.498663 hci length 20, direction in,
0x0000: 020c 200f 000b 0041 00a2 1002 0001 4040 .......A......@@
0x0010: 0001 4040 ..@@
19:37:30.629315 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:31.479533 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3019 8e00 0400 .......N..0.....
0x0010: 2878 81f5 b862 80 (x...b.
19:37:31.754326 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:32.482434 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 301a 8e00 0400 .......N..0.....
0x0010: 2578 81f5 8862 80 %x...b.
19:37:32.629252 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:33.483747 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 301b 8e00 0400 .......N..0.....
0x0010: 2548 81f5 8862 80 %H...b.
19:37:33.754368 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:34.485931 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 301c 8e00 0400 .......N..0.....
0x0010: 2548 81f5 8862 80 %H...b.
19:37:34.629323 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:35.487524 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 301d 8e00 0400 .......N..0.....
0x0010: 2878 81f5 b862 80 (x...b.
19:37:35.754394 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:36.489094 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 301e 8e00 0400 .......N..0.....
0x0010: 2548 81f5 8862 80 %H...b.
19:37:36.629410 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:37.490104 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 301f 8e00 0400 .......N..0.....
0x0010: 2548 81fa 1864 80 %H...d.
19:37:37.754545 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:38.491246 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3020 8e00 0400 .......N..0.....
0x0010: 2848 81f5 8862 80 (H...b.
19:37:38.754351 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:39.492863 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3021 8e00 0400 .......N..0!....
0x0010: 2548 81f5 8862 80 %H...b.
19:37:39.754454 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:40.493739 hci length 23, direction out,
0x0000: 020c 0012 000e 004e 00a1 3022 8e00 0400 .......N..0"....
0x0010: 2578 81f5 8862 80 %x...b.
19:37:40.629378 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:37:41.351769 hci length 17, direction out,
0x0000: 020c 000c 0008 0001 0006 0704 004e 0041 .............N.A
0x0010: 00 .
19:37:41.351796 hci length 17, direction out,
0x0000: 020c 000c 0008 0001 0006 0804 004d 0040 .............M.@
0x0010: 00 .
19:37:41.358893 hci length 17, direction in,
0x0000: 020c 200c 0008 0001 0007 0704 004e 0041 .............N.A
0x0010: 00 .
19:37:41.358998 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:37:41.360129 hci length 7, direction in,
0x0000: 0438 040c 0040 1f .8...@.
19:37:41.361282 hci length 17, direction in,
0x0000: 020c 200c 0008 0001 0007 0804 004d 0040 .............M.@
0x0010: 00 .
19:37:43.371742 hci length 7, direction out,
0x0000: 0106 0403 0c00 13 .......
19:37:43.372303 hci length 7, direction in,
0x0000: 040f 0400 0106 04 .......
19:37:43.455705 hci length 7, direction in,
0x0000: 0405 0400 0c00 16 .......
19:49:51.452520 hci length 17, direction out,
0x0000: 0105 040d 4318 9acb 5894 18cc 0200 0000 ....C...X.......
0x0010: 01 .
19:49:51.453073 hci length 7, direction in,
0x0000: 040f 0400 0105 04 .......
19:49:52.093083 hci length 11, direction in,
0x0000: 0412 0800 4318 9acb 5894 01 ....C...X..
19:49:52.105078 hci length 14, direction in,
0x0000: 0403 0b00 0c00 4318 9acb 5894 0100 ......C...X...
19:49:52.105235 hci length 6, direction out,
0x0000: 011b 0402 0c00 ......
19:49:52.106224 hci length 6, direction in,
0x0000: 041b 030c 0005 ......
19:49:52.106997 hci length 7, direction in,
0x0000: 040f 0400 011b 04 .......
19:49:52.107095 hci length 14, direction in,
0x0000: 040b 0b00 0c00 bffe cffe dbff 7b87 ............{.
19:49:52.107126 hci length 7, direction out,
0x0000: 011c 0403 0c00 01 .......
19:49:52.107538 hci length 7, direction in,
0x0000: 040f 0400 011c 04 .......
19:49:52.107644 hci length 16, direction in,
0x0000: 0423 0d00 0c00 0102 0f00 0000 0000 0000 .#..............
19:49:52.107671 hci length 14, direction out,
0x0000: 0119 040a 4318 9acb 5894 0200 0000 ....C...X.....
19:49:52.108064 hci length 7, direction in,
0x0000: 040f 0400 0119 04 .......
19:49:52.121710 hci length 7, direction in,
0x0000: 0438 040c 0040 1f .8...@.
19:49:52.121722 hci length 7, direction in,
0x0000: 0438 040c 0080 0c .8.....
19:49:52.123644 hci length 258, direction in,
0x0000: 0407 ff00 4318 9acb 5894 4e69 6e74 656e ....C...X.Ninten
0x0010: 646f 2053 7769 7463 6800 0000 0000 0000 do.Switch.......
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0040: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0050: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0060: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0100: 0000 ..
19:49:52.123689 hci length 6, direction out,
0x0000: 0111 0402 0c00 ......
19:49:52.124251 hci length 7, direction in,
0x0000: 040f 0400 0111 04 .......
19:49:52.124393 hci length 9, direction in,
0x0000: 0417 0643 189a cb58 94 ...C...X.
19:49:52.124422 hci length 26, direction out,
0x0000: 010b 0416 4318 9acb 5894 8861 eb70 8f35 ....C...X..a.p.5
0x0010: eba3 ef53 c7ae d0ff db84 ...S......
19:49:52.126132 hci length 13, direction in,
0x0000: 040e 0a01 0b04 0043 189a cb58 94 .......C...X.
19:49:52.148765 hci length 6, direction in,
0x0000: 0406 0300 0c00 ......
19:49:52.148809 hci length 7, direction out,
0x0000: 0113 0403 0c00 01 .......
19:49:52.149401 hci length 7, direction in,
0x0000: 040f 0400 0113 04 .......
19:49:52.192679 hci length 7, direction in,
0x0000: 0408 0400 0c00 02 .......
19:49:52.192775 hci length 6, direction out,
0x0000: 0108 1402 0c00 ......
19:49:52.193330 hci length 10, direction in,
0x0000: 040e 0701 0814 000c 0010 ..........
19:49:52.193401 hci length 15, direction out,
0x0000: 020c 000a 0006 0001 000a 0102 0002 00 ...............
19:49:52.201214 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 000b 0108 0002 0000 ................
0x0010: 00b8 0000 00 .....
19:49:52.201262 hci length 15, direction out,
0x0000: 020c 000a 0006 0001 000a 0202 0003 00 ...............
19:49:52.203786 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:52.204960 hci length 25, direction in,
0x0000: 020c 2014 0010 0001 000b 020c 0003 0000 ................
0x0010: 0002 0000 0000 0000 00 .........
19:49:52.205016 hci length 17, direction out,
0x0000: 020c 000c 0008 0001 0002 0304 0011 0040 ...............@
0x0010: 00 .
19:49:52.304918 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 0003 0308 0044 0040 .............D.@
0x0010: 0000 0000 00 .....
19:49:52.304977 hci length 28, direction out,
0x0000: 020c 0017 0013 0001 0004 040f 0044 0000 .............D..
0x0010: 0004 0900 0000 0000 0000 0000 ............
19:49:52.307541 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 0004 0208 0040 0000 .............@..
0x0010: 0001 02bc 02 .....
19:49:52.307596 hci length 23, direction out,
0x0000: 020c 0012 000e 0001 0005 020a 0044 0000 .............D..
0x0010: 0000 0001 02bc 02 .......
19:49:52.307621 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:52.308702 hci length 19, direction in,
0x0000: 020c 200e 000a 0001 0005 0406 0040 0000 .............@..
0x0010: 0000 00 ...
19:49:52.308895 hci length 17, direction out,
0x0000: 020c 000c 0008 0001 0002 0504 0013 0041 ...............A
0x0010: 00 .
19:49:52.311285 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:52.313714 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 0003 0508 0043 0041 .............C.A
0x0010: 0000 0000 00 .....
19:49:52.313764 hci length 28, direction out,
0x0000: 020c 0017 0013 0001 0004 060f 0043 0000 .............C..
0x0010: 0004 0900 0000 0000 0000 0000 ............
19:49:52.314935 hci length 21, direction in,
0x0000: 020c 2010 000c 0001 0004 0308 0041 0000 .............A..
0x0010: 0001 02bc 02 .....
19:49:52.314982 hci length 23, direction out,
0x0000: 020c 0012 000e 0001 0005 030a 0043 0000 .............C..
0x0010: 0000 0001 02bc 02 .......
19:49:52.343761 hci length 19, direction in,
0x0000: 020c 200e 000a 0001 0005 0606 0041 0000 .............A..
0x0010: 0000 00 ...
19:49:52.343887 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:52.345036 hci length 7, direction in,
0x0000: 0438 040c 0080 0c .8.....
19:49:52.346630 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:52.353785 hci length 6, direction in,
0x0000: 041b 030c 0001 ......
19:49:52.360694 hci length 9, direction in,
0x0000: 0414 0600 0c00 0208 00 .........
19:49:52.511033 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:49:52.933669 hci length 15, direction in,
0x0000: 020c 200a 0006 0001 000a 0402 0002 00 ...............
19:49:52.933728 hci length 21, direction out,
0x0000: 020c 0010 000c 0001 000b 0408 0002 0000 ................
0x0010: 00b8 0200 00 .....
19:49:52.933753 hci length 6, direction out,
0x0000: 0104 0802 0c00 ......
19:49:52.934396 hci length 7, direction in,
0x0000: 040f 0400 0104 08 .......
19:49:52.946153 hci length 9, direction in,
0x0000: 0414 0600 0c00 0000 00 .........
19:49:52.949976 hci length 6, direction in,
0x0000: 041b 030c 0005 ......
19:49:52.972418 hci length 15, direction in,
0x0000: 020c 200a 0006 0001 000a 0502 0003 00 ...............
19:49:52.972476 hci length 25, direction out,
0x0000: 020c 0014 0010 0001 000b 050c 0003 0000 ................
0x0010: 0086 0000 0000 0000 00 .........
19:49:53.002541 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:53.348701 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:53.371378 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010f 0000 0000 ...6.2.A........
0x0010: 0000 0000 0200 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:53.374076 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2100 8e00 0000 ...7.3.C..!.....
0x0010: 0000 0000 0000 0082 0204 0003 02b8 27eb ..............'.
0x0020: 1797 9a01 0100 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:53.377558 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:53.380123 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0100 0000 0000 ...6.2.A........
0x0010: 0000 0000 0800 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:53.382452 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2101 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0080 0800 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:53.398895 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0101 0000 0000 ...6.2.A........
0x0010: 0000 0000 1000 6000 0010 0000 0000 0000 ......`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:53.401321 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2102 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0090 1000 6000 0010 0000 ..........`.....
0x0020: 5843 5731 3031 3430 3539 3936 3631 0000 XCW10140599661..
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:53.418840 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:53.421364 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0102 0000 0000 ...6.2.A........
0x0010: 0000 0000 1050 6000 000d 0000 0000 0000 .....P`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:53.423922 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2103 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0090 1050 6000 000d ff3c .........P`....<
0x0020: 281e 0a0a ffff ffff ffff ff00 0000 0000 (...............
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:53.430106 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0103 0001 4040 ...6.2.A......@@
0x0010: 0001 4040 0330 0000 0000 0000 0000 0000 ..@@.0..........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:53.433171 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2104 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0080 0300 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:53.436318 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:53.438930 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0104 0000 0000 ...6.2.A........
0x0010: 0000 0000 0400 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:54.351131 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:54.436586 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2105 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0083 042c 012c 0100 0000 .........,.,....
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:54.448819 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:54.451552 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0105 0000 0000 ...6.2.A........
0x0010: 0000 0000 1080 6000 0018 0000 0000 0000 ......`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:55.352698 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:55.511127 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:49:55.742830 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2106 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0090 1080 6000 0018 5e01 ..........`...^.
0x0020: 0000 0ff0 19d0 4cae 40e1 eee2 2eee e22e ......L.@.......
0x0030: b44a ab96 6449 0000 0000 0000 .J..dI......
19:49:55.768890 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0106 0000 0000 ...6.2.A........
0x0010: 0000 0000 1098 6000 0012 0000 0000 0000 ......`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:56.013083 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:49:56.354517 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:56.511559 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:49:57.047763 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2107 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0090 1098 6000 0012 19d0 ..........`.....
0x0020: 4cae 40e1 eee2 2eee e22e b44a ab96 6449 L.@........J..dI
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:57.058920 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0107 0000 0000 ...6.2.A........
0x0010: 0000 0000 1010 8000 0018 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:57.261148 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:49:57.355237 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:57.511146 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:49:58.353725 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2108 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0090 1010 8000 0018 ffff ................
0x0020: ffff ffff ffff ffff ffb2 a150 b86a ed24 ...........P.j.$
0x0030: 4723 2544 ffff 0000 0000 0000 G#%D........
19:49:58.356225 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:58.388862 hci length 8, direction in,
0x0000: 0413 0501 0c00 0200 ........
19:49:58.390185 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0108 0000 0000 ...6.2.A........
0x0010: 0000 0000 103d 6000 0019 0000 0000 0000 .....=`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:59.359310 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:49:59.636224 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:49:59.658916 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 2109 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0090 103d 6000 0019 ffff .........=`.....
0x0020: ffff ffff ffff ff89 586e 5425 4921 7542 ........XnT%I!uB
0x0030: ffff 3c28 1e0a 0a00 0000 0000 ..<(........
19:49:59.690195 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 0109 0001 4040 ...6.2.A......@@
0x0010: 0001 4040 1020 6000 0018 0000 0000 0000 ..@@..`.........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:49:59.886205 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:50:00.361050 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:50:00.636180 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:50:00.963976 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 210a 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0090 1020 6000 0018 6f00 ..........`...o.
0x0020: b4ff 2800 0040 0040 0040 feff f9ff 0d00 ..(..@.@.@......
0x0030: e73b e73b e73b 0000 0000 0000 .;.;.;......
19:50:01.136192 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:50:01.362008 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 0000 0000 0000 ...7.3.C........
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:50:01.391459 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010a 0000 0000 ...6.2.A........
0x0010: 0000 0000 4002 0000 0000 0000 0000 0000 ....@...........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:50:01.511260 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:50:02.270952 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 210b 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0080 4000 0000 0000 0000 ........@.......
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:50:02.278989 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010b 0000 0000 ...6.2.A........
0x0010: 0000 0000 4801 0000 0000 0000 0000 0000 ....H...........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:50:02.511228 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:50:03.576546 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 210c 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0080 4800 0000 0000 0000 ........H.......
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:50:03.586488 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010c 0001 4040 ...6.2.A......@@
0x0010: 0001 4040 2121 0000 0000 0000 0000 0000 ..@@!!..........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:50:03.761270 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:50:04.881400 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 210d 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 00a0 2101 00ff 0008 001b ........!.......
0x0020: 0100 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 c800 ............
19:50:04.914032 hci length 59, direction in,
0x0000: 020c 2036 0032 0041 00a2 010d 0000 0000 ...6.2.A........
0x0010: 0000 0000 3001 0000 0000 0000 0000 0000 ....0...........
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 00 ...........
19:50:05.136112 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........
19:50:06.186980 hci length 60, direction out,
0x0000: 020c 0037 0033 0043 00a1 210e 8e00 0000 ...7.3.C..!.....
0x0010: 0008 8000 0880 0080 3000 0000 0000 0000 ........0.......
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 ............
19:50:06.386162 hci length 8, direction in,
0x0000: 0413 0501 0c00 0100 ........