All of lore.kernel.org
 help / color / mirror / Atom feed
* Intel 7260 bluetooth malfunction when it is connected to EHCI bus
@ 2013-10-29 10:03 Hui Wang
  2013-10-29 11:16 ` Marcel Holtmann
  0 siblings, 1 reply; 22+ messages in thread
From: Hui Wang @ 2013-10-29 10:03 UTC (permalink / raw)
  To: tedd.an, johan.hedberg, marcel, xiong.y.zhang, gustavo.padovan
  Cc: linux-bluetooth

The problem is:
On the machine which has Intel 7260 BT module, i use it to connect a 
bluetooth headset,
it can successfully scan and connect to the headset, when i play sound 
to the bt headset,
the problem comes, if the bt module is connected to the XHCI, it can 
work very well.

u@u-Lenovo-B4400:~$ lsusb -t
1-7:1.0: No such file or directory
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
     |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
     |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
     |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet 
handled', Driver=btusb, 12M
     |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet 
handled', Driver=btusb, 12M

But if the bt module is connected to the EHCI, it always fails to play 
sound.

u@u-Lenovo-B4400:~$ lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
         |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet 
handled', Driver=btusb, 12M
         |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet 
handled', Driver=btusb, 12M
         |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet 
handled', Driver=uvcvideo, 480M
         |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet 
handled', Driver=uvcvideo, 480M

---------------------------------------------------------------------------------------------------------
The BT moudle version, firmware version and linux kernel version:
dmesg snippet,
[    2.164386] Bluetooth: hci0: read Intel version: 370710018002030d00
[    2.200701] Bluetooth: hci0: Intel Bluetooth firmware file: 
intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq

And the firmware was got from 
http://permalink.gmane.org/gmane.linux.bluez.kernel/37580.

To verify the firmware is the latest, i execute following commands,
u@u-Lenovo-B4400:~$ sudo hcitool cmd 0x3f 0x005 0x00
< HCI Command: ogf 0x3f, ocf 0x0005, plen 1
   00
 > HCI Event: 0x0e plen 13
   01 05 FC 00 37 07 10 01 80 02 03 0D 2E

On the machine, i installed ubuntu-12.04 (kernel is 3.5), then i 
replaced the kernel to the linux-3.8 and
the latest upstream kernel linux-3.12.0-rc6, the situation had no 
difference, the problem still can be
reproduced on very linux kernel version.

----------------------------------------------------------------------------------------------------------
My investigation:

I did the test on dozens of laptops on which all installed intel 7260 
wifi+bt combo, in case the bt module
is connected to EHCI bus, it will 100% fail to play sound to the bt 
headset. If the bt module is connected
to the XHCI bus, it will work very well, including play audio to a bt 
headset.

And more investigation show, if the bt module is on the EHCI bus, it 
can't receive any SCO packet like this,
u@u-Lenovo-B4400:~$ hciconfig
hci0: Type: BR/EDR Bus: USB
  BD Address: 00:15:00:CC:2D:D2 ACL MTU: 1021:5 SCO MTU: 96:5
  UP RUNNING PSCAN
  RX bytes:6687 acl:61 sco:0 events:308 errors:0
  TX bytes:19367 acl:70 sco:3 commands:179 errors:0

if the bt module is on the XHCI bus, it can transmit and receive SCO 
packets very well,
u@u-Lenovo-B4400:~$ hciconfig
hci0: Type: BR/EDR Bus: USB
  BD Address: 00:15:00:CC:2D:D2 ACL MTU: 1021:5 SCO MTU: 96:5
  UP RUNNING PSCAN
  RX bytes:572756 acl:47 sco:11173 events:221 errors:0
  TX bytes:586261 acl:55 sco:11137 commands:137 errors:0

----------------------------------------------------------------------------------------------------------
So could anybody be kindly help to confirm this problem,  and could the 
maintainer of intel 7260 bt driver/firmware
be kindly to solve this problem?

Thanks in advance.

Hui.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-10-29 10:03 Intel 7260 bluetooth malfunction when it is connected to EHCI bus Hui Wang
@ 2013-10-29 11:16 ` Marcel Holtmann
  2013-10-30  2:51   ` Hui Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Marcel Holtmann @ 2013-10-29 11:16 UTC (permalink / raw)
  To: Hui Wang
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development

Hi Hui,

> The problem is:
> On the machine which has Intel 7260 BT module, i use it to connect a bluetooth headset,
> it can successfully scan and connect to the headset, when i play sound to the bt headset,
> the problem comes, if the bt module is connected to the XHCI, it can work very well.
> 
> u@u-Lenovo-B4400:~$ lsusb -t
> 1-7:1.0: No such file or directory
> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>    |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
>    |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
>    |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>    |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
> 
> But if the bt module is connected to the EHCI, it always fails to play sound.
> 
> u@u-Lenovo-B4400:~$ lsusb -t
> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>        |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>        |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>        |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>        |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M

can you paste /sys/kernel/debug/usb/devices here.

If the uvcvideo driver is also using ISOC URBs, we might have just exhausted the bandwidth of the USB bus here or these two devices just do not play nice with each other.

Try to unload the uvcvideo driver and try it again.

Regards

Marcel


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-10-29 11:16 ` Marcel Holtmann
@ 2013-10-30  2:51   ` Hui Wang
  2013-10-30 19:36     ` Tedd Ho-Jeong An
  2013-10-30 19:44     ` Marcel Holtmann
  0 siblings, 2 replies; 22+ messages in thread
From: Hui Wang @ 2013-10-30  2:51 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development

On 10/29/2013 07:16 PM, Marcel Holtmann wrote:
> Hi Hui,
>
>> The problem is:
>> On the machine which has Intel 7260 BT module, i use it to connect a bluetooth headset,
>> it can successfully scan and connect to the headset, when i play sound to the bt headset,
>> the problem comes, if the bt module is connected to the XHCI, it can work very well.
>>
>> u@u-Lenovo-B4400:~$ lsusb -t
>> 1-7:1.0: No such file or directory
>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>     |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
>>     |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
>>     |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>     |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>
>> But if the bt module is connected to the EHCI, it always fails to play sound.
>>
>> u@u-Lenovo-B4400:~$ lsusb -t
>> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>         |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>         |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>         |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>         |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
> can you paste /sys/kernel/debug/usb/devices here.
>
> If the uvcvideo driver is also using ISOC URBs, we might have just exhausted the bandwidth of the USB bus here or these two devices just do not play nice with each other.
>
> Try to unload the uvcvideo driver and try it again.
Thanks for your reply, follow your instruction, i totally disabled the 
camera from the BIOS, then the usb tree like this,
  u@u-Lenovo-B4400:~$ lsusb -t
1-1.3:1.0: No such file or directory
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
         |__ Port 2: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
         |__ Port 3: Dev 4, If 0, Class=vend., Driver=, 12M
         |__ Port 5: Dev 5, If 0, Class='bInterfaceClass 0xe0 not yet 
handled', Driver=btusb, 12M
         |__ Port 5: Dev 5, If 1, Class='bInterfaceClass 0xe0 not yet 
handled', Driver=btusb, 12M
u@u-Lenovo-B4400:~$ uname -a
Linux u-Lenovo-B4400 3.12.0-031200rc6-generic #201310191635 SMP Sat Oct 
19 20:36:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

I re-did the test, the result is same as before, after the headset is 
connected and i play audio, no sound is heard from the headset.
And hciconfig output shows still no SCO packets received by BT driver.
u@u-Lenovo-B4400:~$ hciconfig
hci0:    Type: BR/EDR  Bus: USB
     BD Address: 00:15:00:CC:2D:D2  ACL MTU: 1021:5  SCO MTU: 96:5
     UP RUNNING PSCAN
     RX bytes:5853 acl:61 sco:0 events:298 errors:0
     TX bytes:19212 acl:68 sco:1 commands:179 errors:0

This is the debug output of "sudo cat /sys/kernel/debug/usb/devices" 
after those operations,
u@u-Lenovo-B4400:~$ sudo cat /sys/kernel/debug/usb/devices

T:  Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=5000 MxCh= 4
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 3.00 Cls=09(hub  ) Sub=00 Prot=03 MxPS= 9 #Cfgs=  1
P:  Vendor=1d6b ProdID=0003 Rev= 3.05
S:  Manufacturer=Linux 3.12.0-rc6-WR5.0.1.4_standard+ xhci_hcd
S:  Product=xHCI Host Controller
S:  SerialNumber=0000:00:14.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh=14
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 3.05
S:  Manufacturer=Linux 3.12.0-rc6-WR5.0.1.4_standard+ xhci_hcd
S:  Product=xHCI Host Controller
S:  SerialNumber=0000:00:14.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 3
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 3.05
S:  Manufacturer=Linux 3.12.0-rc6-WR5.0.1.4_standard+ ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:1d.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480  MxCh= 8
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=8087 ProdID=8000 Rev= 0.05
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=256ms

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 3
B:  Alloc=  4/800 us ( 1%), #Int=  3, #Iso=  1
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 3.05
S:  Manufacturer=Linux 3.12.0-rc6-WR5.0.1.4_standard+ ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:1a.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480  MxCh= 6
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=8087 ProdID=8008 Rev= 0.05
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

T:  Bus=01 Lev=02 Prnt=02 Port=01 Cnt=01 Dev#=  3 Spd=1.5  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0461 ProdID=4d22 Rev= 2.00
S:  Product=USB Optical Mouse
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=usbhid
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=10ms

T:  Bus=01 Lev=02 Prnt=02 Port=02 Cnt=02 Dev#=  4 Spd=12   MxCh= 0
D:  Ver= 1.10 Cls=ff(vend.) Sub=11 Prot=ff MxPS= 8 #Cfgs=  1
P:  Vendor=138a ProdID=0011 Rev= 0.78
S:  SerialNumber=7ffcdfda8afe
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 4 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=4ms

T:  Bus=01 Lev=02 Prnt=02 Port=04 Cnt=03 Dev#=  5 Spd=12   MxCh= 0
D:  Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=8087 ProdID=07dc Rev= 0.01
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=81(I) Atr=03(Int.) MxPS=  64 Ivl=1ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
I:  If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=03(O) Atr=01(Isoc) MxPS=   0 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=   0 Ivl=1ms
I:  If#= 1 Alt= 1 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=03(O) Atr=01(Isoc) MxPS=   9 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=   9 Ivl=1ms
I:* If#= 1 Alt= 2 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=03(O) Atr=01(Isoc) MxPS=  17 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=  17 Ivl=1ms
I:  If#= 1 Alt= 3 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=03(O) Atr=01(Isoc) MxPS=  25 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=  25 Ivl=1ms
I:  If#= 1 Alt= 4 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=03(O) Atr=01(Isoc) MxPS=  33 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=  33 Ivl=1ms
I:  If#= 1 Alt= 5 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=03(O) Atr=01(Isoc) MxPS=  49 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=  49 Ivl=1ms


Thanks,
Hui.

>
> Regards
>
> Marcel
>
>
>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-10-30  2:51   ` Hui Wang
@ 2013-10-30 19:36     ` Tedd Ho-Jeong An
  2013-10-31  5:15       ` Hui Wang
  2013-10-30 19:44     ` Marcel Holtmann
  1 sibling, 1 reply; 22+ messages in thread
From: Tedd Ho-Jeong An @ 2013-10-30 19:36 UTC (permalink / raw)
  To: Hui Wang
  Cc: Marcel Holtmann, Johan Hedberg, xiong.y.zhang,
	Gustavo F. Padovan, linux-bluetooth@vger.kernel.org development

[-- Attachment #1: Type: text/plain, Size: 5449 bytes --]

On Wednesday, October 30, 2013 10:51:20 AM Hui Wang wrote:
> On 10/29/2013 07:16 PM, Marcel Holtmann wrote:
> > Hi Hui,
> > 
> >> The problem is:
> >> On the machine which has Intel 7260 BT module, i use it to connect a
> >> bluetooth headset, it can successfully scan and connect to the headset,
> >> when i play sound to the bt headset, the problem comes, if the bt module
> >> is connected to the XHCI, it can work very well.
> >> 
> >> u@u-Lenovo-B4400:~$ lsusb -t
> >> 1-7:1.0: No such file or directory
> >> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
> >> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
> >> 
> >>     |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
> >>     |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
> >>     |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet
> >>     |handled', Driver=btusb, 12M __ Port 11: Dev 3, If 1,
> >>     |Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M>> 
> >> But if the bt module is connected to the EHCI, it always fails to play
> >> sound.
> >> 
> >> u@u-Lenovo-B4400:~$ lsusb -t
> >> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
> >> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
> >> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
> >> 
> >>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
> >> 
> >> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
> >> 
> >>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
> >>     |
> >>         |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet
> >>         |handled', Driver=btusb, 12M __ Port 5: Dev 3, If 1,
> >>         |Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
> >>         |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet
> >>         |handled', Driver=uvcvideo, 480M __ Port 6: Dev 4, If 1,
> >>         |Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo,
> >>         |480M> 
> > can you paste /sys/kernel/debug/usb/devices here.
> > 
> > If the uvcvideo driver is also using ISOC URBs, we might have just
> > exhausted the bandwidth of the USB bus here or these two devices just do
> > not play nice with each other.
> > 
> > Try to unload the uvcvideo driver and try it again.
> 
> Thanks for your reply, follow your instruction, i totally disabled the
> camera from the BIOS, then the usb tree like this,
>   u@u-Lenovo-B4400:~$ lsusb -t
> 1-1.3:1.0: No such file or directory
> /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
> /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
> /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
> 
>      |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
> 
> /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
> 
>      |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>      |
>          |__ Port 2: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
>          |__ Port 3: Dev 4, If 0, Class=vend., Driver=, 12M
>          |__ Port 5: Dev 5, If 0, Class='bInterfaceClass 0xe0 not yet
> 
> handled', Driver=btusb, 12M
> 
>          |__ Port 5: Dev 5, If 1, Class='bInterfaceClass 0xe0 not yet
> 
> handled', Driver=btusb, 12M
> u@u-Lenovo-B4400:~$ uname -a
> Linux u-Lenovo-B4400 3.12.0-031200rc6-generic #201310191635 SMP Sat Oct
> 19 20:36:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
> 
> I re-did the test, the result is same as before, after the headset is
> connected and i play audio, no sound is heard from the headset.
> And hciconfig output shows still no SCO packets received by BT driver.
> u@u-Lenovo-B4400:~$ hciconfig
> hci0:    Type: BR/EDR  Bus: USB
>      BD Address: 00:15:00:CC:2D:D2  ACL MTU: 1021:5  SCO MTU: 96:5
>      UP RUNNING PSCAN
>      RX bytes:5853 acl:61 sco:0 events:298 errors:0
>      TX bytes:19212 acl:68 sco:1 commands:179 errors:0
> 
> This is the debug output of "sudo cat /sys/kernel/debug/usb/devices"
> after those operations,
> u@u-Lenovo-B4400:~$ sudo cat /sys/kernel/debug/usb/devices
> 
> T:  Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=5000 MxCh= 4
> B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
> D:  Ver= 3.00 Cls=09(hub  ) Sub=00 Prot=03 MxPS= 9 #Cfgs=  1
> P:  Vendor=1d6b ProdID=0003 Rev= 3.05
> S:  Manufacturer=Linux 3.12.0-rc6-WR5.0.1.4_standard+ xhci_hcd
> S:  Product=xHCI Host Controller
> S:  SerialNumber=0000:00:14.0
> C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
> I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms
> 
> T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh=14
> B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
> D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
> P:  Vendor=1d6b ProdID=0002 Rev= 3.05
> S:  Manufacturer=Linux 3.12.0-rc6-WR5.0.1.4_standard+ xhci_hcd
> S:  Product=xHCI Host Controller
> S:  SerialNumber=0000:00:14.0
> C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
> I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms
> 
> T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 3
> B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
> D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> P:  Vendor=1d6b ProdID=0002 Rev= 3.05
> S:  Manufacturer=Linux 3.12.0-rc6-WR5.0.1.4_standard+ ehci_hcd
> S:  Product=EHCI Host Controller

[-- Attachment #2: Type: text/html, Size: 39997 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-10-30  2:51   ` Hui Wang
  2013-10-30 19:36     ` Tedd Ho-Jeong An
@ 2013-10-30 19:44     ` Marcel Holtmann
  2013-10-31  5:29       ` Hui Wang
  1 sibling, 1 reply; 22+ messages in thread
From: Marcel Holtmann @ 2013-10-30 19:44 UTC (permalink / raw)
  To: Hui Wang
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development

Hi Hui,

>>> The problem is:
>>> On the machine which has Intel 7260 BT module, i use it to connect a bluetooth headset,
>>> it can successfully scan and connect to the headset, when i play sound to the bt headset,
>>> the problem comes, if the bt module is connected to the XHCI, it can work very well.
>>> 
>>> u@u-Lenovo-B4400:~$ lsusb -t
>>> 1-7:1.0: No such file or directory
>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>    |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
>>>    |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
>>>    |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>    |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>> 
>>> But if the bt module is connected to the EHCI, it always fails to play sound.
>>> 
>>> u@u-Lenovo-B4400:~$ lsusb -t
>>> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>        |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>        |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>        |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>        |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>> can you paste /sys/kernel/debug/usb/devices here.
>> 
>> If the uvcvideo driver is also using ISOC URBs, we might have just exhausted the bandwidth of the USB bus here or these two devices just do not play nice with each other.
>> 
>> Try to unload the uvcvideo driver and try it again.
> Thanks for your reply, follow your instruction, i totally disabled the camera from the BIOS, then the usb tree like this,
> u@u-Lenovo-B4400:~$ lsusb -t
> 1-1.3:1.0: No such file or directory
> /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
> /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
> /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
> /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>        |__ Port 2: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
>        |__ Port 3: Dev 4, If 0, Class=vend., Driver=, 12M
>        |__ Port 5: Dev 5, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>        |__ Port 5: Dev 5, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
> u@u-Lenovo-B4400:~$ uname -a
> Linux u-Lenovo-B4400 3.12.0-031200rc6-generic #201310191635 SMP Sat Oct 19 20:36:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
> 
> I re-did the test, the result is same as before, after the headset is connected and i play audio, no sound is heard from the headset.
> And hciconfig output shows still no SCO packets received by BT driver.
> u@u-Lenovo-B4400:~$ hciconfig
> hci0:    Type: BR/EDR  Bus: USB
>    BD Address: 00:15:00:CC:2D:D2  ACL MTU: 1021:5  SCO MTU: 96:5
>    UP RUNNING PSCAN
>    RX bytes:5853 acl:61 sco:0 events:298 errors:0
>    TX bytes:19212 acl:68 sco:1 commands:179 errors:0

this is strange. The only reason I can think of is that you do not have the firmware installed and or it is not loaded correctly. Does dmesg give any indication that something failed here.

Since this is a 3.12 kernel it should have native support for Intel specific setup routing. Any chance you can run btmon -w <file> before plugging the device into the bus. Maybe something goes wrong with the setup routine on EHCI.

Regards

Marcel


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-10-30 19:36     ` Tedd Ho-Jeong An
@ 2013-10-31  5:15       ` Hui Wang
  0 siblings, 0 replies; 22+ messages in thread
From: Hui Wang @ 2013-10-31  5:15 UTC (permalink / raw)
  To: Tedd Ho-Jeong An
  Cc: Marcel Holtmann, Johan Hedberg, xiong.y.zhang,
	Gustavo F. Padovan, linux-bluetooth@vger.kernel.org development


[-- Attachment #1.1: Type: text/plain, Size: 1797 bytes --]

On 10/31/2013 03:36 AM, Tedd Ho-Jeong An wrote:
>
> On Wednesday, October 30, 2013 10:51:20 AM Hui Wang wrote:
>
> > On 10/29/2013 07:16 PM, Marcel Holtmann wrote:
>
> > > Hi Hui,
>
> > >
>
> > >> The problem is:
>
> > >> On the machine which has Intel 7260 BT module, i use it to connect a
>
> > >> bluetooth headset, it can successfully scan and connect to the 
> headset,
>
> > >> when i play sound to the bt headset, the problem comes, if the bt 
> module
>
> > >> is connected to the XHCI, it can work very well.
>
> > >>
>
> > >> u@u-Lenovo-B4400:~$ lsusb -t
>
> > >> 1-7:1.0: No such file or directory
>
> > >> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>
<snip>
>
> >
>
> > > Regards
>
> > >
>
> > > Marcel
>
> Hi Hui,
>
> Could you capture the HCI dump and send to me? Also, what's the 
> platform/machine are you using for testing?
>
> Regards,
>
> Tedd
>

Hi Tedd,

The attachment is the log generated by hcidump, i used below commands to 
generate the log,

$hcidump -w ./lenovo-k4450-bt-ascii-hex.log -X -t

Then i start the bluetooth scan from the ubuntu bluetooth applet

it found the hm1700 headset, then it connected the headset successfully

play sound to the headset, can't hear any sound

Ctrl+C to terminate the hcidump


I have three machines on which install the intel 7260 BT module 
(8087:07dc), and BT module firmware version is 370710018002030d2e, and 
those modules are connected to the EHCI bus, they all have the same 
problem when i want them to work with the BT headset. The three machines 
are lenovo b4400, lenovo k4450 and lenovo m4400s.

I also have dozens of other machines on which the 7260 BT modules are 
connected to XHCI, they all work well to play sound to a headset.

So do you think it is a firmware issue?

Regards,
Hui.







[-- Attachment #1.2: Type: text/html, Size: 6834 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: lenovo-k4450-bt-ascii-hex.log --]
[-- Type: text/x-log; name="lenovo-k4450-bt-ascii-hex.log", Size: 2060 bytes --]

btsnoop\0\0\0\0\x01\0\0\x03ê\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áǵY\\x02¢\x04\x04
ß^\b¾÷x\x04\x04$\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵY\\x06¢\x04\x0f\x04\0\x01	\x04\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áǵY^DN\x04\x03\v\0\0\x01ß^\b¾÷x\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵY^H2\x04\x0f\x04\0\x01^[\x04\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áǵY^c˜\x04\v\v\0\0\x01¿þþ›ÿy‡\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵY^gv\x04\x0f\x04\0\x01\x1c\x04\0\0\0\x10\0\0\0\x10\0\0\0\x03\0\0\0\0\0áǵY^~é\x04#\r\0\0\x01\x01\0\x01\0\0\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵY^‚Ï\x04\x0f\x04\0\x01\x19\x04\0\0\x01\x02\0\0\x01\x02\0\0\0\x03\0\0\0\0\0áǵY^ÔË\x04\aÿ\0ß^\b¾÷xHM1700\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áǵY›Þ\b\x04\x0e
\x01\f\x04\0ß^\b¾÷x\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áǵY›ù]\x04\x0e
\x01+\x04\0ß^\b¾÷x\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áǵY \vŠ\x04\x0e
\x01-\x04\0ß^\b¾÷x\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵY¨Æ\x04\x05\x04\0\0\x01\x13\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵYï\0\x1d\x04\x0f\x04\0\x02\x01\x04\0\0\x01\x02\0\0\x01\x02\0\0\0\x03\0\0\0\0\0áǵYü\x06£\x04/ÿ\x01ß^\b¾÷x\x01\0\x04\x04$‘\x03Ì\a	HM1700\v\x03\b\x11\x1e\x11\v\x11\x0e\x11\x01\x11\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵZW\x13\r\x04\x0e\x04\x02\x02\x04\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵZW\x1eÀ\x04\x0f\x04\0\x01\x05\x04\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áǵZ_µ,\x04\x03\v\0\0\x01ß^\b¾÷x\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵZ_¼º\x04\x0f\x04\0\x01^[\x04\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áǵZ_ç©\x04\v\v\0\0\x01¿þþ›ÿy‡\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵZ_ë´\x04\x0f\x04\0\x01\x1c\x04\0\0\0\x10\0\0\0\x10\0\0\0\x03\0\0\0\0\0áǵZ_ÿ\x1e\x04#\r\0\0\x01\x01\0\x01\0\0\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵZ`\x02ý\x04\x0f\x04\0\x01\x19\x04\0\0\x01\x02\0\0\x01\x02\0\0\0\x03\0\0\0\0\0áǵZ`Mf\x04\aÿ\0ß^\b¾÷xHM1700\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵZ`Q^[\x04\x0f\x04\0\x01\x11\x04\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áǵZa/—\x04\x0e
\x01\f\x04\0ß^\b¾÷x\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áǵZa7c\x04\x0e
\x01+\x04\0ß^\b¾÷x\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áǵZdô8\x04\x0e
\x01,\x04\0ß^\b¾÷x\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áǵZl|¸\x04\x06\x03\0\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵZl€×\x04\x0f\x04\0\x01\x13\x04\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵZm(y\x04\b\x04\0\0\x01\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵZɈï\x04\x0f\x04\0\x01(\x04\0\0\0\x14\0\0\0\x14\0\0\0\x03\0\0\0\0\0áǵZÉâÆ\x04,\x11\0\x01\x01ß^\b¾÷x\x02\f\x02<\0<\0\x02\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵ[\x16•Z\x04\x0f\x04\0\x01\x06\x04\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵ[\x18;\x06\x04\x05\x04\0\x01\x01\x16\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵ[X"\a\x04\x0f\x04\0\x01(\x04\0\0\0\x14\0\0\0\x14\0\0\0\x03\0\0\0\0\0áǵ[X{Ò\x04,\x11\0\x01\x01ß^\b¾÷x\x02\f\x02<\0<\0\x02\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áǵ[Üá\a\x04\x0f\x04\0\x01\x06\x04

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-10-30 19:44     ` Marcel Holtmann
@ 2013-10-31  5:29       ` Hui Wang
  2013-10-31  9:49         ` Marcel Holtmann
  0 siblings, 1 reply; 22+ messages in thread
From: Hui Wang @ 2013-10-31  5:29 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development

On 10/31/2013 03:44 AM, Marcel Holtmann wrote:
> Hi Hui,
>
>>>> The problem is:
>>>> On the machine which has Intel 7260 BT module, i use it to connect a bluetooth headset,
>>>> it can successfully scan and connect to the headset, when i play sound to the bt headset,
>>>> the problem comes, if the bt module is connected to the XHCI, it can work very well.
>>>>
>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>> 1-7:1.0: No such file or directory
>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>     |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>     |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
>>>>     |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>     |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>
>>>> But if the bt module is connected to the EHCI, it always fails to play sound.
>>>>
>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>         |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>         |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>         |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>         |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>> can you paste /sys/kernel/debug/usb/devices here.
>>>
>>> If the uvcvideo driver is also using ISOC URBs, we might have just exhausted the bandwidth of the USB bus here or these two devices just do not play nice with each other.
>>>
>>> Try to unload the uvcvideo driver and try it again.
>> Thanks for your reply, follow your instruction, i totally disabled the camera from the BIOS, then the usb tree like this,
>> u@u-Lenovo-B4400:~$ lsusb -t
>> 1-1.3:1.0: No such file or directory
>> /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>> /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>> /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>> /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>         |__ Port 2: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
>>         |__ Port 3: Dev 4, If 0, Class=vend., Driver=, 12M
>>         |__ Port 5: Dev 5, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>         |__ Port 5: Dev 5, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>> u@u-Lenovo-B4400:~$ uname -a
>> Linux u-Lenovo-B4400 3.12.0-031200rc6-generic #201310191635 SMP Sat Oct 19 20:36:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>>
>> I re-did the test, the result is same as before, after the headset is connected and i play audio, no sound is heard from the headset.
>> And hciconfig output shows still no SCO packets received by BT driver.
>> u@u-Lenovo-B4400:~$ hciconfig
>> hci0:    Type: BR/EDR  Bus: USB
>>     BD Address: 00:15:00:CC:2D:D2  ACL MTU: 1021:5  SCO MTU: 96:5
>>     UP RUNNING PSCAN
>>     RX bytes:5853 acl:61 sco:0 events:298 errors:0
>>     TX bytes:19212 acl:68 sco:1 commands:179 errors:0
> this is strange. The only reason I can think of is that you do not have the firmware installed and or it is not loaded correctly. Does dmesg give any indication that something failed here.
I can confirm the firmware file is the 
/lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq, and it is in the 
filesystem. And from the dmesg, the firmware was successfully loaded.

[    8.600217] Bluetooth: hci0: Intel Bluetooth firmware file: 
intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[    8.653635] kvm: disabled by bios
[    8.672981] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, 
id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00
[    8.707034] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input13
[    8.717725] Registered led device: phy0-led
[    8.722730] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    8.752626] Bluetooth: hci0: Intel Bluetooth firmware patch completed 
and activated

> Since this is a 3.12 kernel it should have native support for Intel specific setup routing. Any chance you can run btmon -w <file> before plugging the device into the bus. Maybe something goes wrong with the setup routine on EHCI.
Do you mean the hcidump file i just sent in my previous email.

In case some of you can't receive the attachment, i decode the log file 
here:

u@u-Lenovo-K4450:~$ hcidump -r lenovo-k4450-bt-ascii-hex.log
HCI sniffer - Bluetooth packet analyzer ver 2.2
btsnoop version: 1 datalink type: 1002
 > HCI Event: Connect Request (0x04) plen 10
     bdaddr 78:F7:BE:08:5E:DF class 0x240404 type ACL
 > HCI Event: Command Status (0x0f) plen 4
     Accept Connection Request (0x01|0x0009) status 0x00 ncmd 1
 > HCI Event: Connect Complete (0x03) plen 11
     status 0x00 handle 256 bdaddr 78:F7:BE:08:5E:DF type ACL encrypt 0x00
 > HCI Event: Command Status (0x0f) plen 4
     Read Remote Supported Features (0x01|0x001b) status 0x00 ncmd 1
 > HCI Event: Read Remote Supported Features (0x0b) plen 11
     status 0x00 handle 256
     Features: 0xbf 0xfe 0x8f 0xfe 0x9b 0xff 0x79 0x87
 > HCI Event: Command Status (0x0f) plen 4
     Read Remote Extended Features (0x01|0x001c) status 0x00 ncmd 1
 > HCI Event: Read Remote Extended Features (0x23) plen 13
     status 0x00 handle 256 page 1 max 0
     Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > HCI Event: Command Status (0x0f) plen 4
     Remote Name Request (0x01|0x0019) status 0x00 ncmd 1
 > HCI Event: Remote Name Req Complete (0x07) plen 255
     status 0x00 bdaddr 78:F7:BE:08:5E:DF name 'HM1700'
 > HCI Event: Command Complete (0x0e) plen 10
     Link Key Request Negative Reply (0x01|0x000c) ncmd 1
     status 0x00 bdaddr 78:F7:BE:08:5E:DF
 > HCI Event: Command Complete (0x0e) plen 10
     IO Capability Request Reply (0x01|0x002b) ncmd 1
     status 0x00 bdaddr 78:F7:BE:08:5E:DF
 > HCI Event: Command Complete (0x0e) plen 10
     User Confirmation Request Negative Reply (0x01|0x002d) ncmd 1
     status 0x00 bdaddr 78:F7:BE:08:5E:DF
 > HCI Event: Disconn Complete (0x05) plen 4
     status 0x00 handle 256 reason 0x13
     Reason: Remote User Terminated Connection
 > HCI Event: Command Status (0x0f) plen 4
     Inquiry (0x01|0x0001) status 0x00 ncmd 2
 > HCI Event: Extended Inquiry Result (0x2f) plen 255
     bdaddr 78:F7:BE:08:5E:DF mode 1 clkoffset 0x0391 class 0x240404 
rssi -52
     Unknown type 0x48 with 8 bytes data
     Shortened local name: '..'
 > HCI Event: Command Complete (0x0e) plen 4
     Inquiry Cancel (0x01|0x0002) ncmd 2
     status 0x00
 > HCI Event: Command Status (0x0f) plen 4
     Create Connection (0x01|0x0005) status 0x00 ncmd 1
 > HCI Event: Connect Complete (0x03) plen 11
     status 0x00 handle 256 bdaddr 78:F7:BE:08:5E:DF type ACL encrypt 0x00
 > HCI Event: Command Status (0x0f) plen 4
     Read Remote Supported Features (0x01|0x001b) status 0x00 ncmd 1
 > HCI Event: Read Remote Supported Features (0x0b) plen 11
     status 0x00 handle 256
     Features: 0xbf 0xfe 0x8f 0xfe 0x9b 0xff 0x79 0x87
 > HCI Event: Command Status (0x0f) plen 4
     Read Remote Extended Features (0x01|0x001c) status 0x00 ncmd 1
 > HCI Event: Read Remote Extended Features (0x23) plen 13
     status 0x00 handle 256 page 1 max 0
     Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > HCI Event: Command Status (0x0f) plen 4
     Remote Name Request (0x01|0x0019) status 0x00 ncmd 1
 > HCI Event: Remote Name Req Complete (0x07) plen 255
     status 0x00 bdaddr 78:F7:BE:08:5E:DF name 'HM1700'
 > HCI Event: Command Status (0x0f) plen 4
     Authentication Requested (0x01|0x0011) status 0x00 ncmd 1
 > HCI Event: Command Complete (0x0e) plen 10
     Link Key Request Negative Reply (0x01|0x000c) ncmd 1
     status 0x00 bdaddr 78:F7:BE:08:5E:DF
 > HCI Event: Command Complete (0x0e) plen 10
     IO Capability Request Reply (0x01|0x002b) ncmd 1
     status 0x00 bdaddr 78:F7:BE:08:5E:DF
 > HCI Event: Command Complete (0x0e) plen 10
     User Confirmation Request Reply (0x01|0x002c) ncmd 1
     status 0x00 bdaddr 78:F7:BE:08:5E:DF
 > HCI Event: Auth Complete (0x06) plen 3
     status 0x00 handle 256
 > HCI Event: Command Status (0x0f) plen 4
     Set Connection Encryption (0x01|0x0013) status 0x00 ncmd 1
 > HCI Event: Encrypt Change (0x08) plen 4
     status 0x00 handle 256 encrypt 0x01
 > HCI Event: Command Status (0x0f) plen 4
     Setup Synchronous Connection (0x01|0x0028) status 0x00 ncmd 1
 > HCI Event: Synchronous Connect Complete (0x2c) plen 17
     status 0x00 handle 257 bdaddr 78:F7:BE:08:5E:DF type eSCO
     Air mode: CVSD
 > HCI Event: Command Status (0x0f) plen 4
     Disconnect (0x01|0x0006) status 0x00 ncmd 1
 > HCI Event: Disconn Complete (0x05) plen 4
     status 0x00 handle 257 reason 0x16
     Reason: Connection Terminated by Local Host
 > HCI Event: Command Status (0x0f) plen 4
     Setup Synchronous Connection (0x01|0x0028) status 0x00 ncmd 1
 > HCI Event: Synchronous Connect Complete (0x2c) plen 17
     status 0x00 handle 257 bdaddr 78:F7:BE:08:5E:DF type eSCO
     Air mode: CVSD
 > HCI Event: Command Status (0x0f) plen 4
     Disconnect (0x01|0x0006) status 0x00 ncmd 1


Regards,
Hui.

>
> Regards
>
> Marcel
>
>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-10-31  5:29       ` Hui Wang
@ 2013-10-31  9:49         ` Marcel Holtmann
  2013-11-01  2:39           ` Hui Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Marcel Holtmann @ 2013-10-31  9:49 UTC (permalink / raw)
  To: Hui Wang
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development

Hi Hui,

>>>>> The problem is:
>>>>> On the machine which has Intel 7260 BT module, i use it to connect a bluetooth headset,
>>>>> it can successfully scan and connect to the headset, when i play sound to the bt headset,
>>>>> the problem comes, if the bt module is connected to the XHCI, it can work very well.
>>>>> 
>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>> 1-7:1.0: No such file or directory
>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>    |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>>    |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
>>>>>    |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>    |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>> 
>>>>> But if the bt module is connected to the EHCI, it always fails to play sound.
>>>>> 
>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>>        |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>        |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>        |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>>        |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>> can you paste /sys/kernel/debug/usb/devices here.
>>>> 
>>>> If the uvcvideo driver is also using ISOC URBs, we might have just exhausted the bandwidth of the USB bus here or these two devices just do not play nice with each other.
>>>> 
>>>> Try to unload the uvcvideo driver and try it again.
>>> Thanks for your reply, follow your instruction, i totally disabled the camera from the BIOS, then the usb tree like this,
>>> u@u-Lenovo-B4400:~$ lsusb -t
>>> 1-1.3:1.0: No such file or directory
>>> /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>> /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>> /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>> /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>        |__ Port 2: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
>>>        |__ Port 3: Dev 4, If 0, Class=vend., Driver=, 12M
>>>        |__ Port 5: Dev 5, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>        |__ Port 5: Dev 5, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>> u@u-Lenovo-B4400:~$ uname -a
>>> Linux u-Lenovo-B4400 3.12.0-031200rc6-generic #201310191635 SMP Sat Oct 19 20:36:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>>> 
>>> I re-did the test, the result is same as before, after the headset is connected and i play audio, no sound is heard from the headset.
>>> And hciconfig output shows still no SCO packets received by BT driver.
>>> u@u-Lenovo-B4400:~$ hciconfig
>>> hci0:    Type: BR/EDR  Bus: USB
>>>    BD Address: 00:15:00:CC:2D:D2  ACL MTU: 1021:5  SCO MTU: 96:5
>>>    UP RUNNING PSCAN
>>>    RX bytes:5853 acl:61 sco:0 events:298 errors:0
>>>    TX bytes:19212 acl:68 sco:1 commands:179 errors:0
>> this is strange. The only reason I can think of is that you do not have the firmware installed and or it is not loaded correctly. Does dmesg give any indication that something failed here.
> I can confirm the firmware file is the /lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq, and it is in the filesystem. And from the dmesg, the firmware was successfully loaded.
> 
> [    8.600217] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
> [    8.653635] kvm: disabled by bios
> [    8.672981] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00
> [    8.707034] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
> [    8.717725] Registered led device: phy0-led
> [    8.722730] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
> [    8.752626] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
> 
>> Since this is a 3.12 kernel it should have native support for Intel specific setup routing. Any chance you can run btmon -w <file> before plugging the device into the bus. Maybe something goes wrong with the setup routine on EHCI.
> Do you mean the hcidump file i just sent in my previous email.

I do not get this. I specifically asked to run “btmon -w <file>” before plugging in the device. I want to see the early setup process here. What would I do with a hcidump trace.

Regards

Marcel


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-10-31  9:49         ` Marcel Holtmann
@ 2013-11-01  2:39           ` Hui Wang
  2013-11-01  7:49             ` Marcel Holtmann
  0 siblings, 1 reply; 22+ messages in thread
From: Hui Wang @ 2013-11-01  2:39 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development, Kun Yang,
	Anthony Wong

[-- Attachment #1: Type: text/plain, Size: 68519 bytes --]

On 10/31/2013 05:49 PM, Marcel Holtmann wrote:
> Hi Hui,
>
>>>>>> The problem is:
>>>>>> On the machine which has Intel 7260 BT module, i use it to connect a bluetooth headset,
>>>>>> it can successfully scan and connect to the headset, when i play sound to the bt headset,
>>>>>> the problem comes, if the bt module is connected to the XHCI, it can work very well.
>>>>>>
>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>> 1-7:1.0: No such file or directory
>>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>>     |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>>>     |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
>>>>>>     |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>     |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>
>>>>>> But if the bt module is connected to the EHCI, it always fails to play sound.
>>>>>>
>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>>>         |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>         |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>         |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>>>         |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>> can you paste /sys/kernel/debug/usb/devices here.
>>>>>
>>>>> If the uvcvideo driver is also using ISOC URBs, we might have just exhausted the bandwidth of the USB bus here or these two devices just do not play nice with each other.
>>>>>
>>>>> Try to unload the uvcvideo driver and try it again.
>>>> Thanks for your reply, follow your instruction, i totally disabled the camera from the BIOS, then the usb tree like this,
>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>> 1-1.3:1.0: No such file or directory
>>>> /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>> /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>> /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>> /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>         |__ Port 2: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>         |__ Port 3: Dev 4, If 0, Class=vend., Driver=, 12M
>>>>         |__ Port 5: Dev 5, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>         |__ Port 5: Dev 5, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>> u@u-Lenovo-B4400:~$ uname -a
>>>> Linux u-Lenovo-B4400 3.12.0-031200rc6-generic #201310191635 SMP Sat Oct 19 20:36:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>>>>
>>>> I re-did the test, the result is same as before, after the headset is connected and i play audio, no sound is heard from the headset.
>>>> And hciconfig output shows still no SCO packets received by BT driver.
>>>> u@u-Lenovo-B4400:~$ hciconfig
>>>> hci0:    Type: BR/EDR  Bus: USB
>>>>     BD Address: 00:15:00:CC:2D:D2  ACL MTU: 1021:5  SCO MTU: 96:5
>>>>     UP RUNNING PSCAN
>>>>     RX bytes:5853 acl:61 sco:0 events:298 errors:0
>>>>     TX bytes:19212 acl:68 sco:1 commands:179 errors:0
>>> this is strange. The only reason I can think of is that you do not have the firmware installed and or it is not loaded correctly. Does dmesg give any indication that something failed here.
>> I can confirm the firmware file is the /lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq, and it is in the filesystem. And from the dmesg, the firmware was successfully loaded.
>>
>> [    8.600217] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
>> [    8.653635] kvm: disabled by bios
>> [    8.672981] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00
>> [    8.707034] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
>> [    8.717725] Registered led device: phy0-led
>> [    8.722730] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
>> [    8.752626] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
>>
>>> Since this is a 3.12 kernel it should have native support for Intel specific setup routing. Any chance you can run btmon -w <file> before plugging the device into the bus. Maybe something goes wrong with the setup routine on EHCI.
>> Do you mean the hcidump file i just sent in my previous email.
> I do not get this. I specifically asked to run “btmon -w <file>” before plugging in the device. I want to see the early setup process here. What would I do with a hcidump trace.
Hi Marcel,

The attachment is the logfile generated by "btmon -w <file>". And the 
logfile was generated by below steps,

1) boot up the system into the ubuntu desktop
2) open a terminal and run "sudo btmon -w ~/lenovo-m4400s-btmon.log"
3) open bluetooth applet and click adding a new device, the bluetooth 
begin to scan devices
4) power up the bt headset
5) laptop bt module find the headset and connect it successfully
6) open the sound applet, choose bt headset as output device, play 
sound, but no sound can be heard from bt headset
7) Ctrl+C to terminate the "btmon -w <file>"

In case you can't receive the attachment, i decode the logfile and paste 
the content here.

Thanks,
Hui.

=================================================================================================
Bluetooth monitor ver 5.9
= New Index (BR/EDR,USB,hci0) [hci0] 0.218046
 > HCI Event (0x04) plen 10 [hci0] 2.886816
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Class: 0x240404
           Major class: Audio/Video (headset, speaker, stereo, video, vcr)
           Minor class: 0x01
           Rendering (Printing, Speaker)
           Audio (Speaker, Microphone, Headset)
         Link type: ACL (0x01)
< HCI Command (0x01|0x0009) plen 7 [hci0] 2.887014
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Role: Master (0x00)
 > HCI Event (0x0f) plen 4 [hci0] 2.887807
       Accept Connection Request (0x01|0x0009) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x12) plen 8 [hci0] 3.028749
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Role: Master (0x00)
 > HCI Event (0x03) plen 11 [hci0] 3.034733
         Status: Success (0x00)
         Handle: 256
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Link type: ACL (0x01)
         Encryption: Disabled (0x00)
< HCI Command (0x01|0x001b) plen 2 [hci0] 3.034808
         Handle: 256
 > HCI Event (0x0f) plen 4 [hci0] 3.035730
       Read Remote Supported Features (0x01|0x001b) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x1b) plen 3 [hci0] 3.041745
         Handle: 256
         Max slots: 5
 > HCI Event (0x0b) plen 11 [hci0] 3.043740
         Status: Success (0x00)
         Handle: 256
         Features: 0xbf 0xfe 0x8f 0xfe 0x9b 0xff 0x79 0x87
           3 slot packets
           5 slot packets
           Encryption
           Slot offset
           Timing accuracy
           Role switch
           Sniff mode
           Power control requests
           Channel quality driven data rate (CQDDR)
           SCO link
           HV2 packets
           HV3 packets
           u-law log synchronous data
           A-law log synchronous data
           CVSD synchronous data
           Paging parameter negotiation
           Power control
           Transparent synchronous data
           Broadcast Encryption
           Enhanced Data Rate ACL 2 Mbps mode
           Enhanced Data Rate ACL 3 Mbps mode
           Enhanced inquiry scan
           Interlaced inquiry scan
           Interlaced page scan
           RSSI with inquiry results
           Extended SCO link (EV3 packets)
           EV4 packets
           EV5 packets
           AFH capable slave
           AFH classification slave
           3-slot Enhanced Data Rate ACL packets
           5-slot Enhanced Data Rate ACL packets
           Sniff subrating
           Pause encryption
           AFH capable master
           AFH classification master
           Enhanced Data Rate eSCO 2 Mbps mode
           Enhanced Data Rate eSCO 3 Mbps mode
           3-slot Enhanced Data Rate eSCO packets
           Extended Inquiry Response
           Secure Simple Pairing
           Encapsulated PDU
           Erroneous Data Reporting
           Non-flushable Packet Boundary Flag
           Link Supervision Timeout Changed Event
           Inquiry TX Power Level
           Enhanced Power Control
           Extended features
< HCI Command (0x01|0x001c) plen 3 [hci0] 3.043755
         Handle: 256
         Page: 1
 > ACL Data RX flags 0x02 dlen 12 [hci0] 3.045734
       L2CAP: Connection Request (0x02) ident 2 len 4
         PSM: 1 (0x0001)
         Source CID: 65
 > HCI Event (0x0f) plen 4 [hci0] 3.045738
       Read Remote Extended Features (0x01|0x001c) ncmd 1
         Status: Success (0x00)
< ACL Data TX flags 0x00 dlen 16 [hci0] 3.045762
       L2CAP: Connection Response (0x03) ident 2 len 8
         Destination CID: 64
         Source CID: 65
         Result: Connection pending (0x0001)
         Status: No further information available (0x0000)
< ACL Data TX flags 0x00 dlen 10 [hci0] 3.045767
       L2CAP: Information Request (0x0a) ident 1 len 2
         Type: Extended features supported (0x0002)
 > HCI Event (0x23) plen 13 [hci0] 3.049734
         Status: Success (0x00)
         Handle: 256
         Page: 1/0
         Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
           Secure Simple Pairing (Host Support)
< HCI Command (0x01|0x0019) plen 10 [hci0] 3.049745
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Page scan repetition mode: R2 (0x02)
         Page scan mode: Mandatory (0x00)
         Clock offset: 0x0000
 > HCI Event (0x0f) plen 4 [hci0] 3.050721
       Remote Name Request (0x01|0x0019) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x13) plen 5 [hci0] 3.051735
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 3.056726
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 16 [hci0] 3.056969
       L2CAP: Information Response (0x0b) ident 1 len 8
         Type: Extended features supported (0x0002)
         Result: Success (0x0000)
         Features: 0x00000200
           Unicast Connectionless Data Reception
< ACL Data TX flags 0x00 dlen 10 [hci0] 3.056995
       L2CAP: Command Reject (0x01) ident 1 len 2
         Reason: Command not understood (0x0000)
 > HCI Event (0x13) plen 5 [hci0] 3.061726
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x07) plen 255 [hci0] 3.070718
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Name: HM1700
< ACL Data TX flags 0x00 dlen 16 [hci0] 7.047684
       L2CAP: Connection Response (0x03) ident 2 len 8
         Destination CID: 64
         Source CID: 65
         Result: Connection successful (0x0000)
         Status: No further information available (0x0000)
< ACL Data TX flags 0x00 dlen 12 [hci0] 7.047708
       L2CAP: Configure Request (0x04) ident 2 len 4
         Destination CID: 65
         Flags: 0x0000
 > HCI Event (0x13) plen 5 [hci0] 7.051758
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 16 [hci0] 7.052502
       L2CAP: Configure Request (0x04) ident 3 len 8
         Destination CID: 64
         Flags: 0x0000
         Option: Maximum Transmission Unit (0x01)
           MTU: 64
< ACL Data TX flags 0x00 dlen 18 [hci0] 7.052550
       L2CAP: Configure Response (0x05) ident 3 len 10
         Source CID: 65
         Flags: 0x0000
         Result: Success (0x0000)
         Option: Maximum Transmission Unit (0x01)
           MTU: 64
 > HCI Event (0x13) plen 5 [hci0] 7.052733
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 14 [hci0] 7.053751
       L2CAP: Configure Response (0x05) ident 2 len 6
         Source CID: 64
         Flags: 0x0000
         Result: Success (0x0000)
 > HCI Event (0x13) plen 5 [hci0] 7.056754
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 31 [hci0] 7.057249
       Channel: 64 len 27 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 0 len 22
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               Handsfree Audio Gateway (0x111f)
         Max record count: 48
         Attribute list: [len 14]
           Sequence (6) with 12 bytes [8 extra bits] len 14
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0001
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0004
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0009
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0311
         Continuation state: 0
< ACL Data TX flags 0x00 dlen 68 [hci0] 7.057567
       Channel: 65 len 64 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 0 len 59
         Attribute bytes: 48
         Continuation state: 8
         5b 10 73 52 30 00 00 00 [.sR0...
 > ACL Data RX flags 0x02 dlen 39 [hci0] 7.063746
       Channel: 64 len 35 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 1 len 30
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               Handsfree Audio Gateway (0x111f)
         Max record count: 48
         Attribute list: [len 14]
           Sequence (6) with 12 bytes [8 extra bits] len 14
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0001
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0004
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0009
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0311
         Continuation state: 8
         5b 10 73 52 30 00 00 00 [.sR0...
< ACL Data TX flags 0x00 dlen 15 [hci0] 7.063938
       Channel: 65 len 11 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 1 len 6
         Attribute bytes: 3
         Continuation state: 0
         Combined attribute bytes: 51
           Attribute list: [len 47] {position 0}
             Attribute: Service Class ID List (0x0001) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Handsfree Audio Gateway (0x111f)
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Generic Audio (0x1203)
             Attribute: Protocol Descriptor List (0x0004) [len 2]
               Sequence (6) with 3 bytes [8 extra bits] len 5
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   L2CAP (0x0100)
               Sequence (6) with 5 bytes [8 extra bits] len 7
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   RFCOMM (0x0003)
                 Unsigned Integer (1) with 1 byte [0 extra bits] len 2
                   0x0d
             Attribute: Bluetooth Profile Descriptor List (0x0009) [len 2]
               Sequence (6) with 6 bytes [8 extra bits] len 8
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   Handsfree (0x111e)
                 Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
                   0x0105
             Attribute: Unknown (0x0311) [len 2]
               0x0000
 > HCI Event (0x13) plen 5 [hci0] 7.064747
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 7.067749
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 12 [hci0] 7.068619
       L2CAP: Disconnection Request (0x06) ident 4 len 4
         Destination CID: 64
         Source CID: 65
< ACL Data TX flags 0x00 dlen 12 [hci0] 7.068674
       L2CAP: Disconnection Response (0x07) ident 4 len 4
         Destination CID: 64
         Source CID: 65
 > HCI Event (0x13) plen 5 [hci0] 7.072746
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x17) plen 6 [hci0] 7.074742
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
< HCI Command (0x01|0x000c) plen 6 [hci0] 7.074922
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x0e) plen 10 [hci0] 7.075743
       Link Key Request Negative Reply (0x01|0x000c) ncmd 1
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x32) plen 9 [hci0] 7.080726
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         IO capability: NoInputNoOutput (0x03)
         OOB data: Authentication data not present (0x00)
         Authentication: General Bonding - MITM required (0x05)
 > HCI Event (0x31) plen 6 [hci0] 7.081716
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
< HCI Command (0x01|0x002b) plen 9 [hci0] 7.081876
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         IO capability: DisplayYesNo (0x01)
         OOB data: Authentication data not present (0x00)
         Authentication: General Bonding - MITM required (0x05)
 > HCI Event (0x0e) plen 10 [hci0] 7.082712
       IO Capability Request Reply (0x01|0x002b) ncmd 1
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x33) plen 10 [hci0] 7.339625
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Passkey: 575136
< HCI Command (0x01|0x002d) plen 6 [hci0] 7.339848
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x0e) plen 10 [hci0] 7.340647
       User Confirmation Request Neg Reply (0x01|0x002d) ncmd 1
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x36) plen 7 [hci0] 7.742431
         Status: Authentication Failure (0x05)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x05) plen 4 [hci0] 7.897336
         Status: Success (0x00)
         Handle: 256
         Reason: Remote User Terminated Connection (0x13)
< HCI Command (0x01|0x0001) plen 5 [hci0] 16.279595
         Access code: 0x9e8b33 (General Inquiry)
         Length: 10.24s (0x08)
         Num responses: 0
 > HCI Event (0x0f) plen 4 [hci0] 16.281119
       Inquiry (0x01|0x0001) ncmd 2
         Status: Success (0x00)
 > HCI Event (0x2f) plen 255 [hci0] 17.025785
         Num responses: 1
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Page scan repetition mode: R1 (0x01)
         Page period mode: P0 (0x00)
         Class: 0x240404
           Major class: Audio/Video (headset, speaker, stereo, video, vcr)
           Minor class: 0x01
           Rendering (Printing, Speaker)
           Audio (Speaker, Microphone, Headset)
         Clock offset: 0x51f1
         RSSI: -44 dBm (0xd4)
         Name (complete): HM1700
         16-bit Service UUIDs (complete): 5 entries
           Headset (0x1108)
           Handsfree (0x111e)
           Audio Sink (0x110b)
           A/V Remote Control (0x110e)
           Serial Port (0x1101)
< HCI Command (0x01|0x0002) plen 0 [hci0] 25.122354
 > HCI Event (0x0e) plen 4 [hci0] 25.124712
       Inquiry Cancel (0x01|0x0002) ncmd 2
         Status: Success (0x00)
< HCI Command (0x01|0x0005) plen 13 [hci0] 25.127063
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Packet type: 0xcc18
         Page scan repetition mode: R2 (0x02)
         Page scan mode: Mandatory (0x00)
         Clock offset: 0x0000
         Role switch: Allow slave (0x01)
 > HCI Event (0x0f) plen 4 [hci0] 25.127693
       Create Connection (0x01|0x0005) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x03) plen 11 [hci0] 25.988303
         Status: Success (0x00)
         Handle: 256
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Link type: ACL (0x01)
         Encryption: Disabled (0x00)
< HCI Command (0x01|0x001b) plen 2 [hci0] 25.988535
         Handle: 256
 > HCI Event (0x0f) plen 4 [hci0] 25.990330
       Read Remote Supported Features (0x01|0x001b) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x1b) plen 3 [hci0] 25.993260
         Handle: 256
         Max slots: 5
 > HCI Event (0x0b) plen 11 [hci0] 25.996270
         Status: Success (0x00)
         Handle: 256
         Features: 0xbf 0xfe 0x8f 0xfe 0x9b 0xff 0x79 0x87
           3 slot packets
           5 slot packets
           Encryption
           Slot offset
           Timing accuracy
           Role switch
           Sniff mode
           Power control requests
           Channel quality driven data rate (CQDDR)
           SCO link
           HV2 packets
           HV3 packets
           u-law log synchronous data
           A-law log synchronous data
           CVSD synchronous data
           Paging parameter negotiation
           Power control
           Transparent synchronous data
           Broadcast Encryption
           Enhanced Data Rate ACL 2 Mbps mode
           Enhanced Data Rate ACL 3 Mbps mode
           Enhanced inquiry scan
           Interlaced inquiry scan
           Interlaced page scan
           RSSI with inquiry results
           Extended SCO link (EV3 packets)
           EV4 packets
           EV5 packets
           AFH capable slave
           AFH classification slave
           3-slot Enhanced Data Rate ACL packets
           5-slot Enhanced Data Rate ACL packets
           Sniff subrating
           Pause encryption
           AFH capable master
           AFH classification master
           Enhanced Data Rate eSCO 2 Mbps mode
           Enhanced Data Rate eSCO 3 Mbps mode
           3-slot Enhanced Data Rate eSCO packets
           Extended Inquiry Response
           Secure Simple Pairing
           Encapsulated PDU
           Erroneous Data Reporting
           Non-flushable Packet Boundary Flag
           Link Supervision Timeout Changed Event
           Inquiry TX Power Level
           Enhanced Power Control
           Extended features
< HCI Command (0x01|0x001c) plen 3 [hci0] 25.996285
         Handle: 256
         Page: 1
 > HCI Event (0x0f) plen 4 [hci0] 25.997267
       Read Remote Extended Features (0x01|0x001c) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x23) plen 13 [hci0] 26.005271
         Status: Success (0x00)
         Handle: 256
         Page: 1/0
         Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
           Secure Simple Pairing (Host Support)
< HCI Command (0x01|0x0019) plen 10 [hci0] 26.005292
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Page scan repetition mode: R2 (0x02)
         Page scan mode: Mandatory (0x00)
         Clock offset: 0x0000
 > HCI Event (0x0f) plen 4 [hci0] 26.006256
       Remote Name Request (0x01|0x0019) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x07) plen 255 [hci0] 26.025242
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Name: HM1700
< HCI Command (0x01|0x0011) plen 2 [hci0] 26.025266
         Handle: 256
 > HCI Event (0x0f) plen 4 [hci0] 26.026243
       Authentication Requested (0x01|0x0011) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x17) plen 6 [hci0] 26.027313
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
< HCI Command (0x01|0x000c) plen 6 [hci0] 26.033110
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x0e) plen 10 [hci0] 26.034256
       Link Key Request Negative Reply (0x01|0x000c) ncmd 1
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x31) plen 6 [hci0] 26.035237
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
< HCI Command (0x01|0x002b) plen 9 [hci0] 26.035287
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         IO capability: DisplayYesNo (0x01)
         OOB data: Authentication data not present (0x00)
         Authentication: Dedicated Bonding - MITM required (0x03)
 > HCI Event (0x0e) plen 10 [hci0] 26.036270
       IO Capability Request Reply (0x01|0x002b) ncmd 1
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x32) plen 9 [hci0] 26.040267
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         IO capability: NoInputNoOutput (0x03)
         OOB data: Authentication data not present (0x00)
         Authentication: Dedicated Bonding - MITM not required (0x02)
 > HCI Event (0x33) plen 10 [hci0] 26.280169
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Passkey: 270951
< HCI Command (0x01|0x002c) plen 6 [hci0] 26.285610
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x0e) plen 10 [hci0] 26.287160
       User Confirmation Request Reply (0x01|0x002c) ncmd 1
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x36) plen 7 [hci0] 26.766879
         Status: Success (0x00)
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
 > HCI Event (0x18) plen 23 [hci0] 26.782938
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Link key: de2eb68b175d2935833022b04c121ce2
         Key type: Unauthenticated Combination key (0x04)
 > HCI Event (0x06) plen 3 [hci0] 26.783870
         Status: Success (0x00)
         Handle: 256
< HCI Command (0x01|0x0013) plen 3 [hci0] 26.783942
         Handle: 256
         Encryption: Enabled (0x01)
 > HCI Event (0x0f) plen 4 [hci0] 26.784940
       Set Connection Encryption (0x01|0x0013) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x08) plen 4 [hci0] 26.826850
         Status: Success (0x00)
         Handle: 256
         Encryption: Enabled with E0 (0x01)
< ACL Data TX flags 0x00 dlen 10 [hci0] 26.826893
       L2CAP: Information Request (0x0a) ident 1 len 2
         Type: Extended features supported (0x0002)
 > HCI Event (0x13) plen 5 [hci0] 26.830847
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 16 [hci0] 26.831344
       L2CAP: Information Response (0x0b) ident 1 len 8
         Type: Extended features supported (0x0002)
         Result: Success (0x0000)
         Features: 0x00000200
           Unicast Connectionless Data Reception
< ACL Data TX flags 0x00 dlen 10 [hci0] 26.831381
       L2CAP: Command Reject (0x01) ident 1 len 2
         Reason: Command not understood (0x0000)
 > HCI Event (0x13) plen 5 [hci0] 26.835845
         Num handles: 1
         Handle: 256
         Count: 1
< ACL Data TX flags 0x00 dlen 12 [hci0] 30.831706
       L2CAP: Connection Request (0x02) ident 2 len 4
         PSM: 1 (0x0001)
         Source CID: 64
 > HCI Event (0x13) plen 5 [hci0] 30.835877
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 16 [hci0] 30.836841
       L2CAP: Connection Response (0x03) ident 2 len 8
         Destination CID: 67
         Source CID: 64
         Result: Connection successful (0x0000)
         Status: No further information available (0x0000)
< ACL Data TX flags 0x00 dlen 12 [hci0] 30.836891
       L2CAP: Configure Request (0x04) ident 3 len 4
         Destination CID: 67
         Flags: 0x0000
 > ACL Data RX flags 0x02 dlen 16 [hci0] 30.838159
       L2CAP: Configure Request (0x04) ident 2 len 8
         Destination CID: 64
         Flags: 0x0000
         Option: Maximum Transmission Unit (0x01)
           MTU: 64
< ACL Data TX flags 0x00 dlen 18 [hci0] 30.838224
       L2CAP: Configure Response (0x05) ident 2 len 10
         Source CID: 67
         Flags: 0x0000
         Result: Success (0x0000)
         Option: Maximum Transmission Unit (0x01)
           MTU: 64
 > HCI Event (0x13) plen 5 [hci0] 30.840918
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 14 [hci0] 30.841845
       L2CAP: Configure Response (0x05) ident 3 len 6
         Source CID: 64
         Flags: 0x0000
         Result: Success (0x0000)
< ACL Data TX flags 0x00 dlen 24 [hci0] 30.842014
       Channel: 67 len 20 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 0 len 15
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               L2CAP (0x0100)
         Max record count: 65535
         Attribute list: [len 7]
           Sequence (6) with 5 bytes [8 extra bits] len 7
             Unsigned Integer (1) with 4 bytes [0 extra bits] len 5
               0x0000ffff
         Continuation state: 0
 > HCI Event (0x13) plen 5 [hci0] 30.842845
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 30.845847
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 68 [hci0] 30.846904
       Channel: 64 len 64 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 0 len 59
         Attribute bytes: 54
         Continuation state: 2
         00 36 .6
< ACL Data TX flags 0x00 dlen 26 [hci0] 30.847135
       Channel: 67 len 22 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 1 len 17
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               L2CAP (0x0100)
         Max record count: 65535
         Attribute list: [len 7]
           Sequence (6) with 5 bytes [8 extra bits] len 7
             Unsigned Integer (1) with 4 bytes [0 extra bits] len 5
               0x0000ffff
         Continuation state: 2
         00 36 .6
 > HCI Event (0x13) plen 5 [hci0] 30.850887
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 68 [hci0] 30.851837
       Channel: 64 len 64 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 1 len 59
         Attribute bytes: 54
         Continuation state: 2
         00 6c .l
< ACL Data TX flags 0x00 dlen 26 [hci0] 30.851969
       Channel: 67 len 22 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 2 len 17
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               L2CAP (0x0100)
         Max record count: 65535
         Attribute list: [len 7]
           Sequence (6) with 5 bytes [8 extra bits] len 7
             Unsigned Integer (1) with 4 bytes [0 extra bits] len 5
               0x0000ffff
         Continuation state: 2
         00 6c .l
 > HCI Event (0x13) plen 5 [hci0] 30.855867
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 68 [hci0] 30.856899
       Channel: 64 len 64 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 2 len 59
         Attribute bytes: 54
         Continuation state: 2
         00 a2 ..
< ACL Data TX flags 0x00 dlen 26 [hci0] 30.857114
       Channel: 67 len 22 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 3 len 17
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               L2CAP (0x0100)
         Max record count: 65535
         Attribute list: [len 7]
           Sequence (6) with 5 bytes [8 extra bits] len 7
             Unsigned Integer (1) with 4 bytes [0 extra bits] len 5
               0x0000ffff
         Continuation state: 2
         00 a2 ..
 > HCI Event (0x13) plen 5 [hci0] 30.860833
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 68 [hci0] 30.861829
       Channel: 64 len 64 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 3 len 59
         Attribute bytes: 54
         Continuation state: 2
         00 d8 ..
< ACL Data TX flags 0x00 dlen 26 [hci0] 30.862014
       Channel: 67 len 22 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 4 len 17
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               L2CAP (0x0100)
         Max record count: 65535
         Attribute list: [len 7]
           Sequence (6) with 5 bytes [8 extra bits] len 7
             Unsigned Integer (1) with 4 bytes [0 extra bits] len 5
               0x0000ffff
         Continuation state: 2
         00 d8 ..
 > HCI Event (0x13) plen 5 [hci0] 30.865838
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 62 [hci0] 30.866859
       Channel: 64 len 58 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 4 len 53
         Attribute bytes: 50
         Continuation state: 0
         Combined attribute bytes: 266
           Attribute list: [len 82] {position 0}
             Attribute: Service Record Handle (0x0000) [len 2]
               0x00010001
             Attribute: Service Class ID List (0x0001) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Headset (0x1108)
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Headset HS (0x1131)
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Generic Audio (0x1203)
             Attribute: Protocol Descriptor List (0x0004) [len 2]
               Sequence (6) with 3 bytes [8 extra bits] len 5
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   L2CAP (0x0100)
               Sequence (6) with 5 bytes [8 extra bits] len 7
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   RFCOMM (0x0003)
                 Unsigned Integer (1) with 1 byte [0 extra bits] len 2
                   0x01
             Attribute: Browse Group List (0x0005) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Public Browse Root (0x1002)
             Attribute: Bluetooth Profile Descriptor List (0x0009) [len 2]
               Sequence (6) with 6 bytes [8 extra bits] len 8
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   Headset (0x1108)
                 Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
                   0x0102
             Attribute: Unknown (0x0100) [len 2]
               HSP service [len 12]
             Attribute: Unknown (0x0302) [len 2]
               true
           Attribute list: [len 80] {position 1}
             Attribute: Service Record Handle (0x0000) [len 2]
               0x00010002
             Attribute: Service Class ID List (0x0001) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Handsfree (0x111e)
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Generic Audio (0x1203)
             Attribute: Protocol Descriptor List (0x0004) [len 2]
               Sequence (6) with 3 bytes [8 extra bits] len 5
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   L2CAP (0x0100)
               Sequence (6) with 5 bytes [8 extra bits] len 7
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   RFCOMM (0x0003)
                 Unsigned Integer (1) with 1 byte [0 extra bits] len 2
                   0x02
             Attribute: Browse Group List (0x0005) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Public Browse Root (0x1002)
             Attribute: Bluetooth Profile Descriptor List (0x0009) [len 2]
               Sequence (6) with 6 bytes [8 extra bits] len 8
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   Handsfree (0x111e)
                 Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
                   0x0105
             Attribute: Unknown (0x0100) [len 2]
               HFP service [len 12]
             Attribute: Unknown (0x0311) [len 2]
               0x001b
           Attribute list: [len 92] {position 2}
             Attribute: Service Record Handle (0x0000) [len 2]
               0x00010003
             Attribute: Service Class ID List (0x0001) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Audio Sink (0x110b)
             Attribute: Protocol Descriptor List (0x0004) [len 2]
               Sequence (6) with 6 bytes [8 extra bits] len 8
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   L2CAP (0x0100)
                 Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
                   0x0019
               Sequence (6) with 6 bytes [8 extra bits] len 8
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   AVDTP (0x0019)
                 Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
                   0x0102
             Attribute: Browse Group List (0x0005) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Public Browse Root (0x1002)
             Attribute: Bluetooth Profile Descriptor List (0x0009) [len 2]
               Sequence (6) with 6 bytes [8 extra bits] len 8
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   Advanced Audio Distribution (0x110d)
                 Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
                   0x0102
             Attribute: Unknown (0x0100) [len 2]
               Advanced audio service [len 23]
             Attribute: Unknown (0x0311) [len 2]
               0x0001
< ACL Data TX flags 0x00 dlen 24 [hci0] 30.987030
       Channel: 67 len 20 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 5 len 15
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               PnP Information (0x1200)
         Max record count: 65535
         Attribute list: [len 7]
           Sequence (6) with 5 bytes [8 extra bits] len 7
             Unsigned Integer (1) with 4 bytes [0 extra bits] len 5
               0x0000ffff
         Continuation state: 0
 > HCI Event (0x13) plen 5 [hci0] 30.990839
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 67 [hci0] 30.991834
       Channel: 64 len 63 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 5 len 58
         Attribute bytes: 53
         Continuation state: 2
         00 35 .5
< ACL Data TX flags 0x00 dlen 26 [hci0] 30.992052
       Channel: 67 len 22 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 6 len 17
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               PnP Information (0x1200)
         Max record count: 65535
         Attribute list: [len 7]
           Sequence (6) with 5 bytes [8 extra bits] len 7
             Unsigned Integer (1) with 4 bytes [0 extra bits] len 5
               0x0000ffff
         Continuation state: 2
         00 35 .5
 > HCI Event (0x13) plen 5 [hci0] 30.995811
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 29 [hci0] 30.996518
       Channel: 64 len 25 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 6 len 20
         Attribute bytes: 17
         Continuation state: 0
         Combined attribute bytes: 70
           Attribute list: [len 65] {position 0}
             Attribute: Service Record Handle (0x0000) [len 2]
               0x00010000
             Attribute: Service Class ID List (0x0001) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 PnP Information (0x1200)
             Attribute: Browse Group List (0x0005) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Public Browse Root (0x1002)
             Attribute: Unknown (0x0200) [len 2]
               0x0103
             Attribute: Unknown (0x0201) [len 2]
               0x000f
             Attribute: Unknown (0x0202) [len 2]
               0x0000
             Attribute: Unknown (0x0203) [len 2]
               0x0000
             Attribute: Unknown (0x0204) [len 2]
               true
             Attribute: Unknown (0x0205) [len 2]
               0x0001
             Attribute: Unknown (0x8001) [len 2]
               0x0001
< ACL Data TX flags 0x00 dlen 24 [hci0] 31.099275
       Channel: 67 len 20 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 7 len 15
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               Handsfree (0x111e)
         Max record count: 65535
         Attribute list: [len 7]
           Sequence (6) with 5 bytes [8 extra bits] len 7
             Unsigned Integer (1) with 4 bytes [0 extra bits] len 5
               0x0000ffff
         Continuation state: 0
 > HCI Event (0x13) plen 5 [hci0] 31.101722
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 67 [hci0] 31.102965
       Channel: 64 len 63 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 7 len 58
         Attribute bytes: 53
         Continuation state: 2
         00 35 .5
< ACL Data TX flags 0x00 dlen 26 [hci0] 31.103181
       Channel: 67 len 22 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Request (0x06) tid 8 len 17
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               Handsfree (0x111e)
         Max record count: 65535
         Attribute list: [len 7]
           Sequence (6) with 5 bytes [8 extra bits] len 7
             Unsigned Integer (1) with 4 bytes [0 extra bits] len 5
               0x0000ffff
         Continuation state: 2
         00 35 .5
 > HCI Event (0x13) plen 5 [hci0] 31.106718
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 44 [hci0] 31.107962
       Channel: 64 len 40 [PSM 1 mode 0] {chan 0}
       SDP: Service Search Attribute Response (0x07) tid 8 len 35
         Attribute bytes: 32
         Continuation state: 0
         Combined attribute bytes: 85
           Attribute list: [len 80] {position 0}
             Attribute: Service Record Handle (0x0000) [len 2]
               0x00010002
             Attribute: Service Class ID List (0x0001) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Handsfree (0x111e)
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Generic Audio (0x1203)
             Attribute: Protocol Descriptor List (0x0004) [len 2]
               Sequence (6) with 3 bytes [8 extra bits] len 5
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   L2CAP (0x0100)
               Sequence (6) with 5 bytes [8 extra bits] len 7
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   RFCOMM (0x0003)
                 Unsigned Integer (1) with 1 byte [0 extra bits] len 2
                   0x02
             Attribute: Browse Group List (0x0005) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Public Browse Root (0x1002)
             Attribute: Bluetooth Profile Descriptor List (0x0009) [len 2]
               Sequence (6) with 6 bytes [8 extra bits] len 8
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   Handsfree (0x111e)
                 Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
                   0x0105
             Attribute: Unknown (0x0100) [len 2]
               HFP service [len 12]
             Attribute: Unknown (0x0311) [len 2]
               0x001b
< ACL Data TX flags 0x00 dlen 12 [hci0] 31.108484
       L2CAP: Connection Request (0x02) ident 4 len 4
         PSM: 3 (0x0003)
         Source CID: 65
 > HCI Event (0x13) plen 5 [hci0] 31.111705
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 16 [hci0] 31.112953
       L2CAP: Connection Response (0x03) ident 4 len 8
         Destination CID: 68
         Source CID: 65
         Result: Connection successful (0x0000)
         Status: No further information available (0x0000)
< ACL Data TX flags 0x00 dlen 16 [hci0] 31.112979
       L2CAP: Configure Request (0x04) ident 5 len 8
         Destination CID: 68
         Flags: 0x0000
         Option: Maximum Transmission Unit (0x01)
           MTU: 1013
 > ACL Data RX flags 0x02 dlen 16 [hci0] 31.116703
       L2CAP: Configure Request (0x04) ident 3 len 8
         Destination CID: 65
         Flags: 0x0000
         Option: Maximum Transmission Unit (0x01)
           MTU: 1024
 > HCI Event (0x13) plen 5 [hci0] 31.116714
         Num handles: 1
         Handle: 256
         Count: 1
< ACL Data TX flags 0x00 dlen 18 [hci0] 31.116742
       L2CAP: Configure Response (0x05) ident 3 len 10
         Source CID: 68
         Flags: 0x0000
         Result: Success (0x0000)
         Option: Maximum Transmission Unit (0x01)
           MTU: 1024
 > ACL Data RX flags 0x02 dlen 14 [hci0] 31.117950
       L2CAP: Configure Response (0x05) ident 5 len 6
         Source CID: 65
         Flags: 0x0000
         Result: Success (0x0000)
< ACL Data TX flags 0x00 dlen 8 [hci0] 31.118046
       Channel: 68 len 4 [PSM 3 mode 0] {chan 1}
         03 3f 01 1c .?..
 > HCI Event (0x13) plen 5 [hci0] 31.120702
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 31.121697
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 8 [hci0] 31.122697
       Channel: 65 len 4 [PSM 3 mode 0] {chan 1}
         03 73 01 d7 .s..
< ACL Data TX flags 0x00 dlen 18 [hci0] 31.122799
       Channel: 68 len 14 [PSM 3 mode 0] {chan 1}
         03 ef 15 83 11 04 f0 07 00 f0 03 00 07 70 .............p
 > HCI Event (0x13) plen 5 [hci0] 31.126699
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 18 [hci0] 31.127694
       Channel: 65 len 14 [PSM 3 mode 0] {chan 1}
         01 ef 15 81 11 04 e0 07 00 ff 00 00 07 aa ..............
< ACL Data TX flags 0x00 dlen 8 [hci0] 31.127795
       Channel: 68 len 4 [PSM 3 mode 0] {chan 1}
         13 3f 01 96 .?..
 > HCI Event (0x13) plen 5 [hci0] 31.131699
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 8 [hci0] 31.132691
       Channel: 65 len 4 [PSM 3 mode 0] {chan 1}
         13 73 01 5d .s.]
< ACL Data TX flags 0x00 dlen 12 [hci0] 31.132733
       Channel: 68 len 8 [PSM 3 mode 0] {chan 1}
         03 ef 09 e3 05 13 8d 70 .......p
 > ACL Data RX flags 0x02 dlen 12 [hci0] 31.134208
       L2CAP: Connection Request (0x02) ident 4 len 4
         PSM: 1 (0x0001)
         Source CID: 69
< ACL Data TX flags 0x00 dlen 16 [hci0] 31.134238
       L2CAP: Connection Response (0x03) ident 4 len 8
         Destination CID: 66
         Source CID: 69
         Result: Connection successful (0x0000)
         Status: No further information available (0x0000)
< ACL Data TX flags 0x00 dlen 12 [hci0] 31.134242
       L2CAP: Configure Request (0x04) ident 6 len 4
         Destination CID: 69
         Flags: 0x0000
 > HCI Event (0x13) plen 5 [hci0] 31.136698
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 12 [hci0] 31.137952
       Channel: 65 len 8 [PSM 3 mode 0] {chan 1}
         01 ef 09 e1 05 13 8d aa ........
 > HCI Event (0x13) plen 5 [hci0] 31.138724
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 12 [hci0] 31.139098
       Channel: 65 len 8 [PSM 3 mode 0] {chan 1}
         01 ef 09 e3 05 13 8d aa ........
< ACL Data TX flags 0x00 dlen 12 [hci0] 31.139163
       Channel: 68 len 8 [PSM 3 mode 0] {chan 1}
         03 ef 09 e1 05 13 8d 70 .......p
< ACL Data TX flags 0x00 dlen 9 [hci0] 31.139170
       Channel: 68 len 5 [PSM 3 mode 0] {chan 1}
         13 ff 01 21 79 ...!y
 > HCI Event (0x13) plen 5 [hci0] 31.139726
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 16 [hci0] 31.140473
       L2CAP: Configure Request (0x04) ident 5 len 8
         Destination CID: 66
         Flags: 0x0000
         Option: Maximum Transmission Unit (0x01)
           MTU: 64
< ACL Data TX flags 0x00 dlen 18 [hci0] 31.140505
       L2CAP: Configure Response (0x05) ident 5 len 10
         Source CID: 69
         Flags: 0x0000
         Result: Success (0x0000)
         Option: Maximum Transmission Unit (0x01)
           MTU: 64
 > ACL Data RX flags 0x02 dlen 14 [hci0] 31.141754
       L2CAP: Configure Response (0x05) ident 6 len 6
         Source CID: 66
         Flags: 0x0000
         Result: Success (0x0000)
 > HCI Event (0x13) plen 5 [hci0] 31.143762
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 20 [hci0] 31.144187
       Channel: 65 len 16 [PSM 3 mode 0] {chan 1}
         11 ff 17 09 41 54 2b 42 52 53 46 3d 32 37 0d a3 ....AT+BRSF=27..
< ACL Data TX flags 0x00 dlen 22 [hci0] 31.144324
       Channel: 68 len 18 [PSM 3 mode 0] {chan 1}
         13 ef 1d 0d 0a 2b 42 52 53 46 3a 20 33 35 32 0d  .....+BRSF: 352.
         0a 65 .e
< ACL Data TX flags 0x00 dlen 14 [hci0] 31.144332
       Channel: 68 len 10 [PSM 3 mode 0] {chan 1}
         13 ef 0d 0d 0a 4f 4b 0d 0a 65 .....OK..e
 > HCI Event (0x13) plen 5 [hci0] 31.144605
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 31.145757
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 28 [hci0] 31.146503
       Channel: 66 len 24 [PSM 1 mode 0] {chan 2}
       SDP: Service Search Attribute Request (0x06) tid 0 len 19
         Search pattern: [len 5]
           Sequence (6) with 3 bytes [8 extra bits] len 5
             UUID (3) with 2 bytes [0 extra bits] len 3
               Handsfree Audio Gateway (0x111f)
         Max record count: 48
         Attribute list: [len 11]
           Sequence (6) with 9 bytes [8 extra bits] len 11
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0001
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0009
             Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
               0x0311
         Continuation state: 0
< ACL Data TX flags 0x00 dlen 46 [hci0] 31.146720
       Channel: 69 len 42 [PSM 1 mode 0] {chan 2}
       SDP: Service Search Attribute Response (0x07) tid 0 len 37
         Attribute bytes: 34
           Attribute list: [len 30] {position 0}
             Attribute: Service Class ID List (0x0001) [len 2]
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Handsfree Audio Gateway (0x111f)
               UUID (3) with 2 bytes [0 extra bits] len 3
                 Generic Audio (0x1203)
             Attribute: Bluetooth Profile Descriptor List (0x0009) [len 2]
               Sequence (6) with 6 bytes [8 extra bits] len 8
                 UUID (3) with 2 bytes [0 extra bits] len 3
                   Handsfree (0x111e)
                 Unsigned Integer (1) with 2 bytes [0 extra bits] len 3
                   0x0105
             Attribute: Unknown (0x0311) [len 2]
               0x0000
         Continuation state: 0
 > HCI Event (0x13) plen 5 [hci0] 31.148755
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 31.149755
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 19 [hci0] 31.150250
       Channel: 65 len 15 [PSM 3 mode 0] {chan 1}
         11 ff 15 02 41 54 2b 43 49 4e 44 3d 3f 0d a3 ....AT+CIND=?..
< ACL Data TX flags 0x00 dlen 141 [hci0] 31.150438
       Channel: 68 len 137 [PSM 3 mode 0] {chan 1}
         13 ef 08 01 0d 0a 2b 43 49 4e 44 3a 20 28 22 62 ......+CIND: ("b
         61 74 74 63 68 67 22 2c 28 30 2d 35 29 29 2c 28 attchg",(0-5)),(
         22 73 69 67 6e 61 6c 22 2c 28 30 2d 35 29 29 2c "signal",(0-5)),
         28 22 73 65 72 76 69 63 65 22 2c 28 30 2c 31 29 ("service",(0,1)
         29 2c 28 22 63 61 6c 6c 22 2c 28 30 2c 31 29 29 ),("call",(0,1))
         2c 28 22 63 61 6c 6c 73 65 74 75 70 22 2c 28 30 ,("callsetup",(0
         2d 33 29 29 2c 28 22 63 61 6c 6c 68 65 6c 64 22 -3)),("callheld"
         2c 28 30 2d 32 29 29 2c 28 22 72 6f 61 6d 22 2c ,(0-2)),("roam",
         28 30 2c 31 29 29 0d 0a 65 (0,1))..e
< ACL Data TX flags 0x00 dlen 14 [hci0] 31.150448
       Channel: 68 len 10 [PSM 3 mode 0] {chan 1}
         13 ef 0d 0d 0a 4f 4b 0d 0a 65 .....OK..e
 > HCI Event (0x13) plen 5 [hci0] 31.150729
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 12 [hci0] 31.151699
       L2CAP: Disconnection Request (0x06) ident 6 len 4
         Destination CID: 66
         Source CID: 69
< ACL Data TX flags 0x00 dlen 12 [hci0] 31.151732
       L2CAP: Disconnection Response (0x07) ident 6 len 4
         Destination CID: 66
         Source CID: 69
 > HCI Event (0x13) plen 5 [hci0] 31.155700
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 31.156717
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 18 [hci0] 31.157715
       Channel: 65 len 14 [PSM 3 mode 0] {chan 1}
         11 ff 13 02 41 54 2b 43 49 4e 44 3f 0d a3 ....AT+CIND?..
< ACL Data TX flags 0x00 dlen 32 [hci0] 31.157811
       Channel: 68 len 28 [PSM 3 mode 0] {chan 1}
         13 ef 31 0d 0a 2b 43 49 4e 44 3a 20 35 2c 35 2c  ..1..+CIND: 5,5,
         31 2c 30 2c 30 2c 30 2c 30 0d 0a 65 1,0,0,0,0..e
< ACL Data TX flags 0x00 dlen 14 [hci0] 31.157820
       Channel: 68 len 10 [PSM 3 mode 0] {chan 1}
         13 ef 0d 0d 0a 4f 4b 0d 0a 65 .....OK..e
 > HCI Event (0x13) plen 5 [hci0] 31.158716
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 31.162700
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 31.166681
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 25 [hci0] 31.167709
       Channel: 65 len 21 [PSM 3 mode 0] {chan 1}
         11 ff 21 02 41 54 2b 43 4d 45 52 3d 33 2c 30 2c ..!.AT+CMER=3,0,
         30 2c 31 0d a3 0,1..
< ACL Data TX flags 0x00 dlen 14 [hci0] 31.167854
       Channel: 68 len 10 [PSM 3 mode 0] {chan 1}
         13 ef 0d 0d 0a 4f 4b 0d 0a 65 .....OK..e
 > HCI Event (0x13) plen 5 [hci0] 31.171687
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 19 [hci0] 31.197692
       Channel: 65 len 15 [PSM 3 mode 0] {chan 1}
         11 ff 15 01 41 54 2b 43 43 57 41 3d 31 0d a3 ....AT+CCWA=1..
< ACL Data TX flags 0x00 dlen 14 [hci0] 31.197863
       Channel: 68 len 10 [PSM 3 mode 0] {chan 1}
         13 ef 0d 0d 0a 4f 4b 0d 0a 65 .....OK..e
 > HCI Event (0x13) plen 5 [hci0] 31.201671
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 31 [hci0] 31.203939
       Channel: 65 len 27 [PSM 3 mode 0] {chan 1}
         11 ff 2d 01 41 54 2b 42 49 41 3d 30 2c 30 2c 31 ..-.AT+BIA=0,0,1
         2c 31 2c 31 2c 31 2c 30 2c 0d a3 ,1,1,1,0,..
< ACL Data TX flags 0x00 dlen 17 [hci0] 31.204263
       Channel: 68 len 13 [PSM 3 mode 0] {chan 1}
         13 ef 13 0d 0a 45 52 52 4f 52 0d 0a 65 .....ERROR..e
 > HCI Event (0x13) plen 5 [hci0] 31.208729
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 20 [hci0] 31.208907
       Channel: 65 len 16 [PSM 3 mode 0] {chan 1}
         11 ff 17 01 41 54 2b 43 42 43 3d 31 30 30 0d a3 ....AT+CBC=100..
< ACL Data TX flags 0x00 dlen 17 [hci0] 31.209194
       Channel: 68 len 13 [PSM 3 mode 0] {chan 1}
         13 ef 13 0d 0a 45 52 52 4f 52 0d 0a 65 .....ERROR..e
 > HCI Event (0x13) plen 5 [hci0] 31.213727
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 19 [hci0] 31.213935
       Channel: 65 len 15 [PSM 3 mode 0] {chan 1}
         11 ff 15 01 41 54 2b 56 47 53 3d 31 35 0d a3 ....AT+VGS=15..
< ACL Data TX flags 0x00 dlen 14 [hci0] 31.214182
       Channel: 68 len 10 [PSM 3 mode 0] {chan 1}
         13 ef 0d 0d 0a 4f 4b 0d 0a 65 .....OK..e
 > HCI Event (0x13) plen 5 [hci0] 31.218699
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 21 [hci0] 31.218903
       Channel: 65 len 17 [PSM 3 mode 0] {chan 1}
         11 ff 19 01 41 54 2b 43 4f 50 53 3d 33 2c 30 0d ....AT+COPS=3,0.
         a3 .
< ACL Data TX flags 0x00 dlen 14 [hci0] 31.219151
       Channel: 68 len 10 [PSM 3 mode 0] {chan 1}
         13 ef 0d 0d 0a 4f 4b 0d 0a 65 .....OK..e
 > HCI Event (0x13) plen 5 [hci0] 31.223655
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 19 [hci0] 31.223901
       Channel: 65 len 15 [PSM 3 mode 0] {chan 1}
         11 ff 15 01 41 54 2b 43 4d 45 45 3d 31 0d a3 ....AT+CMEE=1..
< ACL Data TX flags 0x00 dlen 14 [hci0] 31.224044
       Channel: 68 len 10 [PSM 3 mode 0] {chan 1}
         13 ef 0d 0d 0a 4f 4b 0d 0a 65 .....OK..e
 > HCI Event (0x13) plen 5 [hci0] 31.229657
         Num handles: 1
         Handle: 256
         Count: 1
< ACL Data TX flags 0x00 dlen 12 [hci0] 32.913824
       L2CAP: Disconnection Request (0x06) ident 7 len 4
         Destination CID: 67
         Source CID: 64
< ACL Data TX flags 0x00 dlen 12 [hci0] 32.913967
       L2CAP: Connection Request (0x02) ident 8 len 4
         PSM: 25 (0x0019)
         Source CID: 66
 > HCI Event (0x13) plen 5 [hci0] 32.917809
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 12 [hci0] 32.918175
       L2CAP: Disconnection Response (0x07) ident 7 len 4
         Destination CID: 67
         Source CID: 64
 > HCI Event (0x13) plen 5 [hci0] 32.918799
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 16 [hci0] 32.919548
       L2CAP: Connection Response (0x03) ident 8 len 8
         Destination CID: 70
         Source CID: 66
         Result: Connection successful (0x0000)
         Status: No further information available (0x0000)
< ACL Data TX flags 0x00 dlen 12 [hci0] 32.919590
       L2CAP: Configure Request (0x04) ident 9 len 4
         Destination CID: 70
         Flags: 0x0000
 > ACL Data RX flags 0x02 dlen 16 [hci0] 32.920800
       L2CAP: Configure Request (0x04) ident 7 len 8
         Destination CID: 66
         Flags: 0x0000
         Option: Maximum Transmission Unit (0x01)
           MTU: 672
< ACL Data TX flags 0x00 dlen 18 [hci0] 32.920846
       L2CAP: Configure Response (0x05) ident 7 len 10
         Source CID: 70
         Flags: 0x0000
         Result: Success (0x0000)
         Option: Maximum Transmission Unit (0x01)
           MTU: 672
 > HCI Event (0x13) plen 5 [hci0] 32.923795
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 14 [hci0] 32.924545
       L2CAP: Configure Response (0x05) ident 9 len 6
         Source CID: 66
         Flags: 0x0000
         Result: Success (0x0000)
< ACL Data TX flags 0x00 dlen 6 [hci0] 32.924675
       Channel: 70 len 2 [PSM 25 mode 0] {chan 2}
         00 01 ..
 > HCI Event (0x13) plen 5 [hci0] 32.924798
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 32.928796
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 8 [hci0] 32.929291
       Channel: 66 len 4 [PSM 25 mode 0] {chan 2}
         02 01 04 08 ....
< ACL Data TX flags 0x00 dlen 7 [hci0] 32.929397
       Channel: 70 len 3 [PSM 25 mode 0] {chan 2}
         10 02 04 ...
 > HCI Event (0x13) plen 5 [hci0] 32.933791
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 16 [hci0] 32.934578
       Channel: 66 len 12 [PSM 25 mode 0] {chan 2}
         12 02 01 00 07 06 00 00 ff ff 02 59 ...........Y
< ACL Data TX flags 0x00 dlen 18 [hci0] 32.934704
       Channel: 70 len 14 [PSM 25 mode 0] {chan 2}
         20 03 04 04 01 00 07 06 00 00 21 15 02 35 .........!..5
 > HCI Event (0x13) plen 5 [hci0] 32.938861
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 6 [hci0] 32.939354
       Channel: 66 len 2 [PSM 25 mode 0] {chan 2}
         22 03 ".
< ACL Data TX flags 0x00 dlen 7 [hci0] 32.939468
       Channel: 70 len 3 [PSM 25 mode 0] {chan 2}
         30 06 04 0..
 > HCI Event (0x13) plen 5 [hci0] 32.943806
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 6 [hci0] 32.944301
       Channel: 66 len 2 [PSM 25 mode 0] {chan 2}
         32 06 2.
< ACL Data TX flags 0x00 dlen 12 [hci0] 32.944424
       L2CAP: Connection Request (0x02) ident 10 len 4
         PSM: 25 (0x0019)
         Source CID: 64
 > HCI Event (0x13) plen 5 [hci0] 32.948804
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 16 [hci0] 32.949551
       L2CAP: Connection Response (0x03) ident 10 len 8
         Destination CID: 71
         Source CID: 64
         Result: Connection successful (0x0000)
         Status: No further information available (0x0000)
< ACL Data TX flags 0x00 dlen 12 [hci0] 32.949582
       L2CAP: Configure Request (0x04) ident 11 len 4
         Destination CID: 71
         Flags: 0x0000
 > ACL Data RX flags 0x02 dlen 20 [hci0] 32.950571
       L2CAP: Configure Request (0x04) ident 8 len 12
         Destination CID: 64
         Flags: 0x0000
         Option: Maximum Transmission Unit (0x01)
           MTU: 1008
         Option: Flush Timeout (0x02)
           Flush timeout: 200
< ACL Data TX flags 0x00 dlen 18 [hci0] 32.950597
       L2CAP: Configure Response (0x05) ident 8 len 10
         Source CID: 71
         Flags: 0x0000
         Result: Success (0x0000)
         Option: Maximum Transmission Unit (0x01)
           MTU: 1008
 > HCI Event (0x13) plen 5 [hci0] 32.953824
         Num handles: 1
         Handle: 256
         Count: 1
 > ACL Data RX flags 0x02 dlen 14 [hci0] 32.954566
       L2CAP: Configure Response (0x05) ident 11 len 6
         Source CID: 64
         Flags: 0x0000
         Result: Success (0x0000)
 > HCI Event (0x13) plen 5 [hci0] 32.954798
         Num handles: 1
         Handle: 256
         Count: 1
< HCI Command (0x01|0x0028) plen 17 [hci0] 32.964171
         Handle: 256
         Transmit bandwidth: 8000
         Receive bandwidth: 8000
         Max latency: 65535
         Setting: 0x0060
         Retransmission effort: Don't care (0xff)
         Packet type: 0x003f
 > HCI Event (0x0f) plen 4 [hci0] 32.965775
       Setup Synchronous Connection (0x01|0x0028) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x1b) plen 3 [hci0] 32.969774
         Handle: 256
         Max slots: 1
 > HCI Event (0x2c) plen 17 [hci0] 32.986795
         Status: Success (0x00)
         Handle: 257
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Link type: eSCO (0x02)
         Transmission interval: 0x0c
         Retransmission window: 0x02
         RX packet length: 60
         TX packet length: 60
         Air mode: CVSD (0x02)
< ACL Data TX flags 0x00 dlen 19 [hci0] 32.987649
       Channel: 68 len 15 [PSM 3 mode 0] {chan 1}
         13 ef 17 0d 0a 2b 56 47 53 3d 31 35 0d 0a 65 .....+VGS=15..e
< ACL Data TX flags 0x00 dlen 19 [hci0] 32.987662
       Channel: 68 len 15 [PSM 3 mode 0] {chan 1}
         13 ef 17 0d 0a 2b 56 47 4d 3d 31 35 0d 0a 65 .....+VGM=15..e
 > HCI Event (0x1b) plen 3 [hci0] 32.991768
         Handle: 256
         Max slots: 5
 > HCI Event (0x13) plen 5 [hci0] 32.992762
         Num handles: 1
         Handle: 256
         Count: 1
< SCO Data TX flags 0x00 dlen 48 [hci0] 32.993934
 > HCI Event (0x13) plen 5 [hci0] 32.995762
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x14) plen 6 [hci0] 37.801432
         Status: Success (0x00)
         Handle: 256
         Mode: Sniff (0x02)
         Interval: 247.500 msec (0x018c)
< HCI Command (0x01|0x0006) plen 3 [hci0] 38.011637
         Handle: 257
         Reason: Remote User Terminated Connection (0x13)
 > HCI Event (0x0f) plen 4 [hci0] 38.012251
       Disconnect (0x01|0x0006) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x05) plen 4 [hci0] 38.051233
         Status: Success (0x00)
         Handle: 257
         Reason: Connection Terminated By Local Host (0x16)
 > HCI Event (0x14) plen 6 [hci0] 38.057234
         Status: Success (0x00)
         Handle: 256
         Mode: Active (0x00)
         Interval: 0.000 msec (0x0000)
 > HCI Event (0x14) plen 6 [hci0] 42.803863
         Status: Success (0x00)
         Handle: 256
         Mode: Sniff (0x02)
         Interval: 500.000 msec (0x0320)
< HCI Command (0x02|0x0004) plen 2 [hci0] 42.927906
         Handle: 256
 > HCI Event (0x0f) plen 4 [hci0] 42.928836
       Exit Sniff Mode (0x02|0x0004) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x14) plen 6 [hci0] 43.264703
         Status: Success (0x00)
         Handle: 256
         Mode: Active (0x00)
         Interval: 0.000 msec (0x0000)
< HCI Command (0x01|0x0028) plen 17 [hci0] 43.264779
         Handle: 256
         Transmit bandwidth: 8000
         Receive bandwidth: 8000
         Max latency: 65535
         Setting: 0x0060
         Retransmission effort: Don't care (0xff)
         Packet type: 0x003f
 > HCI Event (0x0f) plen 4 [hci0] 43.265703
       Setup Synchronous Connection (0x01|0x0028) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x1b) plen 3 [hci0] 43.271679
         Handle: 256
         Max slots: 1
 > HCI Event (0x2c) plen 17 [hci0] 43.290665
         Status: Success (0x00)
         Handle: 257
         Address: 78:F7:BE:08:5E:DF (OUI 78-F7-BE)
         Link type: eSCO (0x02)
         Transmission interval: 0x0c
         Retransmission window: 0x02
         RX packet length: 60
         TX packet length: 60
         Air mode: CVSD (0x02)
< ACL Data TX flags 0x00 dlen 19 [hci0] 43.291490
       Channel: 68 len 15 [PSM 3 mode 0] {chan 1}
         13 ef 17 0d 0a 2b 56 47 53 3d 31 35 0d 0a 65 .....+VGS=15..e
< ACL Data TX flags 0x00 dlen 19 [hci0] 43.291512
       Channel: 68 len 15 [PSM 3 mode 0] {chan 1}
         13 ef 17 0d 0a 2b 56 47 4d 3d 31 35 0d 0a 65 .....+VGM=15..e
< SCO Data TX flags 0x00 dlen 48 [hci0] 43.295627
< SCO Data TX flags 0x00 dlen 48 [hci0] 43.295850
 > HCI Event (0x1b) plen 3 [hci0] 43.296621
         Handle: 256
         Max slots: 5
 > HCI Event (0x13) plen 5 [hci0] 43.297623
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x13) plen 5 [hci0] 43.298627
         Num handles: 1
         Handle: 256
         Count: 1
 > HCI Event (0x14) plen 6 [hci0] 47.786446
         Status: Success (0x00)
         Handle: 256
         Mode: Sniff (0x02)
         Interval: 247.500 msec (0x018c)
< HCI Command (0x01|0x0006) plen 3 [hci0] 49.907615
         Handle: 257
         Reason: Remote User Terminated Connection (0x13)
 > HCI Event (0x0f) plen 4 [hci0] 49.908340
       Disconnect (0x01|0x0006) ncmd 1
         Status: Success (0x00)
 > HCI Event (0x05) plen 4 [hci0] 50.015272
         Status: Success (0x00)
         Handle: 257
         Reason: Connection Terminated By Local Host (0x16)
 > HCI Event (0x14) plen 6 [hci0] 50.021320
         Status: Success (0x00)
         Handle: 256
         Mode: Active (0x00)
         Interval: 0.000 msec (0x0000)
 > HCI Event (0x14) plen 6 [hci0] 54.795921
         Status: Success (0x00)
         Handle: 256
         Mode: Sniff (0x02)
         Interval: 500.000 msec (0x0320)
>
> Regards
>
> Marcel
>
>
>


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: lenovo-m4400s-btmon.log --]
[-- Type: text/x-log; name="lenovo-m4400s-btmon.log", Size: 11795 bytes --]

btsnoop\0\0\0\0\x01\0\0\aÑ\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0áÇÇK\x18¾\0\x01]Z\x06ý‹\fhci0\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÇKAI \x04
ß^\b¾÷x\x04\x04$\x01\0\0\0
\0\0\0
\0\0\0\x02\0\0\0\0\0áÇÇKAJf	\x04\aß^\b¾÷x\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇKAM\x7f\x0f\x04\0\x01	\x04\0\0\0
\0\0\0
\0\0\0\x03\0\0\0\0\0áÇÇKCt\r\x12\b\0ß^\b¾÷x\0\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÇKC‹m\x03\v\0\0\x01ß^\b¾÷x\x01\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÇKC‹¸^[\x04\x02\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇKCR\x0f\x04\0\x01^[\x04\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÇKC¦Ñ^[\x03\0\x01\x05\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÇKC®œ\v\v\0\0\x01¿þþ›ÿy‡\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÇKC®«\x1c\x04\x03\0\x01\x01\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÇKC¶f\0!\f\0\b\0\x01\0\x02\x02\x04\0\x01\0A\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇKC¶j\x0f\x04\0\x01\x1c\x04\0\0\0\x14\0\0\0\x14\0\0\0\x04\0\0\0\0\0áÇÇKC¶‚\0\x01\x10\0\f\0\x01\0\x03\x02\b\0@\0A\0\x01\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x04\0\0\0\0\0áÇÇKC¶‡\0\x01
\0\x06\0\x01\0
\x01\x02\0\x02\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0áÇÇKCÆ\x06#\r\0\0\x01\x01\0\x01\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÇKCÆ\x11\x19\x04
ß^\b¾÷x\x02\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇKCÉá\x0f\x04\0\x01\x19\x04\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇKCÍ×\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇKCáV\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇKCâI\0!\x10\0\f\0\x01\0\v\x01\b\0\x02\0\0\0\0\x02\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x04\0\0\0\0\0áÇÇKCâc\0\x01
\0\x06\0\x01\0\x01\x01\x02\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇKCôÞ\x13\x05\x01\0\x01\x01\0\0\0\x01\x01\0\0\x01\x01\0\0\0\x03\0\0\0\0\0áÇÇKD\x17þ\aÿ\0ß^\b¾÷xHM1700\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x14\0\0\0\x14\0\0\0\x04\0\0\0\0\0áÇÇK€Ç\x04\0\x01\x10\0\f\0\x01\0\x03\x02\b\0@\0A\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇK€Ç\x1c\0\x01\f\0\b\0\x01\0\x04\x02\x04\0A\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇK€Öî\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇK€ÙÖ\0!\x10\0\f\0\x01\0\x04\x03\b\0@\0\0\0\x01\x02@\0\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÇK€Ú\x06\0\x01\x12\0\x0e\0\x01\0\x05\x03
\0A\0\0\0\0\0\x01\x02@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇK€Ú½\x13\x05\x01\0\x01\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÇK€Þ·\0!\x0e\0
\0\x01\0\x05\x02\x06\0@\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇK€êr\x13\x05\x01\0\x01\x01\0\0\0\0#\0\0\0#\0\0\0\x05\0\0\0\0\0áÇÇK€ìa\0!\x1f\0^[\0@\0\x06\0\0\0\x165\x03\x19\x11\x1f\005\f	\0\x01	\0\x04	\0		\x03\x11\0\0\0\0H\0\0\0H\0\0\0\x04\0\0\0\0\0áÇÇK€íŸ\0\x01D\0@\0A\0\a\0\0\0;\00515/	\0\x015\x06\x19\x11\x1f\x19\x12\x03	\0\x045\f5\x03\x19\x01\05\x05\x19\0\x03\b\r	\0	5\b5\x06\x19\x11\x1e	\x01\x05	\x03\x11\b[\x10sR0\0\0\0\0\0\0+\0\0\0+\0\0\0\x05\0\0\0\0\0áÇÇK\x05Â\0!'\0#\0@\0\x06\0\x01\0\x1e5\x03\x19\x11\x1f\005\f	\0\x01	\0\x04	\0		\x03\x11\b[\x10sR0\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x04\0\0\0\0\0áÇÇK\x06‚\0\x01\x0f\0\v\0A\0\a\0\x01\0\x06\0\x03	\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇK	«\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇK\x15e\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÇK\x18Ë\0!\f\0\b\0\x01\0\x06\x04\x04\0@\0A\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇK\x19\x02\0\x01\f\0\b\0\x01\0\a\x04\x04\0@\0A\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇK(ê\x13\x05\x01\0\x01\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇK0¶\x17\x06ß^\b¾÷x\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0áÇÇK1j\f\x04\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÇK4Ÿ\x0e
\x01\f\x04\0ß^\b¾÷x\0\0\0\v\0\0\0\v\0\0\0\x03\0\0\0\0\0áÇÇKH\x162	ß^\b¾÷x\x03\0\x05\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇKKô1\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x02\0\0\0\0\0áÇÇKL”+\x04	ß^\b¾÷x\x01\0\x05\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÇKOØ\x0e
\x01+\x04\0ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÇK…;i3
ß^\b¾÷x Æ\b\0\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0áÇÇK…<H-\x04\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÇK…?g\x0e
\x01-\x04\0ß^\b¾÷x\0\0\0	\0\0\0	\0\0\0\x03\0\0\0\0\0áÇÇK‹`ß6\a\x05ß^\b¾÷x\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇK½ø\x05\x04\0\0\x01\x13\0\0\0\b\0\0\0\b\0\0\0\x02\0\0\0\0\0áÇÇL\r¥+\x01\x04\x053‹ž\b\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇL\r«\x1f\x0f\x04\0\x02\x01\x04\0\0\x01\x01\0\0\x01\x01\0\0\0\x03\0\0\0\0\0áÇÇL\x19\aù/ÿ\x01ß^\b¾÷x\x01\0\x04\x04$ñQÔ\a	HM1700\v\x03\b\x11\x1e\x11\v\x11\x0e\x11\x01\x11\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÇL”“2\x02\x04\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇL”œh\x0e\x04\x02\x02\x04\0\0\0\0\x10\0\0\0\x10\0\0\0\x02\0\0\0\0\0áÇÇL”¥—\x05\x04\rß^\b¾÷x\x18Ì\x02\0\0\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇL”¨\r\x0f\x04\0\x01\x05\x04\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÇL¡ÉÏ\x03\v\0\0\x01ß^\b¾÷x\x01\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÇL¡Ê·^[\x04\x02\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇL¡Ñº\x0f\x04\0\x01^[\x04\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÇL¡Ý,^[\x03\0\x01\x05\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÇL¡èî\v\v\0\0\x01¿þþ›ÿy‡\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÇL¡èý\x1c\x04\x03\0\x01\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇL¡ìÓ\x0f\x04\0\x01\x1c\x04\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0áÇÇL¢\f\x17#\r\0\0\x01\x01\0\x01\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÇL¢\f,\x19\x04
ß^\b¾÷x\x02\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇL¢\x0fð\x0f\x04\0\x01\x19\x04\0\0\x01\x01\0\0\x01\x01\0\0\0\x03\0\0\0\0\0áÇÇL¢Z\x1a\aÿ\0ß^\b¾÷xHM1700\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÇL¢Z2\x11\x04\x02\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇL¢^\x03\x0f\x04\0\x01\x11\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇL¢b1\x17\x06ß^\b¾÷x\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0áÇÇL¢xÖ\f\x04\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÇL¢}P\x0e
\x01\f\x04\0ß^\b¾÷x\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇL¢%1\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x02\0\0\0\0\0áÇÇL¢W+\x04	ß^\b¾÷x\x01\0\x03\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÇL¢….\x0e
\x01+\x04\0ß^\b¾÷x\0\0\0\v\0\0\0\v\0\0\0\x03\0\0\0\0\0áÇÇL¢”Ë2	ß^\b¾÷x\x03\0\x02\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÇL¦=é3
ß^\b¾÷xg"\x04\0\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0áÇÇL¦S*,\x04\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÇL¦Y8\x0e
\x01,\x04\0ß^\b¾÷x\0\0\0	\0\0\0	\0\0\0\x03\0\0\0\0\0áÇÇL­«\x1f6\a\0ß^\b¾÷x\0\0\0\x19\0\0\0\x19\0\0\0\x03\0\0\0\0\0áÇÇL­éÚ\x18\x17ß^\b¾÷xÞ.¶‹\x17])5ƒ0"°L\x12\x1câ\x04\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÇL­í~\x06\x03\0\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÇL­íÆ\x13\x04\x03\0\x01\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇL­ñ¬\x0f\x04\0\x01\x13\x04\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇL®•b\b\x04\0\0\x01\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x04\0\0\0\0\0áÇÇL®•\0\x01
\0\x06\0\x01\0
\x01\x02\0\x02\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇL®¤ÿ\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇL®¦ð\0!\x10\0\f\0\x01\0\v\x01\b\0\x02\0\0\0\0\x02\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x04\0\0\0\0\0áÇÇL®§\x15\0\x01
\0\x06\0\x01\0\x01\x01\x02\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇL®¸…\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇLë±Z\0\x01\f\0\b\0\x01\0\x02\x02\x04\0\x01\0@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLëÁ¥\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇLëÅi\0!\x10\0\f\0\x01\0\x03\x02\b\0C\0@\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇLëÅ›\0\x01\f\0\b\0\x01\0\x04\x03\x04\0C\0\0\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇLëʏ\0!\x10\0\f\0\x01\0\x04\x02\b\0@\0\0\0\x01\x02@\0\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÇLëÊÐ\0\x01\x12\0\x0e\0\x01\0\x05\x02
\0C\0\0\0\0\0\x01\x02@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLëÕV\x13\x05\x01\0\x01\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÇLëØõ\0!\x0e\0
\0\x01\0\x05\x03\x06\0@\0\0\0\0\0\0\0\0\x1c\0\0\0\x1c\0\0\0\x04\0\0\0\0\0áÇÇLëÙž\0\x01\x18\0\x14\0C\0\x06\0\0\0\x0f5\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLëÜÝ\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLëè—\x13\x05\x01\0\x01\x01\0\0\0\0H\0\0\0H\0\0\0\x05\0\0\0\0\0áÇÇLëì¸\0!D\0@\0@\0\a\0\0\0;\066\x01\a6\0R	\0\0
\0\x01\0\x01	\0\x015	\x19\x11\b\x19\x111\x19\x12\x03	\0\x045\f5\x03\x19\x01\05\x05\x19\0\x03\b\x01	\0\x055\x03\x19\x10\x02	\x02\06\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÇLëíŸ\0\x01\x1a\0\x16\0C\0\x06\0\x01\0\x115\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\x02\06\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLëüG\x13\x05\x01\0\x01\x01\0\0\0\0H\0\0\0H\0\0\0\x05\0\0\0\0\0áÇÇLëÿý\0!D\0@\0@\0\a\0\x01\0;\06\0	5\b5\x06\x19\x11\b	\x01\x02	\x01\0%\fHSP service\0	\x03\x02(\x016\0P	\0\0
\0\x01\0\x02	\0\x015\x06\x19\x11\x1e\x19\x02\0l\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÇLì\0\0\x01\x1a\0\x16\0C\0\x06\0\x02\0\x115\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\x02\0l\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLì\x0f»\x13\x05\x01\0\x01\x01\0\0\0\0H\0\0\0H\0\0\0\x05\0\0\0\0\0áÇÇLì\x13Ã\0!D\0@\0@\0\a\0\x02\0;\06\x12\x03	\0\x045\f5\x03\x19\x01\05\x05\x19\0\x03\b\x02	\0\x055\x03\x19\x10\x02	\0	5\b5\x06\x19\x11\x1e	\x01\x05	\x01\0%\fHFP servi\x02\0¢\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÇLì\x14š\0\x01\x1a\0\x16\0C\0\x06\0\x03\0\x115\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\x02\0¢\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLì#!\x13\x05\x01\0\x01\x01\0\0\0\0H\0\0\0H\0\0\0\x05\0\0\0\0\0áÇÇLì'\x05\0!D\0@\0@\0\a\0\x03\0;\06ce\0	\x03\x11	\0^[6\0\	\0\0
\0\x01\0\x03	\0\x015\x03\x19\x11\v	\0\x045\x105\x06\x19\x01\0	\0\x195\x06\x19\0\x19	\x01\x02	\0\x055\x03\x02\0Ø\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÇLì'¾\0\x01\x1a\0\x16\0C\0\x06\0\x04\0\x115\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\x02\0Ø\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLì6®\x13\x05\x01\0\x01\x01\0\0\0\0B\0\0\0B\0\0\0\x05\0\0\0\0\0áÇÇLì:«\0!>\0:\0@\0\a\0\x04\05\02\x19\x10\x02	\0	5\b5\x06\x19\x11\r	\x01\x02	\x01\0%\x17Advanced audio service\0	\x03\x11	\0\x01\0\0\0\0\x1c\0\0\0\x1c\0\0\0\x04\0\0\0\0\0áÇÇLî\x10\x16\0\x01\x18\0\x14\0C\0\x06\0\x05\0\x0f5\x03\x19\x12\0ÿÿ5\x05
\0\0ÿÿ\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLî\x1e÷\x13\x05\x01\0\x01\x01\0\0\0\0G\0\0\0G\0\0\0\x05\0\0\0\0\0áÇÇLî"Ú\0!C\0?\0@\0\a\0\x05\0:\055D6\0A	\0\0
\0\x01\0\0	\0\x015\x03\x19\x12\0	\0\x055\x03\x19\x10\x02	\x02\0	\x01\x03	\x02\x01	\0\x0f	\x02\x02	\0\0	\x02\x03	\0\0\x02\05\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÇLî#´\0\x01\x1a\0\x16\0C\0\x06\0\x06\0\x115\x03\x19\x12\0ÿÿ5\x05
\0\0ÿÿ\x02\05\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLî2c\x13\x05\x01\0\x01\x01\0\0\0\0!\0\0\0!\0\0\0\x05\0\0\0\0\0áÇÇLî5&\0!\x1d\0\x19\0@\0\a\0\x06\0\x14\0\x11	\x02\x04(\x01	\x02\x05	\0\x01	€\x01	\0\x01\0\0\0\0\x1c\0\0\0\x1c\0\0\0\x04\0\0\0\0\0áÇÇLïÆ‹\0\x01\x18\0\x14\0C\0\x06\0\a\0\x0f5\x03\x19\x11\x1eÿÿ5\x05
\0\0ÿÿ\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLïÐ\x1a\x13\x05\x01\0\x01\x01\0\0\0\0G\0\0\0G\0\0\0\x05\0\0\0\0\0áÇÇLïÔõ\0!C\0?\0@\0\a\0\a\0:\055S6\0P	\0\0
\0\x01\0\x02	\0\x015\x06\x19\x11\x1e\x19\x12\x03	\0\x045\f5\x03\x19\x01\05\x05\x19\0\x03\b\x02	\0\x055\x03\x19\x10\x02	\0	5\x02\05\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÇLïÕÍ\0\x01\x1a\0\x16\0C\0\x06\0\b\0\x115\x03\x19\x11\x1eÿÿ5\x05
\0\0ÿÿ\x02\05\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLïãž\x13\x05\x01\0\x01\x01\0\0\0\00\0\0\00\0\0\0\x05\0\0\0\0\0áÇÇLïèz\0!,\0(\0@\0\a\0\b\0#\0 \b5\x06\x19\x11\x1e	\x01\x05	\x01\0%\fHFP service\0	\x03\x11	\0^[\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇLïê„\0\x01\f\0\b\0\x01\0\x02\x04\x04\0\x03\0A\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLï÷\x19\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇLïûù\0!\x10\0\f\0\x01\0\x03\x04\b\0D\0A\0\0\0\0\0\0\0\0\x14\0\0\0\x14\0\0\0\x04\0\0\0\0\0áÇÇLïü\x13\0\x01\x10\0\f\0\x01\0\x04\x05\b\0D\0\0\0\x01\x02õ\x03\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇLð
Ÿ\0!\x10\0\f\0\x01\0\x04\x03\b\0A\0\0\0\x01\x02\0\x04\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð
ª\x13\x05\x01\0\x01\x01\0\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÇLð
Æ\0\x01\x12\0\x0e\0\x01\0\x05\x03
\0D\0\0\0\0\0\x01\x02\0\x04\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÇLð\x0f~\0!\x0e\0
\0\x01\0\x05\x05\x06\0A\0\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\x04\0\0\0\0\0áÇÇLð\x0fÞ\0\x01\b\0\x04\0D\0\x03?\x01\x1c\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð\x1a>\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð\x1e!\x13\x05\x01\0\x01\x01\0\0\0\0\f\0\0\0\f\0\0\0\x05\0\0\0\0\0áÇÇLð"	\0!\b\0\x04\0A\0\x03s\x01×\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÇLð"o\0\x01\x12\0\x0e\0D\0\x03ï\x15ƒ\x11\x04ð\a\0ð\x03\0\ap\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð1«\x13\x05\x01\0\x01\x01\0\0\0\0\x16\0\0\0\x16\0\0\0\x05\0\0\0\0\0áÇÇLð5Ž\0!\x12\0\x0e\0A\0\x01ï\x15\x11\x04à\a\0ÿ\0\0\aª\0\0\0\f\0\0\0\f\0\0\0\x04\0\0\0\0\0áÇÇLð5ó\0\x01\b\0\x04\0D\0\x13?\x01–\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLðE3\x13\x05\x01\0\x01\x01\0\0\0\0\f\0\0\0\f\0\0\0\x05\0\0\0\0\0áÇÇLðI\x13\0!\b\0\x04\0A\0\x13s\x01]\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇLðI=\0\x01\f\0\b\0D\0\x03ï	ã\x05\x13p\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÇLðO\0\0!\f\0\b\0\x01\0\x02\x04\x04\0\x01\0E\0\0\0\0\x14\0\0\0\x14\0\0\0\x04\0\0\0\0\0áÇÇLðO\x1e\0\x01\x10\0\f\0\x01\0\x03\x04\b\0B\0E\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇLðO"\0\x01\f\0\b\0\x01\0\x04\x06\x04\0E\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLðXº\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÇLð] \0!\f\0\b\0A\0\x01ï	á\x05\x13ª\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð`¤\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÇLðb\x1a\0!\f\0\b\0A\0\x01ï	ã\x05\x13ª\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇLðb[\0\x01\f\0\b\0D\0\x03ï	á\x05\x13p\0\0\0\r\0\0\0\r\0\0\0\x04\0\0\0\0\0áÇÇLðbb\0\x01	\0\x05\0D\0\x13ÿ\x01!y\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLðdŽ\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇLðgy\0!\x10\0\f\0\x01\0\x04\x05\b\0B\0\0\0\x01\x02@\0\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÇLðg™\0\x01\x12\0\x0e\0\x01\0\x05\x05
\0E\0\0\0\0\0\x01\x02@\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÇLðlz\0!\x0e\0
\0\x01\0\x05\x06\x06\0B\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLðtR\x13\x05\x01\0\x01\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\x05\0\0\0\0\0áÇÇLðuû\0!\x14\0\x10\0A\0\x11ÿ\x17	AT+BRSF=27\r£\0\0\0\x1a\0\0\0\x1a\0\0\0\x04\0\0\0\0\0áÇÇLðv„\0\x01\x16\0\x12\0D\0\x13ï\x1d
+BRSF: 352
e\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÇLðvŒ\0\x01\x0e\0
\0D\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLðw\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð|\x1d\x13\x05\x01\0\x01\x01\0\0\0\0 \0\0\0 \0\0\0\x05\0\0\0\0\0áÇÇLð\x7f\a\0!\x1c\0\x18\0B\0\x06\0\0\0\x135\x03\x19\x11\x1f\005		\0\x01	\0		\x03\x11\0\0\0\02\0\0\02\0\0\0\x04\0\0\0\0\0áÇÇLð\x7fà\0\x01.\0*\0E\0\a\0\0\0%\0"5 5\x1e	\0\x015\x06\x19\x11\x1f\x19\x12\x03	\0	5\b5\x06\x19\x11\x1e	\x01\x05	\x03\x11	\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð‡Ó\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð‹»\x13\x05\x01\0\x01\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x05\0\0\0\0\0áÇÇLðª\0!\x13\0\x0f\0A\0\x11ÿ\x15\x02AT+CIND=?\r£\0\0\0‘\0\0\0‘\0\0\0\x04\0\0\0\0\0áÇÇLðŽf\0\x01\0‰\0D\0\x13ï\b\x01
+CIND: ("battchg",(0-5)),("signal",(0-5)),("service",(0,1)),("call",(0,1)),("callsetup",(0-3)),("callheld",(0-2)),("roam",(0,1))
e\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÇLðŽp\0\x01\x0e\0
\0D\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð‰\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÇLð“S\0!\f\0\b\0\x01\0\x06\x06\x04\0B\0E\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇLð“t\0\x01\f\0\b\0\x01\0\a\x06\x04\0B\0E\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð¢ô\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð¦í\x13\x05\x01\0\x01\x01\0\0\0\0\x16\0\0\0\x16\0\0\0\x05\0\0\0\0\0áÇÇLðªÓ\0!\x12\0\x0e\0A\0\x11ÿ\x13\x02AT+CIND?\r£\0\0\0$\0\0\0$\0\0\0\x04\0\0\0\0\0áÇÇLð«3\0\x01 \0\x1c\0D\0\x13ï1
+CIND: 5,5,1,0,0,0,0
e\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÇLð«<\0\x01\x0e\0
\0D\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð®¼\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLð¾L\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLðÍÙ\x13\x05\x01\0\x01\x01\0\0\0\0\x1d\0\0\0\x1d\0\0\0\x05\0\0\0\0\0áÇÇLðÑÝ\0!\x19\0\x15\0A\0\x11ÿ!\x02AT+CMER=3,0,0,1\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÇLðÒn\0\x01\x0e\0
\0D\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLðág\x13\x05\x01\0\x01\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x05\0\0\0\0\0áÇÇLñFü\0!\x13\0\x0f\0A\0\x11ÿ\x15\x01AT+CCWA=1\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÇLñG§\0\x01\x0e\0
\0D\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLñV‡\x13\x05\x01\0\x01\x01\0\0\0\0#\0\0\0#\0\0\0\x05\0\0\0\0\0áÇÇLñ_c\0!\x1f\0^[\0A\0\x11ÿ-\x01AT+BIA=0,0,1,1,1,1,0,\r£\0\0\0\x15\0\0\0\x15\0\0\0\x04\0\0\0\0\0áÇÇLñ`§\0\x01\x11\0\r\0D\0\x13ï\x13
ERROR
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLñr\x19\x13\x05\x01\0\x01\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\x05\0\0\0\0\0áÇÇLñrË\0!\x14\0\x10\0A\0\x11ÿ\x17\x01AT+CBC=100\r£\0\0\0\x15\0\0\0\x15\0\0\0\x04\0\0\0\0\0áÇÇLñsê\0\x01\x11\0\r\0D\0\x13ï\x13
ERROR
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLñ…Ÿ\x13\x05\x01\0\x01\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x05\0\0\0\0\0áÇÇLñ†o\0!\x13\0\x0f\0A\0\x11ÿ\x15\x01AT+VGS=15\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÇLñ‡f\0\x01\x0e\0
\0D\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLñ™\v\x13\x05\x01\0\x01\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\x05\0\0\0\0\0áÇÇLñ™×\0!\x15\0\x11\0A\0\x11ÿ\x19\x01AT+COPS=3,0\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÇLñšÏ\0\x01\x0e\0
\0D\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLñ¬g\x13\x05\x01\0\x01\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x05\0\0\0\0\0áÇÇLñ­]\0!\x13\0\x0f\0A\0\x11ÿ\x15\x01AT+CMEE=1\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÇLñ­ì\0\x01\x0e\0
\0D\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇLñÃÙ\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇM\vv \0\x01\f\0\b\0\x01\0\x06\a\x04\0C\0@\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇM\vw/\0\x01\f\0\b\0\x01\0\x02\b\x04\0\x19\0B\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\v†1\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÇM\v‡Ÿ\0!\f\0\b\0\x01\0\a\a\x04\0C\0@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\vŠ\x0f\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇM\vŒü\0!\x10\0\f\0\x01\0\x03\b\b\0F\0B\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇM\v&\0\x01\f\0\b\0\x01\0\x04	\x04\0F\0\0\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇM\v‘à\0!\x10\0\f\0\x01\0\x04\a\b\0B\0\0\0\x01\x02 \x02\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÇM\v’\x0e\0\x01\x12\0\x0e\0\x01\0\x05\a
\0F\0\0\0\0\0\x01\x02 \x02\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\v“\x13\x05\x01\0\x01\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÇM\v \0!\x0e\0
\0\x01\0\x05	\x06\0B\0\0\0\0\0\0\0\0
\0\0\0
\0\0\0\x04\0\0\0\0\0áÇÇM\v¡\x03\0\x01\x06\0\x02\0F\0\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\v¡~\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\v±\x1c\x13\x05\x01\0\x01\x01\0\0\0\0\f\0\0\0\f\0\0\0\x05\0\0\0\0\0áÇÇM\v³\v\0!\b\0\x04\0B\0\x02\x01\x04\b\0\0\0\v\0\0\0\v\0\0\0\x04\0\0\0\0\0áÇÇM\v³u\0\x01\a\0\x03\0F\0\x10\x02\x04\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\vÄŸ\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇM\vDz\0!\x10\0\f\0B\0\x12\x02\x01\0\a\x06\0\0ÿÿ\x02Y\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÇM\vÈ0\0\x01\x12\0\x0e\0F\0 \x03\x04\x04\x01\0\a\x06\0\0!\x15\x025\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\vØm\x13\x05\x01\0\x01\x01\0\0\0\0
\0\0\0
\0\0\0\x05\0\0\0\0\0áÇÇM\vÚZ\0!\x06\0\x02\0B\0"\x03\0\0\0\v\0\0\0\v\0\0\0\x04\0\0\0\0\0áÇÇM\vÚÌ\0\x01\a\0\x03\0F\00\x06\x04\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\vë¾\x13\x05\x01\0\x01\x01\0\0\0\0
\0\0\0
\0\0\0\x05\0\0\0\0\0áÇÇM\ví­\0!\x06\0\x02\0B\02\x06\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇM\vî(\0\x01\f\0\b\0\x01\0\x02
\x04\0\x19\0@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\vÿD\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÇM\f\x02/\0!\x10\0\f\0\x01\0\x03
\b\0G\0@\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÇM\f\x02N\0\x01\f\0\b\0\x01\0\x04\v\x04\0G\0\0\0\0\0\0\x18\0\0\0\x18\0\0\0\x05\0\0\0\0\0áÇÇM\f\x06+\0!\x14\0\x10\0\x01\0\x04\b\f\0@\0\0\0\x01\x02ð\x03\x02\x02È\0\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÇM\f\x06E\0\x01\x12\0\x0e\0\x01\0\x05\b
\0G\0\0\0\0\0\x01\x02ð\x03\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\f\x12à\x13\x05\x01\0\x01\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÇM\f\x15Æ\0!\x0e\0
\0\x01\0\x05\v\x06\0@\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\f\x16®\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x02\0\0\0\0\0áÇÇM\f;K(\x04\x11\0\x01@\x1f\0\0@\x1f\0\0ÿÿ`\0ÿ?\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇM\fA\x0f\x04\0\x01(\x04\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÇM\fQ.^[\x03\0\x01\x01\0\0\0\x13\0\0\0\x13\0\0\0\x03\0\0\0\0\0áÇÇM\f“«,\x11\0\x01\x01ß^\b¾÷x\x02\f\x02<\0<\0\x02\0\0\0\x17\0\0\0\x17\0\0\0\x04\0\0\0\0\0áÇÇM\f—\x01\0\x01\x13\0\x0f\0D\0\x13ï\x17
+VGS=15
e\0\0\0\x17\0\0\0\x17\0\0\0\x04\0\0\0\0\0áÇÇM\f—\x0e\0\x01\x13\0\x0f\0D\0\x13ï\x17
+VGM=15
e\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÇM\f§\x18^[\x03\0\x01\x05\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\fªú\x13\x05\x01\0\x01\x01\0\0\0\03\0\0\03\0\0\0\x06\0\0\0\0\0áÇÇM\f¯Ž\x01\x010\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM\f¶²\x13\x05\x01\0\x01\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇMV
Ø\x14\x06\0\0\x01\x02Œ\x01\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÇMY?õ\x06\x04\x03\x01\x01\x13\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇMYB[\x0f\x04\0\x01\x06\x04\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇMYÚ¡\x05\x04\0\x01\x01\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇMYò\x12\x14\x06\0\0\x01\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇM¢_—\x14\x06\0\0\x01\x02 \x03\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÇM¤D"\x04\b\x02\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇM¤GÄ\x0f\x04\0\x01\x04\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇM©g¿\x14\x06\0\0\x01\0\0\0\0\0\0\x14\0\0\0\x14\0\0\0\x02\0\0\0\0\0áÇÇM©h\v(\x04\x11\0\x01@\x1f\0\0@\x1f\0\0ÿÿ`\0ÿ?\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇM©k§\x0f\x04\0\x01(\x04\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÇM©‚ÿ^[\x03\0\x01\x01\0\0\0\x13\0\0\0\x13\0\0\0\x03\0\0\0\0\0áÇÇM©Í),\x11\0\x01\x01ß^\b¾÷x\x02\f\x02<\0<\0\x02\0\0\0\x17\0\0\0\x17\0\0\0\x04\0\0\0\0\0áÇÇM©Ðb\0\x01\x13\0\x0f\0D\0\x13ï\x17
+VGS=15
e\0\0\0\x17\0\0\0\x17\0\0\0\x04\0\0\0\0\0áÇÇM©Ðx\0\x01\x13\0\x0f\0D\0\x13ï\x17
+VGM=15
e\0\0\03\0\0\03\0\0\0\x06\0\0\0\0\0áÇÇM©à‹\x01\x010\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\03\0\0\03\0\0\0\x06\0\0\0\0\0áÇÇM©áj\x01\x010\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÇM©äm^[\x03\0\x01\x05\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM©èW\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÇM©ìC\x13\x05\x01\0\x01\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇMîfÎ\x14\x06\0\0\x01\x02Œ\x01\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÇN\x0eÄŸ\x06\x04\x03\x01\x01\x13\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇN\x0eÇt\x0f\x04\0\x01\x06\x04\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÇN\x10i(\x05\x04\0\x01\x01\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇN\x10€È\x14\x06\0\0\x01\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÇNY[‘\x14\x06\0\0\x01\x02 \x03

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-01  2:39           ` Hui Wang
@ 2013-11-01  7:49             ` Marcel Holtmann
  2013-11-01  9:18               ` Hui Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Marcel Holtmann @ 2013-11-01  7:49 UTC (permalink / raw)
  To: Hui Wang
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development, Kun Yang,
	Anthony Wong

Hi Hui,

>>>>>>> The problem is:
>>>>>>> On the machine which has Intel 7260 BT module, i use it to connect a bluetooth headset,
>>>>>>> it can successfully scan and connect to the headset, when i play sound to the bt headset,
>>>>>>> the problem comes, if the bt module is connected to the XHCI, it can work very well.
>>>>>>> 
>>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>>> 1-7:1.0: No such file or directory
>>>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>>>    |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>>>>    |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
>>>>>>>    |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>    |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>> 
>>>>>>> But if the bt module is connected to the EHCI, it always fails to play sound.
>>>>>>> 
>>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>>> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>>> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>>>>        |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>        |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>        |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>>>>        |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>>> can you paste /sys/kernel/debug/usb/devices here.
>>>>>> 
>>>>>> If the uvcvideo driver is also using ISOC URBs, we might have just exhausted the bandwidth of the USB bus here or these two devices just do not play nice with each other.
>>>>>> 
>>>>>> Try to unload the uvcvideo driver and try it again.
>>>>> Thanks for your reply, follow your instruction, i totally disabled the camera from the BIOS, then the usb tree like this,
>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>> 1-1.3:1.0: No such file or directory
>>>>> /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>> /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>> /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>>> /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>>        |__ Port 2: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>>        |__ Port 3: Dev 4, If 0, Class=vend., Driver=, 12M
>>>>>        |__ Port 5: Dev 5, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>        |__ Port 5: Dev 5, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>> u@u-Lenovo-B4400:~$ uname -a
>>>>> Linux u-Lenovo-B4400 3.12.0-031200rc6-generic #201310191635 SMP Sat Oct 19 20:36:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>>>>> 
>>>>> I re-did the test, the result is same as before, after the headset is connected and i play audio, no sound is heard from the headset.
>>>>> And hciconfig output shows still no SCO packets received by BT driver.
>>>>> u@u-Lenovo-B4400:~$ hciconfig
>>>>> hci0:    Type: BR/EDR  Bus: USB
>>>>>    BD Address: 00:15:00:CC:2D:D2  ACL MTU: 1021:5  SCO MTU: 96:5
>>>>>    UP RUNNING PSCAN
>>>>>    RX bytes:5853 acl:61 sco:0 events:298 errors:0
>>>>>    TX bytes:19212 acl:68 sco:1 commands:179 errors:0
>>>> this is strange. The only reason I can think of is that you do not have the firmware installed and or it is not loaded correctly. Does dmesg give any indication that something failed here.
>>> I can confirm the firmware file is the /lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq, and it is in the filesystem. And from the dmesg, the firmware was successfully loaded.
>>> 
>>> [    8.600217] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
>>> [    8.653635] kvm: disabled by bios
>>> [    8.672981] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00
>>> [    8.707034] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
>>> [    8.717725] Registered led device: phy0-led
>>> [    8.722730] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
>>> [    8.752626] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
>>> 
>>>> Since this is a 3.12 kernel it should have native support for Intel specific setup routing. Any chance you can run btmon -w <file> before plugging the device into the bus. Maybe something goes wrong with the setup routine on EHCI.
>>> Do you mean the hcidump file i just sent in my previous email.
>> I do not get this. I specifically asked to run “btmon -w <file>” before plugging in the device. I want to see the early setup process here. What would I do with a hcidump trace.
> 
> The attachment is the logfile generated by "btmon -w <file>". And the logfile was generated by below steps,
> 
> 1) boot up the system into the ubuntu desktop
> 2) open a terminal and run "sudo btmon -w ~/lenovo-m4400s-btmon.log"
> 3) open bluetooth applet and click adding a new device, the bluetooth begin to scan devices
> 4) power up the bt headset
> 5) laptop bt module find the headset and connect it successfully
> 6) open the sound applet, choose bt headset as output device, play sound, but no sound can be heard from bt headset
> 7) Ctrl+C to terminate the "btmon -w <file>"
> 
> In case you can't receive the attachment, i decode the logfile and paste the content here.

what I need is to see the 7260 controller init. So you need to start btmon -w <file> before the 7260 gets attached to the USB bus or before btusb.ko driver gets loaded.

Regards

Marcel


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-01  7:49             ` Marcel Holtmann
@ 2013-11-01  9:18               ` Hui Wang
  2013-11-02 19:05                 ` Marcel Holtmann
  0 siblings, 1 reply; 22+ messages in thread
From: Hui Wang @ 2013-11-01  9:18 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development, Kun Yang,
	Anthony Wong

[-- Attachment #1: Type: text/plain, Size: 6693 bytes --]

On 11/01/2013 03:49 PM, Marcel Holtmann wrote:
> Hi Hui,
>
>>>>>>>> The problem is:
>>>>>>>> On the machine which has Intel 7260 BT module, i use it to connect a bluetooth headset,
>>>>>>>> it can successfully scan and connect to the headset, when i play sound to the bt headset,
>>>>>>>> the problem comes, if the bt module is connected to the XHCI, it can work very well.
>>>>>>>>
>>>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>>>> 1-7:1.0: No such file or directory
>>>>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>>>>     |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>>>>>     |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
>>>>>>>>     |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>>     |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>>
>>>>>>>> But if the bt module is connected to the EHCI, it always fails to play sound.
>>>>>>>>
>>>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>>>> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>>>> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>>>>>         |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>>         |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>>         |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>>>>>         |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>>>> can you paste /sys/kernel/debug/usb/devices here.
>>>>>>>
>>>>>>> If the uvcvideo driver is also using ISOC URBs, we might have just exhausted the bandwidth of the USB bus here or these two devices just do not play nice with each other.
>>>>>>>
>>>>>>> Try to unload the uvcvideo driver and try it again.
>>>>>> Thanks for your reply, follow your instruction, i totally disabled the camera from the BIOS, then the usb tree like this,
>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>> 1-1.3:1.0: No such file or directory
>>>>>> /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>> /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>> /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>>>> /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>>>>     |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>>>         |__ Port 2: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>>>         |__ Port 3: Dev 4, If 0, Class=vend., Driver=, 12M
>>>>>>         |__ Port 5: Dev 5, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>         |__ Port 5: Dev 5, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>> u@u-Lenovo-B4400:~$ uname -a
>>>>>> Linux u-Lenovo-B4400 3.12.0-031200rc6-generic #201310191635 SMP Sat Oct 19 20:36:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>>>>>>
>>>>>> I re-did the test, the result is same as before, after the headset is connected and i play audio, no sound is heard from the headset.
>>>>>> And hciconfig output shows still no SCO packets received by BT driver.
>>>>>> u@u-Lenovo-B4400:~$ hciconfig
>>>>>> hci0:    Type: BR/EDR  Bus: USB
>>>>>>     BD Address: 00:15:00:CC:2D:D2  ACL MTU: 1021:5  SCO MTU: 96:5
>>>>>>     UP RUNNING PSCAN
>>>>>>     RX bytes:5853 acl:61 sco:0 events:298 errors:0
>>>>>>     TX bytes:19212 acl:68 sco:1 commands:179 errors:0
>>>>> this is strange. The only reason I can think of is that you do not have the firmware installed and or it is not loaded correctly. Does dmesg give any indication that something failed here.
>>>> I can confirm the firmware file is the /lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq, and it is in the filesystem. And from the dmesg, the firmware was successfully loaded.
>>>>
>>>> [    8.600217] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
>>>> [    8.653635] kvm: disabled by bios
>>>> [    8.672981] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00
>>>> [    8.707034] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
>>>> [    8.717725] Registered led device: phy0-led
>>>> [    8.722730] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
>>>> [    8.752626] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
>>>>
>>>>> Since this is a 3.12 kernel it should have native support for Intel specific setup routing. Any chance you can run btmon -w <file> before plugging the device into the bus. Maybe something goes wrong with the setup routine on EHCI.
>>>> Do you mean the hcidump file i just sent in my previous email.
>>> I do not get this. I specifically asked to run “btmon -w <file>” before plugging in the device. I want to see the early setup process here. What would I do with a hcidump trace.
>> The attachment is the logfile generated by "btmon -w <file>". And the logfile was generated by below steps,
>>
>> 1) boot up the system into the ubuntu desktop
>> 2) open a terminal and run "sudo btmon -w ~/lenovo-m4400s-btmon.log"
>> 3) open bluetooth applet and click adding a new device, the bluetooth begin to scan devices
>> 4) power up the bt headset
>> 5) laptop bt module find the headset and connect it successfully
>> 6) open the sound applet, choose bt headset as output device, play sound, but no sound can be heard from bt headset
>> 7) Ctrl+C to terminate the "btmon -w <file>"
>>
>> In case you can't receive the attachment, i decode the logfile and paste the content here.
> what I need is to see the 7260 controller init. So you need to start btmon -w <file> before the 7260 gets attached to the USB bus or before btusb.ko driver gets loaded.
Understand now.

The attachment lenovo-k4450-btmon-v0.log is the log of intel 7260 init 
procedure, generated by "btmon -w <file>; insmod btusb.ko; ctrl+c 
terminate the btmon".

The attachment lenovo-k4450-btmon-v1.log is the log of intel 7260 init 
procedure + scan headset + connect headset + play sound.


If anything is wrong, please let me know.

Thanks,
Hui.

> Regards
>
> Marcel
>
>
>


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: lenovo-k4450-btmon-v0.log --]
[-- Type: text/x-log; name="lenovo-k4450-btmon-v0.log", Size: 24010 bytes --]

btsnoop\0\0\0\0\x01\0\0\aÑ\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0áÇÌÓ\x12'é\0\x01\0\0\0\0\0\0hci0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12*ð\x03\f\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12Xð\x0e\x04\x01\x03\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12Y®\x05ü\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12\Ô\x0e\r\x01\x05ü\07\a\x10\x01€\x02\x03\r\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12£\x11ü\x02\x01\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12§\v\x0e\x04\x01\x11ü\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12§'Žü
\0\x01\0\b\0\x04\x02\x03\r.\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12ªò\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12«	Žüú\0\0\0!\0ô  €\x0f\0\bR\x02ø\aÂÿá\a€\x02ÔH\0\0ØH\0\0€0\bw(v—Õ’	 \x03épý\x02€0àx¤H\0\0\x02ð\x01ؽ\x02 0\x0fxàx¨H\0\0€0àx¬H\0\0\x05©¸\x05¡Z\rà\x01\x01ØŠ\b \x02\x0eظñ°H\0\0 H\0\0€0ZÐ\0€¢ÁV SŽ\0Ø\x01®=\a`0¢Ààx€H\0\0\x02Œ \x02€\bô©pÈÿ¸H\0\0À/àxÈH\0\0¯ÕF\x15€\x10ŸèÌH\0\0œÕH\x15€\x10¤è]\x15€\x10ÄH\0\0‚\x10Œê¹’¹”¹3¦3†³¹O!‚\x04ÀH\0\0‚\x10ŒêŒÐ\0Ù  €\x0f\0\bl,”\x17\0ö\bH\0\0À.n\và\0\x1apXÓ`\x13@ D\x13\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12²Â\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12²×Žüúô\0\0!\0ô\r\x01 ±
ðàx €\x01áÁÇÁÆà\x7fÁÅtH\0\0áÇü\x1cÁÇÁÆà\x7fÁÅxH\0\0áÇü\x1cà\x7fÁÅ|H\0\0áÇü\x1c\b´ü\x1cÁ\x05Ïý$H\0\0ïý\x01Ø	\bR\0\0Ø	ð\x18H\0\0\b¹%x\x02
ïý\x03ˆà\x7føàx H\0\0\x01ã!\v\x1cH\0\0®\fà)\x10Ú8ѧ®¨®\x14H\0\0\x1c@\x1e\x02\x10\x1d?\x1e\x02\x10\x10H\0\0Š	\x0fÿª\roû\0‡µ\x06‰\x06€&\fH\0\0€&\bwŠ C/\x02•P €€àx\x04H\0\0àxÒ\v\x03\fc­\x16»\x10ºE{\b¸exÂ\f\x1aˆ†è\x04Ø\x05Ù²\v÷n\x0f\0	X\x10Ó\x15\x01\x16‘¹(H\0\0È\x1d˜\x1f\x02p\00\b\x0fÏs\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12º‘\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12º§Žüúè\x01\0!\0ô\x01 ¨¬8H\0\0
ôè\x17\0\x10Ïq@™\0 4H\0\0ù\x1f˜\x1f\x16\0\x1a[.ðàx0H\0\0\x15è^\x14\x03\x06¬»  €\x0f\x01 \x1a£,E# \0\x01#‰  €\x0f\x01 þ¦t <˜S ]˜5 V ,H\0\0†»^\x1eØ\x10  €\x0f\0\bà\x04\x18\x10€\x0f\0¼\0\0  €\x0f\0\bÐ\x03Ø\0\x02ð6Øb\f\0\0Ñ\x01€\x1f`H\0\0 \x03\x03Ø\x01ØîñdH\0\0À\x1eþ\b\x02\0àxTH\0\0ëvú\v\x0fïÏsPH\0\0ëvî
/ï\bu\x1eíd…%èa€#ë  €\x0f\0\bü\x04\x01Ùà\x7f «  €\x0f\0\bF\x04UzÇrœô\x12…w\b\x11\0nð\0ßõ¥\x01ØhH\0\0 €\bu\x11\x0fè\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12Âa\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12ÂwŽüúÜ\x02\0!\0ôD…\x03…ôàxJ&\0pV%\x12\x1a\x1e\x12€ lH\0\0Û\x1eB\x13±\x1f\x18\x10Ïr\00  €\x0f\0\b®\x04ƒ\0V	/ù\0Ú\x1c\x10\x03   €\x0f\0\b\f\x10\x01Ú\x10qDÆ@!Q ãó\bðàx\r\rÑ\x10XH\0\0\x0eè€%\x05\x18\x0eàÌ R\bà\x10	Û©p‘\x02\0\x16\H\0\0J&\0pàx\x16•\x01à:\b \0\x16µ\x1di\00ÿÿ\0\0pH\0\0€\x10§Õ Ž¸è<H\0\0i\bŸ\x03\x17Ðð \x0fÿ\x11\0\0\0\x04Ø\x04­N\f/ÿ‡ÐA é¹´\x17\0öDH\0\0@€ÂªB\x14/‰M\v^\x01@H\0\02\roü\x01\0OÐLH\0\0"ª\x01j1\x02 \0ïû\x12ÐHH\0\0\0“	Q\0ð \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12Ê1\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12ÊGŽüúÐ\x03\0!\0ôà\x7f\x01Øà\x7f€Ø\0H\0\0\x04€àx\0Úàx´H\0\0À\x04¥Á‡\x17\x11vè»°\x11\0\0UxyòနH\0\0C\0\x01Ø\x1d\a`\x03£Ààx˜H\0\0¬\x04\00Œ\a\00˜\x12\00ŒH\0\0ˆH\0\0\0\x03­ÁÐ\x17\x14vD\x14\x15 H\0\0ö
¯Ò\x03Ù\x01Ø\x02ð\0Ø`\0\x14à\0…àxàxŸ¹Â\x0f`\0\x19a_¥€\x1d@\x10~¥ºñ„H\0\0ƒ$9\bQ\0  €\x0f\0\b\\x1c\x19aA\x04\x04ðœH\0\0Ç\f^ \0…°\x10\0…ñ\x01`\x02¡Àà~àxÜH\0\0ÐH\0\0\0\x02b€\0Ý¢Á\x04\x1cD3¼H\0\0\0ö\0€°\x10\0\0\0€~\r  €\x0f\0\b\x12\x02¢ÁñÀAÀBÁ`\x01€$\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12Ò\x03\x0e\x04\x01Žü\0\0\0\05\0\0\05\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12Ò$Žü2Ä\x04\0!\0,
2×ñàxàxñÀ\x0e\v  €\x0f\0\bš\x02\x05©àxñÀj\f\0\0\0 ý\x03\x1f\x02\x05\0\0\0\0\0\0\x13\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12Õé\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12Ö\x05Žüú \0\0’\0ô\x1e\0\0\0O\0\0\0R\0\0\0W\0\0\0Z\0\0\0\\0\0\0b\0\0\0Š\0\0\0Ï\x01\0\0Ô\x01\0\0Ù\x01\0\0õ\x01\0\0÷\x01\0\0^[\x02\0\0½\x03\0\0\x15\x05\0\0-\x06\0\0a\x06\0\0ê\x06\0\0p\a\0\0Þ\v\0€R\f\0\0—\r\0€¶\x0f\0€•\x10\0\0\x1a\x14\0\0õ\x14\0€\x13\x15\0€™\x15\0\0ç\x19\0\0÷\x19\0\0þ\x19\0\0\x02\x1a\0\0/\x1a\0\0j\x1a\0\0n\x1a\0\0À\x1a\0\0}^[\0\0e"\0\0ú#\0\04'\0\0E'\0\07(\0\0a(\0\0~)\0\0™)\0\0«)\0\0^[-\0\0r2\0\0W3\0\0&4\0\0N5\0\0X5\0\0þ5\0\0>@\0\0‘C\0\0±C\0\0çC\0\0äH\0\0¶I\0\0^J\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12Ý¿\x0e\x04\x01Žü\0\0\0\0U\0\0\0U\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12Þ-ŽüR\x14\x01\0’\0L‘W\0\0·W\0\0ëY\0\0Z\0\0\x0e[\0\0\x18[\0\0d[\0\0¼[\0\0ß[\0\0\x11\\0\0T\\0\0ã\\0\0-]\0\0`]\0\0ë]\0\0É^\0\04_\0\02d\0\0ÿ\x7f\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12á£\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12áðŽüú\0\x01\0\b\0ôï¾­Þ\0\0\0\0Bï¾B\x14\x01\0\b\0\0\0\0<\x06\0\bø\x01\0\bÀ\x06\0\bŒ\a\0\bÀ\b\0\b4	\0\b€
\0\bp\a\0\bä
\0\b$\v\0\bò\x02\0\bP\x03\0\bz\x03\0\b \x03\0\b`\v\0\bô\x03\0\bx\f\0\b\x18\x04\0\bü\f\0\bh\r\0\bl\x0e\0\b(\x0e\0\bÔ\x0e\0\bH\x0f\0\bl\x10\0\bÈ\x10\0\b„\x11\0\b\x1c\x05\0\b8\x13\0\bÐ\x14\0\bT\x16\0\bÀ\x19\0\b %\0\b¬\x1e\0\bä\x1c\0\bl \0\b¤ \0\bŽ\x05\0\b\x1c!\0\bÂ\x05\0\b˜#\0\b¤$\0\bÔ$\0\b %\0\bh%\0\b¨'\0\b\b+\0\bÐ,\0\bâ\x05\0\b\x0e\x06\0\bt+\0\bð+\0\b\x18.\0\bü&\0\b<'\0\bÀ-\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12é~\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12êHŽüúô\x01\0\b\0ô­Þáþ¡À
 €\x0f\0Á€\0\0\x18€\x0f\x0e\x13M¤  €\x0f\x01 |O\0\x16\0p\0¼L\x03\x04 €\x0f\x0eüÿ\x1f\x0fô\x05 €\x0f\x10\x02\0\0\0\x1e\0p\0¼L\x03" €\x0f\x05 |Ø	ð\x05 €\x0f°\0\0à\0\x1e\0p\0¼L\x03ÑÀà~Š!\x06\x04B!A\0L!\0€ú\aÂÿ
!€\x0f\0”\0\0\x10\x11\0\0\v €\0\0\0\x10à \x0f\0 ÌYP \0\x03\x10\x19\0\0\x14\x11\0\0P @\x02\x14\x19\0\0  €\x0f\0 ÌY\x1cŠ\x04©}Še©\b»\x04#ƒ\x0f\0\0\0ÿex\0\x1e\0p\0Á\x14\x02\0\x16€p\00¤\0\0\x16p\00ø\x12"x\rx\x11¸\x04 €\x0fþ\a\0\0\0\x16\x01p\0¼$\x02\x04!\x0f\x01øÿÿ%x\0\x1e\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12ñD\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12ñgŽüúè\x02\0\b\0ô\0p\0¼$\x02à~àx¡ÀÓ\x1dX\x10\0\x16\x01p\0¾<\0\x04!\x0f\0€\0\0A)þ‡\aò
!€\x0fº\0ÿñÓ\x1dX\x10\0\x16\x01p\0ÁÐ\0\x04!\x0f\0\0\00A)>ƒ\x0eò‡\x15\x01\x16\x04!\x0f\0þÿÿ\x05!\x0fµ\0\0\0‡\x1dX\x10  €\x0f\x01 |ž¡À\0\x16\0p\0ÁÐ\0\x04 €\x0f\0\0\00A(>ƒà ‚\x0f\x01 þ¦‡\x16\x02\x16  €\x0f\x01 ð¦¡ÀÚ\x1fX\x10Û\x1f˜\x1f Ž\x041ø\x1f˜\x1f(\0ƒ ù\x1f˜\x1f\x15\0Ò¶  €\x0f\x01 „ ¡À¸è\x1f\0\x10Ú\x1f˜\x1f@™\0 Û\x1f˜\x1f Ž\x04\x01ø\x1f˜\x1f\x04\0\0\x10ù\x1f˜\x1f\x16\0Ú6  €\x0f\x01 „ E\x14\x03\x06ˆ»E\x1cØ\0Š!\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x12ù\x13\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x12ù1ŽüúÜ\x03\0\b\0ô\x04\02Øa¸\x06èE\x14\x03\x06+{üõ  €\x0f\x01 à·@$\x1c1
 €\x0f\00„yð @\0\r\bŸ\x04  €\x0f\x04 \x1c9  €\x0f\x04 €9¡À&\0!\0@€Ïq\00ôy\0\x16€p\00x\x11\x15y\0„¸\0¡  €\x0f\x04 ~>  €\x0f\x04 ØB\x1a`UzÇr\00$YŠà8\x12\0á Ê\aÊ *\00\x12ƒ\01\x12„\0?\v\x03\x01y’6\x12\x04\x01	\fÃ\09\x12\0àÌ â€Ì "‚Ì b‚\bò@$D\0/$\b\x016\x1a\x04\x01\x1a’\x15\f\x02\0\0Û{²à\x7f(pà\x7f9\x12€\0à\x7f(pàx@$„\x02zb\x02$ƒ€\0Ú\x18\0\x03\0s{" €\x0f\x02 ¬H  €\x0f\x03 0'\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13\0â\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13\0ÿŽüúÐ\x04\0\b\0ô" €\x0f\x02 |H  €\x0f\x03 0'Q\x16\0\x16¦¸Q\x1e\x18\x10Q\x16\0\x16†¸Q\x1e\x18\x10  €\x0f\x01 \x10¬a\x13‚\0\v
Q\0\x01Ù\0^[B 
\x11\0\0Ù\0^[B   €\x0f\x02 „ƒ¡ÀÛ\x1eB\x13ü\x1c\b°ü\x1cH°ü\x1cˆ°ü\x1cÈ°ü\x1c\b±ü\x1cH±ü\x1cˆ±ü\x1cȱü\x1c\b²ü\x1cH²ü\x1cˆ²ü\x1cÈ·Z\r@\0\x04\x14\x1f4\x04\x14
4\x04\x14	4\x04\x14\b4\x04\x14\a4\x04\x14\x064\x04\x14\x054\x04\x14\x044\x04\x14\x034\x04\x14\x024\x04\x14\x014\x04\x14\04  €\x0f\x02 ¼Ñ@$\x1c1" €\x0f\0 @Wü\x1c\b°J @\0\0\x1e\0p\0\bœ5\x04\x14\04" €\x0f\0 XW¬\x11\0\0  €\x0f\x05 Àž@$\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13\b²\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13\bÏŽüúÄ\x05\0\b\0ô\x1c1\ax\0\x1e\0p\0\bœ5*p" €\x0f\x05 dÀ  €\x0f\x05 HÅ@$\x1c1S¦E\x16‚\x10…ê  €\x0f\0 €\x1fñÀáÀ" €\x0f\0\bD+ÁÀÑÀ  €\x0f\0 ”\x1f@$\x1c1S¦E\x16‚\x10…ê  €\x0f\0 X\x1fñÀáÀ" €\x0f\0\b\+ÁÀÑÀ  €\x0f\0 l\x1fàx¡À  €\x0f\0\bH\x06à~à\x7f\x01Ð\x02\x03\r.\0Ú\x03ð\x01â\x11
\x13\f=ÐVx €úé\x03ð\0Øà~áÅáÆ8Ña\x11\x02\x06`\x11\0\x06A\b…\06Ó\x02 Í\05ÐBx-\bC\x03\0Þ\x03ð\x01æ\x13\x0e\x13\x1c\x16!€\x03¡€õ
Aƒ\x02ð\0Øa `\x11\0\x06a\x19Ø\0bx\x10x\x06ð\x10x\x04ðBx\x10x\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13\x10\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13\x10œŽüú¸\x06\0\b\0ôÁÆà\x7fÁÅàx¡À  €\x0f\0\bÌ\x06à~ñÀ" €\x0f\x06 ´\x17\bw" €\x0f\0 @W\x03ç˜pF'Ï\x10\x1cÖ\0†ð\x7f€àÊ \x0f\0\0\0\x03\aò!†\a\bE\0\x15Ð"x\x10x\r\bÃ\x03Øÿ\r\bÂ\x03Ðÿ
%\0	ôˆp" €\x0f\0 XW\0Ø\x10ð\x01†\x1fg\0¥á¦á¥\0†„è\0…\0¦ˆp" €\x0f\0 XW\0…  €\x0f\x06  \x18\x04&\00¨\x01\0@¨\x04\0@„'\00\vÐ\0ˆà\x01Øà\x7fÀx\bÑà\x7f\0©àx¡À\x06Ñ\0Ú@©«®¡®  €\x0f\0 tÙà~àxt5\0\b¡À  €\x0f\0\b˜\aà~ñÀ" €\x0f\x06 ¨\x17Š!C/\x0f	# \bw\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13\x18R\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13\x18pŽüú¬\a\0\b\0ô^[\0 \0;Õép" €\x0f\0 äÑ" €\x0f\0 <Ò\bu\x02\x15\x12\x11ép\x04\x15\x10\x11" €\x0f\x04 p\x03+\b\x0f\0\0ÿÿ" €\x0f\x01 \x14>‰è\0ر٠Ú\x02Û" €\x0f\x05 Ðm" €\x0f\0 \x18×(ÖÉq" €\x0f\x01 HA" €\x0f\0 äÙ\x04\x1e„\x14\x10®\0\x1e\x04\x14\x03•\x03¶\x04•\x01¶	Ž^[\bÐ\0\r\b‘\0
Ž\x0f\b\0" €\x0f\0\b\\a\x04è\x02–ª¸\x02¶" €\x0f\0\b\\a\aè\x02–¬¸\x02¶\0–¬¸\0¶\x0f\x0fC\x14\0§¸\0­\x05ðÿÜ\x0e'\0\x13\x01à\b®" €\x0f\0 ÔÙÉq\x03¦ép" €\x0f\0 ¤n©p" €\x0f\x01 €B  €\x0f\x06 \b\x18 D\00\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13 !\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13 <Žüú \b\0\b\0ô,D\00ñÀ" €\x0f\x05 ¸ëpÑ\x14©" €\x0f\x05 TlÑÀà~àx¡À  €\x0f\0\bÌ\bà~ñÀ*\b\0\0‰èûuÁÅ  €\x0f\x01 X		ðûuÁÅ\fÙaÁ  €\x0f\x01 T	åññÀáÅ×p\0\0Wü\x01Ø\x15ô\Ð\0ˆ€à\fØ\x11òZÑ[Ð\0Ý©r" €\x0f\x01 ÐXWЩq" €\x0f\0 Üê©p  €\x0f\x06 0\x18àx¡ÀH\x1e\x02\x10ü\x1cH°ü\x1cˆ°ü\x1cÈ°ü\x1c\b±ü\x1cH±ü\x1cˆ±ü\x1cȱü\x1c\b²ü\x1cH²ü\x1cˆ²ü\x1cȲü\x1cÈ·©p" €\x0f\0\b°	\x04\x14\x1f4\x04\x14\v4\x04\x14
4\x04\x14	4\x04\x14\b4\x04\x14\a4\x04\x14\x064\x04\x14\x054\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13'ñ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13(
Žüú”	\0\b\0ô\x04\x14\x044\x04\x14\x034\x04\x14\x024\x04\x14\x014  €\x0f\0 dûà~àxñÀ" €\x0f\x06 ´\x17¡Á0Õ\bv@ O\x06‹p@%A\x1e\x03Ú" €\x0f\x06  \x16\0Ú\fð3$ƒ03'\x10\v	ã\0\0$€0 ¨\x01âí
Ò€@%@\x1e‹q\x03Ú" €\x0f\x06  \x16‹p©qAá\x03Ú" €\x0f\x06  \x16\0Ú@&O\x18\fð3$ƒ03'\x10\v	ã\0\0$€0 ¨\x01âí
Ò€©pAà‹q\x03Ú" €\x0f\x06  \x16&\x16À\x107\x15Á\x10	\bC\07\x1d\x02\x10(\x16À\x108\x15Á\x10	\bC\08\x1d\x02\x10¡À  €\x0f\x06  \x18àx„\0\00\b\x0e\00¤\b\0\bWü\0\0\x04\0\00¡À  €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13/Ã\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13/âŽüúˆ
\0\b\0ôŒ
à~ñÀ\x14Ð €\0‘5\b\x0f\0\08ü\x03‰€àÌ b€Ê!¢\x04\x06ô" €\x0f\0\bh\a\0Ù\vÐ" €\x0f\0 ÜêÑÀ  €\x0f\0 ò½ÑÀ!\0  €\x0f\0 è½ÑÀà~àx\x04\x0e\008ü\0\0@$\x1c1  €\x0f\0\bô
à~àx	Û\x03ð\x01ã\x1f\v•\x02\bÔyc5yt!\x02\x03ñ\b€\x02‰\x05Ñ\x14x\ba\x02ðÿØà~àx>\00V\r\00¡À  €\x0f\0\b0\và~ñÀáÅ\x01Ø" €\x0f\0 05\x19\br\0\bu" €\x0f\0 ¼!	\bP\0a½¯}©p  €\x0f\x06 0\x18àx¡À  €\x0f\0\bl\và~ñÀ" €\x0f\x06 ´\x17\buáÀ8Ò\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x137‘\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x137­Žüú|\v\0\b\0ô$\x12\x01\bk\x12\x03\x0e\x04#ƒ\x0f€ÿ\0\07»\x17»\x05#Ž\x0f\0\0oðk\x1a¸\x030Öð\x1a \x03\0Þ”¾ô\x1a \x03.Ö<\x16\x0e\x18\x04&Ž\x1f\0\x01\0\0A.\x0f\x16*Ö\r\x0fQ\x10$¦\x01Ø\x14®\x14Ž\x17\bQ\0ä†ây1\x7f&†\v	Å\x03\0Ø\x14®O\bQ\0€åÌ%"‘Ì%¢‘Ì%b’Ì%b‘^[ô\x05#ƒ\x0f\b\0[°Š 		k\x1aø\0ð\x1a \0\x18Ðô\x1a \0\x17Ð\x18Ò\0ˆ\x18Ñ\x05è\x04ž\0¢\x05ž\x04ð\0ž\0¢\x01ž\0¡ÁÀÁÅÁÆÁÇÑÀ\0\x16\x02p\00\b\x0fÏs\x01 ¨¬
 À'  €\x0f\x01 €Ÿ  €\x0f\x06  \x18àx\0\0\0¼ä\x17\0\0\0\0\0¾x5\0\bõ(\0\0Ü\x0e\00\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13?a\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13?{Žüúp\f\0\b\0ôÄ\x0e\00È\x0e\00¡À\0Àü\x1cH°ü\x1cˆ°ü\x1cÈ°ü\x1c\b²ü\x1cH²ü\x1cˆ²ü\x1cȲ  €\x0f\0\b¤\fà~àxñÀ3h\x02y\x15 A\0\x12Ð\x10Ú6x\x11Ñ\x10à" €\x0f\x06  \x16\x04\x14\v4\x04\x14
4\x04\x14	4\x04\x14\b4\x04\x14\x034\x04\x14\x024\x04\x14\x014
%€\x1f\00pz*­  €\x0f\x04 LŽÑÀà~àxTx\00Ly\00¡À  €\x0f\0\b\b\rà~ñÀü\x1cH°ü\x1cˆ°ü\x1cÈ°ü\x1c\b±>Ñ@‰>ÑUy@%
\x1e\x01<Фº@¡3Ù@€\x01j" €\x0f\0\b°/\0ØÿÙ" €\x0f\x04 \x1c"\x04\x14\x044\x04\x14\x034\x04\x14\x024\x04\x14\x014\x04\x14\x1f4  €\x0f\x04 z¦\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13G1\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13GIŽüúd\r\0\b\0ôÑÀà~¡Àü\x1c\b°ü\x1cÈ°ü\x1c\b±ü\x1cH±ü\x1cˆ±ü\x1cȱü\x1c\b²ü\x1cH²  €\x0f\0\b”\rà~ñÀáÅ\x1eÐ!Ò`ˆuz ‚3	Þ\x06\x1cл¹ux € ¢„½  ^[Ðux`€‡¹ ¢š»` \x19Ð €5Ø%‰" €\x0f\x04 h\x19\x04\x14\r4\x04\x14\x1f4\x04\x14	4\x04\x14\b4\x04\x14\a4\x04\x14\x064\x04\x14\x054\x04\x14\x044\x04\x14\x034\x04\x14\04@€\0Ù  €\x0f\x04 h›  €\x0f\x06 0\x18àxx\x11\00ôy\00Ä\x11\00,z\00Øy\00À\x11\00@$\x1c1  €\x0f\0\b8\x0eà~àxñÀáÅ" €\x0f\0 @W"Ñ \bíC…@¡\0Ù\x02ê$¢$¥#¥\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13O\x02\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13OZŽüúX\x0e\0\b\0ô" €\x0f\0 XW©p  €\x0f\x06 0\x18àx@$\x1c1  €\x0f\0\b|\x0eà~àxñÀáÅ
%\0\x1fò" €\x0f\0 @W$…C…\x04éC¡\að\x0eÑ@¡\x03ê\0Ù$¢C…\x03ê$…$¢	Ò\0Ù$¥ ‚#¥\x02餡 ¢" €\x0f\0 XW  €\x0f\x06 0\x18àxä\x0f\00à\x0f\00¡À„è\x06†!è€%\x05\x18\x0eàÌ "€\x19ò#\bÑ\0\0\x16p\00/\x0f\0!A\0\x14!A\02!\x0f\00/F\x17	Ð\0" €\x0f\x03 ”\7\x1e\x02\x10\x0e\x06ð\x01Ø7\x1e\x02\x10\0Ø\x15¶<\x1e\x02\x10" €\x0f\x01 øë<\x16€\x10\x05è  €\x0f\x03 VU  €\x0f\x03 dUà~¡À  \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13VÔ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13W(ŽüúL\x0f\0\b\0ô€\x0f\0\bT\x0fà~ñÀ" €\x0f\x06 ´\x17˜p€áÌ!¢€Bô$Ð%Ò\0ˆ%j\x18`\x14x\baY\bQ\0"Ð\0ˆ"Ö\x18`\x14x\x13b\x1ab †u¶Š \x05\x06\x04å	#\x01\02¶\x02#O\0\x10wÊ!
\0Cöðy"\x7f	\x0f#\x103¶ðx\x14¶\x16Ð\x01Ù ¨$Š©pCŠ" €\x0f\x03 tY5\x1e\x02\x10\x13ð\x0fÒ\0Š‚àŠ%\x05\x16À}\vÑ \x01à€!\x05\a=e\0ª\x05ð\aЧ€¦ ©p  €\x0f\x06  \x18/\x0f\00,F\00Þ\x0e\00\x16\00”5\0\bñÀáÅ\x15Ð`€\0Ù#\x13\0)£\x04ƒ-“L“\x1d\r\x11\x14\x11Õ ŠíPq\x01Ú%ƒÂ"Œ\0Yaa¹\bðPq\x01Ù\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13^«\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13_NŽüú@\x10\0\b\0ôEƒÂ!L\0Ya" €\x0f\x02 LÁÅÑÀ  €\x0f\x03 Ž5  €\x0f\x06 0\x18˜\x10\00 \x10\00¡À  €\x0f\0\bx\x10à~ñÀáÅ\x10Рˆ" €\x0f\x01 Tö\x0eÑ ‰\x0eÒ\x02¹5y4y)b„áÌ%¡‘\vòáÊ â\r\x03ô\aè:Ø" €\x0f\x02 ´*  €\x0f\x06 0\x18àx.\x0f\00Þ\x0e\00LE\00¡À  €\x0f\0\b \x11à~ñÀ" €\x0f\x06 ¸\x17\0Ý©v\x04ð\x01Ý\x01æ-\x0e\x15\x12”íÏx" €\x0f\x03  Cwèc\x10\0ë	_\0€qè-€‚áÌ!bìõ\0€úñ©p  €\x0f\x06 (\x18àxñÀáÅ" €\x0f\0 ¨P\buêÿ¢è" \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13ft\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13f—Žüú4\x11\0\b\0ô€\x0f\x03 x>\x04è$€
ð" €\x0f\x03 d>\x11è)€\x0fé$€\0!€\x0f\0\b\0\0±qÊ F\0¢x\x1d\x0e\x05p\0\0ÿÿ\x06ð" €\x0f\x02 ph\x04è\0Ø\x04ðŠ ÿ\x0f  €\x0f\x06 0\x18¡À  €\x0f\0\b\x11à~ñÀ" €\x0f\x06 ¬\x17 €\bv\r…‚àÌ â€xô\x11…\x10èD†\x03†\0Ù(s\x1ab\x10…Úº" €\x0f\x02 Äh„è\x01Ø\x15¥\x15…"è‹\x15\x04\x17\x01ØA†\x12¥V%\x10\x1a\b\x10 \0ßp…1Ø/$\0\x01õ¥ñ¥" €\x0f\x02 Di\x01†a\x10€\0Šè\b\x10 8Øô¥" €\x0f\x02 |j\x12…‰\bQ\0" €\x0f\x03 d>}\b\x10\0 €\r\rA\x10!\x10€\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13nC\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13n­Žüú(\x12\0\b\0ôm\b\x01$†\x03†V%\x0f\x1a\0!\x11\0(8Ø*r" €\x0f\x02 \x18j(\x1ap1Ø*r" €\x0f\x02 \x18j€àÌ ‚ÿÿÿÿ\x1aôL \0 Ì ‚¯ÿÿÿÿ\x14ô(\0Ø\x1ap\x12¥\x13¥1Ø" €\x0f\x02 |j(8ØP\x1d\0\x14" €\x0f\x02 |jÉp" €\x0f\x02 Ä—  €\x0f\x06 \x10\x18àxñÀ" €\x0f\x06 ¸\x17\0Ø\bu\x03ð\x01å;\rÕ\x11¯x" €\x0f\x02 Poxè-€‚áÌ!â€ôõ!€a\x11\0á	Q€‹\x10\x01\aP€Œ\x10\x03\a;y€ãÀ!¢\0\x03ð\0ÚHq\x0fÖ%\rÐ\x11:bÚºE¦‰\x10\x02\a\x02"@\0e¸^[\b…\0	Ò!’\x13\bE\0\x01²\að\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13v\x12\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13v0Žüú\x1c\x13\0\b\0ô" €\x0f\0 ¨P\x05¦  €\x0f\x06 (\x18àxÐ]\00T\x10\00¡À  €\x0f\0\bD\x13à~ñÀ" €\x0f\x06 ´\x17]Ö\x02Ž" €\x0f\x03 ,ã[׸p\0¯\0–Œ Œ\0ÝOòŒ L*òØà“ò\x12öÖàeò×àœô$Ž\x03Ž€á\0¯xôPÔ\x14x™`\x01‰£¸\x01©\x10ÝqðÙà„òŒ \fŠôJÑ\x14%@\x01\ba† ÿƒ\x06òŠ Ì\r@Ù{ðŠ Ì\r\fÙwðBÑ\x14%@\x01\ba† ÿƒöó\f\x16„\x10\x03–"–D–e–" €\x0f\x02 èCÕ\b\x10\0Š Ì\r\x1fÙ" €\x0f\x03 tÛ©p\x12Ù‘Ú\x03Û" €\x0f\x05 ÐmXð¨p" €\x0f\x04 X\x06\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13}á\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13}ûŽüú\x10\x14\0\b\0ô\0/Ò\x14 \x01\0)b¡	Þ€" €\x0f\x02 \x18D‘\b\x10\0©p\x12Ù©Ú\x03Û" €\x0f\x05 ÐmŠ Ì\r\x1fÙ5ð\x04Ž#Ž ¯‰è Ô4y™a\x01‰ƒ¸\x01© Ý\x02ð\x1fÝŠ Ì\r©q" €\x0f\x03 tÛ" €\x0f\x02 €„"ð\x1fÝŠ Ì\r©q" €\x0f\x03 tÛ" €\x0f\x02 à„" €\x0f\x02 \x04„\x10ð\x03Ž\0¯Š \f\x0e\x06ð\x03Ž\0¯Š L\x0e\0Ù" €\x0f\x03 tÛ\0Ý©p  €\x0f\x06  \x18àxüg\008\x11\00Ti\00Ui\00¡À  €\x0f\0\bÜ\x14à~ñÀ" €\x0f\x06 \x17:pÚp€&\x10 X\x16\x14 \0\x11\x10\0\\x16‚ Áâ@$\r"J%\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13…±\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13…ËŽüú\x04\x15\0\b\0ô\0 ¢ò	\x11˜ \x1d\b\x110p\x16€ Šè*p" €\x0f\0 äa\x01Ùp\x1eB “ðs
‘\0`\x16\x13 \x02$Ï$\x10çd\x16\x12 +ð\0"À$¢pS \x02\x02Š#\b\0\x02#\00wÊ!Å\x03\x02 €\x04ȸ\x02{pqÊ'Æ Ê'E /$À\x05V!\x03"\x14#\0\x14{@!\0\x06@#\x01\x06ˆr" €\x0f\x06  \x16\x02'Ï\x15\0%Õ%Øï\0"\x01%X\x1e@ BuÑ\x17\x12v\bß
pérJqJ#\0 \vs" €\x0f\0 ,\\x1aph¾\x13ðÊÑÊÒ\x14"À$	Û
%\0\x05\x14"Â\x04" €\x0f\0 <[\0#\x13%‚u\x02'\x0f\x15\x16ïS%\x01\x12\x0e!‚\x0f\0\0\0\x02PwÊ$† \\x16‚ Ê$\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13‚\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13Žüúø\x15\0\b\0ôÅ#V!À"\x14 D\0]êˆqÜñ\x01Ù\\x1eB \x1eðS%\x02\x12\x0e"€\x0f\0\0\0\x02\x10vÊ …\x03\x10v	\x11ƒ Ê'\x06\x10V!Á"TyÊ'…\x13
pér" €\x0f\0 ,\â~\x1apýeäî  €\x0f\x06 Ø\x17àx¡À  €\x0f\0\b`\x16à~ñÀ" €\x0f\x06 \x17\bv\x02\x1aqJ$@ ê¸ Â$\x01%§Á\0Ý‘é\x15†0Ž\x01à\x15¦\bŽ\x03é\v\b\x10\x01©w\x19ðL$\0 \x01ßÊ'¡\x10\x13ð	\x10 ÷é0Ž\x05é(Ž\v	\x10\x01©w\x02ð\x01ßL$\0 Ñ â‚\x03ò\0\x18@#)Ž\x01Ø€áÀxHŽ@ X\0\0Ø\x0f
\x11\x01JŽ€âÊ b\0N ’\0\x02–ã¸Ì!\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13•S\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13•rŽüúì\x16\0\b\0ôâ€\x04ô@Å\x05ð\x03–‡¸@À@&\x11\x17*p" €\x0f\0 p=B"V \x01(€…\x13ò\x04\x10\x15 @%‚ \v\b…\0^[\f\x11 \b\x16„\x10-\f\x11\x01\0(ƒ\x05@" \x19\vE\0L$\0 v\x02\x01\0€&\x11\x17o\x02 \0 ®
\x05\0ºr\x05ð\a\r\x04 ºpO\f\x10 \0\x10\x02 Ép€ \x10\0;€‡êA)\x02\x01By; \x10ðA)B\x01By áŒ!\b€; È÷Ép
q" €\x0f\0 Øb\bðÉp
q" €\x0f\0 äa\b\x16„\x10\bðBÅ\b\x10€ DÀ\0\x10\0 AÀ\x02–\v\b\x1f\x03zu/ðÿ\f\x10@\x16\x01\x11D\x16\0\x11"x\x10x'\bÓ\x03;\x16€\x10\x01à\x0fxã\br;\x1e\x02\x10\x13†\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13!\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13<Žüúà\x17\0\b\0ô;\x1eB\x13\x01à\x13¦J#@ \x15ðk\b\x12	;\x16€\x10\x01à\x0fx¿\br;\x1e\x02\x10\x13†;\x1eB\x13B%U \x01à\x13¦Š ÿ\x0fzp-\f\x11\x01…À*q\x02Ú" €\x0f\0 Ø=\x05ÀB%• \x02Ùà¨\x01\x18B\x05*p" €\x0f\0 |=\x01À€àÌ$! \x03ô\x10Ž\bè\x11\x0f\x10úu\x06ð;\x1eB\x13¯ñJ'@ …Àªt
"€\x14J$\0x\0Ú¨ \0\x02/"‚’À"\x05\x03›|*q" €\x0f\0 Ø=\v\f\x11 \x05ÀCÀ\x06Á\x01)\x05\x11\x0f\x10 \x05À" €\x0f\x06 ,^[GðE\f\x10 \x05ÅÉp\0\x14\x040
qér©s" €\x0f\0 ÀdJt\bw)hJ$\0x\0ب \0\x02/$\x02“À \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13¤ñ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13¥\vŽüúÔ\x18\0\b\0ôE\0;y\x1de+ðà;\00Ð;\00$\x13\00l†Àéq`{\0Âét
"\0\x16J$\0x\0ب \0\x02/"‚’À \x05\x03›|\x01ÁJtJ$\0x\0Ý8`AÀ	o¨ À\x01/$\x02“À%\x05\x10^[x\x03À\x1deD\x16\0\x11\x02%Õ#JtJ$\0xø`\x10xD\x1e\x04\x10\0Ù¨ \0\x02/$\x02“À!Å\x03û\x7f*p" €\x0f\0 |=L%\0 €õ\bŽ„à⠁\x0f\x05 ¼_?\vQ …À*qJr" €\x0f\0 Ø=\x06À\x15è\x05Á\v
Q \0\0©\x03ð\0•\0±D\x16\0\x11Jq\x01à\x10xD\x1e\x04\x10*p" €\x0f\0 |=§À  €\x0f\x06 Ø\x17\0Ùà\x7f@\x18D\0¡À  €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13¬Á\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13¬ÛŽüúÈ\x19\0\b\0ôÌ\x19à~ñÀ" €\x0f\x06 ¨\x17m\x17\x12v:p\x14\x12€ \0Þ\x1aqü\x1cŒ³^[\bÑ\x01Ép\aÙŠ"Ï\x02(s" €\x0f\x05 Ðm\x01Ø¿ð" €\x0f\0 LW\x14\x12‚ `ÑOa`Õ\x16'Â\x13\x03ºâz\x15'‚\x10U}:\x1dB\x14" €\x0f\0 XWŒ!C¯*pÆö" €\x0f\x05 To\x06ð" €\x0f\0 äÉ:pŒ ÃÊ !\0Ê!¡\0Ê"\x0f\0\0Ú\x03Ê#á\x01⠁\x0f\x05 Ðm©p
q\x14Ú" €\x0f\x06  \x16	\v\bÑ\0\x01Ø
­*p9\x1dB\x14" €\x0f\0 ôm©pÊÿB\x1d„\x13D\x1d„\x13<\x1d‚\x13;\x1d‚\x13Ò¥Ó¥Ô¥Õ¥" €\x0f\0\b\\a€à\x01Ø\x03ô\f\x10\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13´‘\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13´«Žüú¼\x1a\0\b\0ô\0 8\x1d\x02\x10©p" €\x0f\0 œ`IƒâÊ!‚\0\x02ô*\0؁áÊ \x0f\0\0Õ\0\x06ò‚áÊ \x0f\0\0ÿ\0\x0fx\0\x1c\x040€â\x01ÚÀz\x01âT%À\x18‹q" €\x0f\x06  \x16V%À\x12\bt€$\x10\x10À¤Š!\x10\0" €\x0f\x06 ,^[©q€!\x10\0\\x19‚\x03ء١Š \b\0\x1a¡\x01Øp\x19\x02\0@%\0\x17éq" €\x0f\0 H=€àl\x0eáÿÊ A\x03" €\x0f\0 LW\x14\x12 \x0f!Â\x03\x14\x1a‚ " €\x0f\0 XW©p" €\x0f\0 hm\0Ø¡À  €\x0f\x06 \b\x18,;\00\f5\0\bÌ6\00ñÀ" €\x0f\x06 ´\x17ÞÑ\bv\x04æô\x1c\b°‹p\x03Ù" \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13¼c\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13¼‚Žüú°^[\0\b\0ô€\x0f\0\bð/\x01Ù" €\x0f\0\bà/\x18Ù" €\x0f\0\bÐ/ÔÐ\0€ÔÕ€ \x04\0Fˆ …\x13ê\aˆ‘è\x11\0Á\x10à" €\x0f\x05 ŒË\0…\x11€\f\x16\x01\x18\x14à" €\x0f\x05 ŒË\0…O'Á\x17\x11€" €\x0f\x05 ŒË£À  €\x0f\x06  \x18ñÀáÅÁÕ
…" €\x0f\0 °v\b…\0Ù\x02Ú" €\x0f\x05 ¤Y\x06…\x01Ù\x02Ú" €\x0f\x05 ¤Y¸Ð\0€„\x10\0\x06" €\x0f\0 À4  €\x0f\x06 0\x18ñÀ" €\x0f\x06 ¸\x17\buü\x1cÈ°Éu&…®ÖA‰ ‰\bºEy ¶(p" €\x0f\0 (ÅŒ Ï\x04ô\0Ø\0¶\0–\fè\x06…"ˆ@%\0\x1a\x03á" €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13Ä1\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13Ä…Žüú¤\x1c\0\b\0ôÀ/\x11ð\x04\x14\x034\x04\x14\r4\x04\x14\x0e4ÑÀ\x06†"ˆ\x03ˆ\b¸  €\x0f\x05 \x1eÁ\x04\x14\x034\x04\x14\r4\x04\x14\x0e4ÑÀ  €\x0f\x05 *Á  €\x0f\x06 (\x18¡À  €\x0f\0\bð\x1cà~ñÀ" €\x0f\x06 ¤\x17ªÁ†Ñ‡×\x1c\x11\x13\0$\x11\x11\0(\x11\x10\0,\x11\x12\0\0‡Î¼\x10\0\0" €\x0f\x05 ˆË\0Ý ‡9\b\x1e\0¼\x11\0\0\x01Ù©r" €\x0f\x05 Ë\0‡\x05Ù©r¼\x10\0\0" €\x0f\x05 Ë\0‡\rÙ©r¼\x10\0\0" €\x0f\x05 Ë ‡tÐV!Ì	 ¨°\x11\0\0 ¬\0€O&\x01\x10\0Ú\x04à" €\x0f\x05 Ë" €\x0f\x01 ÀQ€àÀxÀyâ ‚\x0f\0 HMO#Ó&\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13Ì\x02\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13ÌYŽüú˜\x1d\0\b\0ôaÖ\0Ý	ðð!@\x03jq" €\x0f\x05 ŒË\x01å\0†U A\x04†\x10€\0ç\bCƒ\x01Ø" €\x0f\x05 hÎ\x03Ø" €\x0f\x05 hÎ\x05Ø" €\x0f\x05 hÎ\x02Ø" €\x0f\x05 hÎ\x04Ø" €\x0f\x05 hÎ\x10Ø" €\x0f\x05 L‹NÐ\0ˆ€àâ ‚\x0f\0 Œ"…ÿP!\x01 °¹€¹\0†¹\0€\x1cà" €\x0f\x05 ŒË\0†
q\0€E!Á\x03\x14à" €\x0f\x05 ŒË\0‡E"Â#€ \x04\0iˆF"Á+E!Á\x03ƒë\x06ˆ‚èHq\0†\0€\x10à" €\x0f\x05 ŒË\0†\0€" €\x0f\x05 ˆË\0ÙEÀ…À" €\x0f\0\b\00\0†\x05Á\0€" €\x0f\x05 ŒË(Ð\0€Cÿ\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13ÓÔ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13Ô(ŽüúŒ\x1e\0\b\0ô\0‡\0Ù¬\x10\0\0Œ¹\x14à" €\x0f\x05 ŒË\x01تÀ  €\x0f\x06 \0\x18¡À  €\x0f\0\b¸\x1eà~ñÀ" €\x0f\x06 °\x17\bv@ \r\x02\x1d€Œ ÿ¡ÁÈò\x12Ð\0€2 €\x0f\0\0\x06\x01€àÀò<…^…0rF\x01%\0\0…è¸~ô\x11Ð\0ˆ€àzòN\x16@\x11žè1†B†"‰2ºÊºTzcºá	\0\x14ð\x145\0\b\x12\00”\x12\00x\x04\00œ\x12\00–5\0\b¦5\0\b¥5\0\bX\f\00è\x17\x0fð°è‹r\x03Ø@'\x01\x14" €\x0f\x05 LY¡è1†\x03Ú\x02‰N\x1e\x04\x10\x04‡" €\x0f\x06  \x161†X†\x04‡\x03ácº\x04à" €\x0f\x06  \x168†N\x16@\x11Ki\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13Û«\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13ÜMŽüú€\x1f\0\b\0ô\x01áBx\x0exN\x1e\x04\x100y\x1dðR\x16\0\x11\x01à\x10xR\x1e\x04\x10*ðP\x16\0\x11$‡X†8`1†" €\x0f\x06  \x16N\x16@\x118†"x\x0exP\x16\x02\x11N\x1e\x04\x10Ya0y)\bs\0P\x1eD\x10\0Ø\x16¯\x1ap\x04‡"ˆ\x03á*·" €\x0f\0 L"N\x1e\x04\x14P\x1e\x04\x14\0…\v\b\x1f\x02\x11†\x02ð\x12†\x0f¦\x10¦0\x1e \x104\x1e \x10\0Ø\x1e¥\x14…R \0\0S \x01\04¥\x0f\b\x1e\0\x0e…\x1f¥,\x15\0\x18\x05ð\r…\x1f¥(\x15\0\x18€\x1d\0\x10\0…\x19\b\x1f\x02©p" €\x0f\x05 h¦6Ñ\0\x01à\0¡\x0eð»\x17\0ö\0ˆ€àâ ‚\x0f\0  \x060Ñ\0\x01à\0¡¡À  €\x0f\x06 \x18\x18àx¡À  €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13ãu\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13㜎üút \0\b\0ôx à~ñÀ¨\x17\0ö\0€\bÙ¬\x10\0\0\x14à" €\x0f\x05 ŒË"Ð\0€€à⠁\x0f\0  \x06\x01ØÑÀà~¡À  €\x0f\0\b° à~ñÀáÅ¡Á›\x17\rö\0…" €\x0f\0 \0"\0Ø\x02µ‹q©p" €\x0f\0 ˆv”\x17\x01ö Šè\0…\f\x19 \0\f\x11\0\bPà\x14\x19 \0\f\x11\0\b\x02¡\x14\x11\0\b\x04¡¡À\x04\x14\r4ÑÀ  €\x0f\x05 J¶¡À  €\x0f\x06 0\x18àx¤\x12\00¨\x12\00¡À  €\x0f\0\b(!à~ñÀ" €\x0f\x06 ¬\x17aÖ\0†¦Á°\x10\0\0\0€\bà" €\x0f\x05 ˆË\0†K\x10\0\x06\x06è$€\x04é`y\a€ †\x02Ý°\x11\0\x06‚àJ!@ Žô\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13ëB\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13ë^Žüúh!\0\b\0ô°\x11\0\0\0€" €\x0f\x05 ˆË †V!\x02	xŠƒãÆ ‚ÿÿ\x0fø|òLÓ\x04\x13\x10\0⃬\x11\0\0¸ª\0Ù‹¹\x14à" €\x0f\x05 ŒË" €\x0f\x05 –" €\x0f\x05 x—\0†¬\x10\0\0\fà" €\x0f\x05 ˆË †¡¿'\b\x1e\x01¼\x11\0\0\0Ù\x01Ú" €\x0f\x05 Ë\0†\0Ù¬\x10\0\0XàO'B\x10\x11ð¬\x11\0\0O'B\x10\0ÙXà" €\x0f\x05 Ë\0†\0Ù
r€º¼\x10\0\0" €\x0f\x05 Ë\0†\0Ù±\x18X\x04¬\x10\0\0\x01ÚXà" €\x0f\x05 Ë\0†\0Ù¬\x10\0\0"ÒXà" €\x0f\x05 Ë\0†\0Ù¬\x10\0\0\bÚXà" €\x0f\x05 Ë\0†\0Ù¬\x10\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13ó\x12\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13ó.Žüú\"\0\b\0ô\0\0 ÚXà" €\x0f\x05 Ë\0†¬\x10\0\0Xà" €\x0f\x05 ˆË †j\x19\x18\0V!Ì	¬\x11\0\0 ¬\0Ù‹¹\x14à" €\x0f\x05 ŒË
Ð\0€€àÊ b\0â ‚\x0f\x05 œË¦À  €\x0f\x06 \x10\x18\x12\00X5\0\b\0\x05\x04\0œ5\0\bD¸S B€\x1ciÁ¸Ì !€Ê !\0\x16òâÌ !€
òàÌ"!€\x06òâÌ a€\x04ô\x01Ø\bð‚âÌ ¡€\x02Ø\x02ò\x03Ø\x04¸%xà\x7f\x0fxñÀ" €\x0f\x06 ¨\x17£Á\bu(w\x1ar\0Ù ª!ªZqÀéq" €\x0f\x05 ˜]\x01Á:p\x01\x10€ !‰ãÿ\x01\x18\x02 \x01À ˆ\0\x18B \0Þ\fð\0Á©p" \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x13úá\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x13úüŽüúP#\0\b\0ô€\x0f\x06  \x16"Á=e\0"R >f‹p/!G\x04‚Â" €\x0f\x05 h^"Âíê\x13\x0eA\x14\x02'O\x14/'Ç“Ñõ\0Ø\x04ð\x02'€\x14\x0fx£À  €\x0f\x06 \b\x18àx¡À  €\x0f\0\b¤#à~ñÀ" €\x0f\x06 ¨\x17çÐà€€'\a’¡ÁqòŒ\x17\0\x10\x01ÛA(\0A(\x02\x01Á¸Á¹Ãº" €\x0f\x05 ày
"\0€\x18§_òS"\x04@'\0\x18" €\x0f\0\bÀ//!‡ \x14!@$²‡B Ò\0*q©p" €\x0f\x06 ,^[\0Ø\x1ap`À\x01\x1c\x020\x01Ø" €\x0f\x05 ÔÐÌÖ\0Ž/"‡$¡èJp\x02\x1d‚\x14" €\x0f\x05 $]\x01®\x14è\x03mB!Á /y‹r²ÿ\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14\x02±\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14\x02ËŽüúD$\0\b\0ô À\0­\x01\x14€0\x01­ À\x02®\x01\x14€0ø\x03®\x11ð\x02Ž\0­\x03Ž\x01­\vð\x01Ž€àÊ"\x02\aÊ B\x03˜\x0eâÿÊ!B\x04ép" €\x0f\x05 ´Õ³Ð\x01Ù ¨\0Ž\x01à\x0fx\v\bò\0\0®\0\x1e\x02\x14¡À  €\x0f\x06 \b\x18¡À  €\x0f\0\b°$à~ñÀ©Ñ\0©‡è" €\x0f\x05 \{\x05ð" €\x0f\x05 D{¤Ð\0Ù  ÑÀà~¡À  €\x0f\0\bà$à~ñÀáÅšÑ\x01؝Õ\x04©\x14\x15\x01\x18‰¹\x14\x1d`\x10" €\x0f\0 \x04C\x10\x15\0\x18ˆ¸Œ¸‘¸\x10\x1d \x10\x10\x15\0\x18°¸\x10\x1d \x10  €\x0f\x06 0\x18àx¡À  €\x0f\0\b,%à~ñÀáÅ\bØ" €\x0f\0 \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14
\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14
œŽüú8%\0\b\0ôLV…Õ\x04\x10è\x0eØ" €\x0f\0 lV" €\x0f\x05 lÊ\x0eØ" €\x0f\0 LV\0Ø\x04­  €\x0f\x06 0\x18¡À  €\x0f\0\bt%à~ñÀzÑ\x14\x11\0\b©¸\x14\x19 \0\x10\x11\0\b¬¸\x10\x19 \0\x01Ø" €\x0f\0 \x04C" €\x0f\0 ¤\x05šñ¡À  €\x0f\0\b¬%à~ñÀ" €\x0f\x06 ¸\x17eÖ\0†¡Á€ 	\x06" €\x0f\x05 (Ô\x02Ø\x01Ù" €\x0f\0 44cÕ‹q\x06¥©p" €\x0f\0 ˆv †Šè\0…\f\x19 \0\f\x11\0\bPà\x14\x19 \0\f\x11\0\b\x02¡\x14\x11\0\b\x04¡(p" €\x0f\0\b”^[\x03Ø\0Ù" €\x0f\0 44 †\x02¥„\x19\x18\0\x03Ø\0Ù" €\x0f\0 \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14\x12R\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14\x12oŽüú,&\0\b\0ô44 †	Ú\0ÛË\x19\x18\0KÑ\x0eØ" €\x0f\0 \x14V\x0eØ" €\x0f\0 lV" €\x0f\x05 lÊ\x01Ø" €\x0f\0 \x04C\x0eØ" €\x0f\0 LV¡À  €\x0f\x06 (\x18ñÀ\x0fx" €\x0f\x05 <΀àÊ !\0\x05ò\x02€2¸Ê¸"ññÀ" €\x0f\x06 ´\x17£Á\x01Øöÿc¸P \x01\0‹p/y" €\x0f\x05 ˜]\bu+Ð\0Á€\0‰¯\x7f\0®\x01‰\x01®¢®\x03æ	ð\x01ÁÉp" €\x0f\x06  \x16"À\x1efÀ‚Âéq" €\x0f\x05 h^"Âñê\x03m\x10x£À  €\x0f\x06  \x18àx¡À  €\x0f\0\b\b'à~ñÀ" €\x0f\x06 ¸\x17\x14Õ\x02…ßÿ\bv\x01Ø" €\x0f\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14\x1a!\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14\x1a=Žüú '\0\b\0ô\x05 ÔÐ\x06Ø\x0e­\x02…Éq" €\x0f\x05 Ìy  €\x0f\x06 (\x18¡À  €\x0f\0\bh'à~œ\x12\00 5\0\bµ5\0\bX\f\00¨\x12\00\0\0\0”x\x04\00lÊ\x05 ñÀ" €\x0f\x06 ¸\x17ð\x17\rð(v
¥6µ\x01Ø" €\x0f\x05 ÔÐÈ\x17\x01ð\x05‰ýè\x01Ø\x05©
…Éq" €\x0f\x05 Ôz  €\x0f\x06 (\x18àx¡À  €\x0f\0\b´'à~ñÀ" €\x0f\x06 ¬\x17¥Á¾\x17\x11v`ˆ\0\x11\x0e cÃáˆ@$\x103\r\x1cÂ3Cˆ\0Ý"ˆ\bºYa\x0e\x1cD0Eˆ/$H\0\x04\x10†\0@*\x05\x02\0%…\x01/%H\x01\x10\x1cD1Gˆf¿\x06ˆ\bº\x1ab…çPzf\x02-\0\x12\x1c„0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14!ò\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14"\rŽüú\x14(\0\b\0ô@'\0sõ Ï\x03ôx\0x\x06\0)\x01¬\0œ\0\x15\x01¸\0B,\0\x02a¸Žà>\x02\r\0@'\x03sõ#\0\0\x14{\0{\x0f\0&\0U\0\x17\x01\x17\x01?\0L\0\x17\x01\x17\x01\x17\x01\x17\x01\x17\x01\x17\x01\x17\x012\0—Ð\0€I"\x04\vè•ÑÉp©r" €\x0f\x06  \x16û\x01\0\0’ÑÉp©r" €\x0f\x06  \x16ç\x01\0\0ŽÑ±Ø	"\r\0Ép©r" €\x0f\x06  \x16Ï\x01\0\0…Ð\0€\x18èˆÑI"\r\x03Ép©r" €\x0f\x06  \x16Ùð\x7fÐ\0€\fè‚ÑI"\x02Ép©r" €\x0f\x06  \x16ÍðŠ 0\x05" €\x0f\x05 \x14´Š%ÿ\x17ÃðS!Á€\rôxÑ ‰	%\x10Ép©r" €\x0f\x06  \x16\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14)Á\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14)ÛŽüú\b)\0\b\0ôµð\x1d	Q\0sÑ ‰	%\x10Ép©r" €\x0f\x06  \x16©ð^[	‘\0mÑ ‰	%\x10Ép©r" €\x0f\x06  \x16›ðƒá™ôhÑ ‰	%\x10Ép©r" €\x0f\x06  \x16ð€ãô©p" €\x0f\0 \0#" €\x0f\x05 ¨Ó\x0e\x14\x011]Ð °\x7fðŒ#\x02€{ôZÐ\0\0®\x12\x14\r1€åè\0	\0sðãqôUÐ\x01ÚU×  ¡ ¢ L¨TР¨TÐ@¨TÐ °\0‡„\x10\0\x06¿\b\x10\0{\f\x10\0" €\x0f\x05 D{NЩq\x03Ú\f\x19D# ¨LР¨LР¨¡¨\x10\x11\0 " €\x0f\x05 ¤Y\0‡©q€ \v
" €\x0f\x05 DÕ\0‡\x01Ù€ \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x141‘\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x141¦Žüúü)\0\b\0ô\a\x02" €\x0f\x05 DÕ\0‡€ \v
" €\x0f\x05 \fË\0‡€ \a\x02" €\x0f\x05 \fË\0‡€ \a\x04" €\x0f\x05 \x14!ð" €\x0f\x05 \{\0‡€ \a\x04" €\x0f\x05  \x15ð¡ãÌ%¡€Ê%\x10\x0fò\0\x10€ Œ B€\0Ý	ô&Ð\x06\x10\r!\0\v\rr\x10\0®\x01Ý=\r\x12\x10\x06\x10\0!\x1f\r\x03\x10\x1cÐ\0€(€©p2¹Ê¹" €\x0f\x06 ˆ\x18\x01ß\x02é\0ß\0ØÉqÉr©sS'\x04\x10" €\x0f\x05 $Ï©p¥À  €\x0f\x06 \x10\x18x\x04\00ø\x03\00¼Y\x06 ¨Y\x06 ÐY\x06 Z\x06 œZ\x06 4\\x06 ´Z\x06 4[\x06 ´[\x06 Š\x12\00¨5\0\bœ\x12\00\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x149b\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x149Žüúð*\0\b\0ô¥5\0\b¦5\0\bŒ\x12\00¡5\0\b 5\0\b¢5\0\b@$\x1c1  €\x0f\0\b\x18+à~àx©p" €\x0f\0 °v
 €\x0f\00h\x1c\0ِ¹\0Ú" €\x0f\x05 ðÿ  €\x0f\0 8\x1dà~àxñÀ" €\x0f\0\b\\a\x06èUÑ\0”¸\0¡ÑÀà~ñÀ" €\x0f\0\b\\a\x06èOÑ\0’¸\0¡ôñàx@$\x1c1  €\x0f\0\b„+à~àxñÀáÅHÐ\0ˆ­èHÐ\0ˆ«è" €\x0f\0 <'%èBÕ …P!€\x04“¸\0¥BÐ\0ˆ’èP!\0\x04²¸´¸“¸\0¥>Ð(\x10\0\b!\b\x1e\0=Ñ\0 ¸\0¡
ð" €\x0f\0\b\\a\x04è\0…´¸\0¥7Ð\0€\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14A1\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14ALŽüúä+\0\b\0ô@x  €\x0f\x06 0\x18àx@$\x1c1  €\x0f\0\b\0,à~àxñÀáÅ/Ð\0ˆ®è/Ð\0ˆ,è\x1eØ" €\x0f\x05 $]&è"Õ …P!\0\x05•¸\0¥"Ð\0ˆ‘èP!\0\x04²¸´¸•¸\0¥\x1fÐ(\x10\0\b\x1f\b\x1e\0\x1dÑ\0 ¸\0¡	ð" €\x0f\0\b\\a\x05è\0…²¸\0¥^[Ð\0€@x  €\x0f\x06 0\x18ñÀáÀáÁ\x17Ñ ‰^[	\x1e\0" €\x0f\0\b\\a‡èÁÁÁÀÑÀ  À\aÁÁÁÀÑÀ”¹\0Ú  €\x0f\x05 ðÿ\ñàxØ\f\00Ò\f\00Ó\f\00Ñ\f\00\0\0\0–à\f\00¬\f\00Ô\f\00é\f\00´\f\00¨\x04\00¡À  €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14I\x05\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14IkŽüúØ,\0\b\0ôÜ,à~ñÀ" €\x0f\x06 ¨\x17¨Ð\0€\0Ý°\x10\0\0\0€\bà" €\x0f\x05 ˆË£Ñ $‰€áÌ!¢Vò¡\x17\x10v!\b\x1e\0 Ð\x01Ù\0\x18B   žÐ  žÐ  žÐ ¨\x01ØGð\0\x10 …	\x10\0—\x17\x11v(¸—\x17\x12vS A\x03\0\x11\x02 •×•Ö\x17
@\0\0\x19@ \0\x1a@# §\x01Ø\0®,ð\0Ž\vè" €\x0f\0 ¨P §\0\x1a\0  ®©p\rð" €\x0f\0 ¨P\0\x12\x01 "x\v\b3\0\0§\x13x\0§Œ \x03‚Òö\0Žè\0\x19@#\0\x1a@# §\x01Ø\0®\0\x18B#\x02Ø" €\x0f\x05 DÑ\0Ø  €\x0f\x06 \b\x18àx¡À  €\x0f\0\bÌ-à~\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14Pß\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14QžŽüúÌ-\0\b\0ôG\bó\x01\0Ù‡èmÐ\0€@ \x01\x06^[ð\x19\b\x1e\0jÑ\x1dx\x04¸ \x16x€!\x02
\x19a\x11ð\x11\b‘\0dÐ\0€\bq€!	\x06	ð\x0f\b\x11\x01`Ð\0€\bq€!\v
à\x7f(pàx¡À  €\x0f\0\b$.à~ñÀ" €\x0f\x06 ´\x17¢Á"€\0Þ\bw\x04\x1c„3Û	\x1f\x02A)€\x03Á¸‚àÌ"!€eôUÕ(…&\x1d‚\x13\x03‰B‰\b¸X`\x04à\x12µQÐ\0€à\x03Ø	ô\x01‰ ‰\b¸%x" €\x0f\x05 4Y5\b\0Â9\bÐ\0‹q" €\x0f\x05 LY€àuô\0À(…R•" €\x0f\x06  \x16\0À" €\x0f\0 Ø!-ð\b…" €\x0f\0 Ø!cð\x03Ø@%\x01\x14" \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14X¥\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14XÐŽüúÀ.\0\b\0ô€\x0f\x05 LYšè\x04…\x03Ú(…" €\x0f\x06  \x16(…J‡\x04…\x03áÒºcº\x04à" €\x0f\x06  \x16\x04…" €\x0f\0 L"\að,Ð" €\x0f\0 8!\b…\0Ù\x02Ú" €\x0f\x05 ¤Y5ð1	\x1e\x02\bàÌ"!€\x12ô Ð.\x18‚\x03Ö°
€" €\x0f\0 °v" €\x0f\0 Œ"\x1dÐÀ¨\x1fð;	\x1e\x02.¹Á¹‚áÌ"!€\x17ô" €\x0f\0\b\\a\x12Ñ\vè\x0e‰\x13\b‘\x01Ω" €\x0f\0 ¤"\aðީα" €\x0f\0 €"¢À  €\x0f\x06  \x18\x12\00œ\x12\00¦5\0\b¨5\0\b¬5\0\b°5\0\b´5\0\bx\x04\00–5\0\bœ<\x06 ¥5\0\bJ"@\x10\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14`r\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14`Žüú´/\0\b\0ôJ#€\x11  €\x0f\x06 ø"J"\0\x10J#€\x14  €\x0f\x06 ä"J"\0\x10J#€\x11  €\x0f\x06 ä"J"À\x14J#@\x10  €\x0f\x06 ä"J"@\x17J#@\x10  €\x0f\x06 ä"J"\0\x11J#€\x11  €\x0f\x06 ä"áÅÏp\x06 ´= €\x01ÛÏp\x06 ¸=(\x19à\0@€Š%\x11\x12Ïp€\0 @`\x1a`\x03h\x1a \0Ïp$\0\0$l\x1a \0dØ \x1aà\0\x1c\x1a \0\x04Ø\x18\x1a \0\0Ø(\x19 \0\0Ø‘¸\x198\0à\x7fÁÅàxÏq\x06 ¸= \x1c\x19 \0à~àxÏq\x06 ¸= \x18\x19 \0à~àxÏq\x06 ¸= \x04\x19 \0à~àxÏp\x06 ´=\0€\0Ù(\x18`\0à~\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14hB\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14hYŽüú¨0\0\b\0ôÏp\x06 ´=\0€\x01Ù(\x18`\0à~Ïq\x06 ¸=@H\x12\x01\b  L\x12\x01\bà\x7f$¨àxñÀáÅ\buÏp\x06 ¸=\0€P\x10\0\b\x04 €\x0f\0€ÿ\0\0¥\x03† ý\x0fB(þ\x0eò\0" €\x0f\0 HA\0­©p" €\x0f\0 hA\x06ðÏp­Þï¾\0¥  €\x0f\x06 0\x18Ïq\x06 ¸= 8\x11\x01\b  \x03ˆ† ý\x0fà\x7fG¸ñÀáÅ\buÏp\x06 ¸=\0€\\x10\0\b\x04 €\x0f\0€ÿ\0\0¥\x03† ý\x0fB(þ\x0eò\0" €\x0f\0 HA\0­©p" €\x0f\0 hA\x06ðÏp­Þï¾\0¥  €\x0f\x06 0\x18Ïq\x06 ¸= D\x11\x01\b  \x03ˆ† ý\x0f\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14p\x13\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14p,Žüúœ1\0\b\0ôà\x7fG¸Ïp\x06 ¸=\0€\x01Ù(\x18`\0à~Ïq\x06 ¸=  \x19 \0à~àxÏp\x06 ´=\0€\x01Ù(\x18`\0Ïp\x06 ¸=\0€\x02Ù\x04\x18`\0à~àxÏt\0Ÿ\0\0\x04¸\x14xš` \x12\0\b&x \x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`(\x12\0\b&x(\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`(\x12\0\b\x05y(\x1a`\0à~Ïq\0Ÿ\0\0<\x11\0\bŒ¸<\x19 \0@\x11\0\bŒ¸@\x19 \0à~Ïq\0Ÿ\0\0<\x11\0\b¸Ž¸<\x19 \0@\x11\0\b­¸®¸@\x19 \0à~Ït\0Ÿ\0\0\x04¸\x14xš`0\x12\0\b&x0\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`0\x12\0\b\x05y0\x1a\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14wá\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14w÷Žüú2\0\b\0ô`\0à~Ït\0Ÿ\0\0\x04¸\x14xš`,\x12\0\b&x,\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`,\x12\0\b\x05y,\x1a`\0à~Ïq\0Ÿ,\0\x04¸\x14x0!\0€à~Ït\0Ÿ,\0\x04¸\x14xš`\0\x1a`\0à~àxÏp\0Ÿ\0\0\x10\x10\0\bà~Ïq\0Ÿ\0\0\x10\x19 \0à~Ït\0Ÿ\0\0\x04¸\x14xš`8\x12\0\b&x8\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`4\x12\0\b&x4\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`4\x12\0\b\x05y4\x1a`\0à~Ït\0Ÿ\0\0\x04¸\x14xš`8\x12\0\b\x05y8\x1a`\0à~Ïq\0Ÿ$\0\x04¸\x14x0!\0€à~Ït\0Ÿ\0\0\x04¸\x14xš` \x12\0\b\x05y \x1a\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14\x7f±\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14\x7fÇŽüú„3\0\b\0ô`\0à~Ïq\0Ÿ$\0\x04¸\x14x0!\0€à~Ïq\0Ÿ\0\0<\x11\0\bE @\x01<\x19 \0@\x11\0\b€¸@\x19 \0@\x11\0\b¢¸@\x19 \0à~Ïq\0Ÿ\0\0<\x11\0\b„¸<\x19 \0@\x11\0\b¤¸@\x19 \0à~Ïq\0Ÿ\0\0<\x11\0\b¤¸<\x19 \0à~àxÏq\0Ÿ\0\0<\x11\0\b†¸<\x19 \0@\x11\0\b¦¸@\x19 \0à~Ïq\0Ÿ\0\0<\x11\0\b¦¸<\x19 \0à~àxÏq\0Ÿ\0\0<\x11\0\bŽ¸¸<\x19 \0@\x11\0\b®¸¯¸@\x19 \0à~Ït\0Ÿ \0\x04¸\x14xš`\0\x1a`\0à~àxÏt\0Ÿ\0\0\x04¸\x14xš`L\x12\0\b&xL\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14‡‚\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14‡šŽüúx4\0\b\0ôL\x12\0\b\x05yL\x1a`\0à~Ïs\00\x04\0 \x13‚\0?‹\x05è\x1e‹8`X`\x02ðXaà\x7f"¸Ïp\0¼\0\0 \x10\0\bŒ Eà\x7fo \v\0Ïq\00„'\0€àÊ \x0f\0\0\0\x03
ò!\r\bE\0Ïp\0@¨\x04"x\x10xà~àx\0Ù\bt€$\x10\x10 ¤Š!\x10\0  €\x0f\x06 ,^[àxȸ\x0e ‚\x0f\0\0\0\x02PqÊ †\0à\x7fÊ E\0\0\0\0\x01\0\x02\0\x01\0ÿ\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14Q\x0e\x04\x01Žü\0\0\0\0U\0\0\0U\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14gŽüRl5\0\b\0L\0\0\0\0\0\0\0\0\0\0\0\0>þ\x0eþ€þPþ>þ°ý€þòý\0\0\0\0\0\0\0\02\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14“9\x0e\x04\x01Žü\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14“NŽü
\0\0\0@\0\x04\x02\x03\r\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14—!\x0e\x04\x01Žü\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14—6Žü
\0\x01\0\b\0\x04\x02\x03\r.\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14›	\x0e\x04\x01Žü\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14›\x1dŽü
\0\x04\00\0\x04\x14\x01\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14žñ\x0e\x04\x01Žü\0\0\0\0\f\0\0\0\f\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14Ÿ\aŽü	\0\0\0@\0\x03\x02\x03\r\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14¢Ù\x0e\x04\x01Žü\0\0\0\0S\0\0\0S\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14¢í/üP\0\0\0\0\0\0\0\0\0-1\x01ÿþ\x0fþÛÿ{‡\x01@ú\x1a 
\a\x06\b\x05\a\a\a
\a\x06\x04\x06
¤	¸Ì
\x04\0\x01À\v\x14\b\0\r\0\x1e\0¸\vd\x19ȯ¨aÐ\a\x04\0\vZ††\x04C³|\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14¦Á\x0f\x04\0\x01/ü\0\0\0\x04\0\0\0\x04\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14ª«ÿ\x02\x19\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14ªÜ\x11ü\x02\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14®‘\x0e\x04\x01\x11ü\0\0\0\0\x7f\0\0\0\x7f\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14®®`ü|\x01\x01\x01ߎßÚN\0\0\0\0«¿ÄÉÎÓØÝâçìñö\0\0\0ìîðòôöøúüþ\0\x02\x04\x06\b
\x03¸\v\0,\x012\x14\x1a\0\0 \0\x01\0\x03\0\x01\0\x02\0\0\x03\0 \0\x01\0\x03\0\x01\0\x05\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14²y\x0e\x04\x01`ü\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14²•\x11ü\x02\0\x02\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x14é3\x0e\x04\x02\x11ü\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x14é‹\x03\f\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15\x1fÜ\x0e\x04\x02\x03\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15\x1fî\x03\x10\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15#Â\x0e\f\x01\x03\x10\0ÿþ\x0fþÛÿ{‡\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15#Ô\x01\x10\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15'©\x0e\f\x01\x01\x10\0\x06\0\x05\x06\x02\0\0\x05\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15'¸	\x10\0\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15+“\x0e
\x01	\x10\0Dz\aý‹\f\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15+²\x05\x10\0\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15/€\x0e\v\x01\x05\x10\0ý\x03`\x05\0\x05\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15/—#\f\0\0\0\0	\0\0\0	\0\0\0\x03\0\0\0\0\0áÇÌÓ\x153c\x0e\a\x02#\f\0\0\x1f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x153u\x14\f\0\0\0\0þ\0\0\0þ\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15C\x04\x0eü\x01\x14\f\0Bluemoon Universal Bluetooth Host Controller\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15C\x18%\f\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15Fê\x0e\x06\x01%\f\0`\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15Fö\x05\f\x01\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15JÒ\x0e\x04\x01\x05\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15Jå\x16\f\x02\0}\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15N¹\x0e\x04\x01\x16\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15NÄ^[\f\0\0\0\0
\0\0\0
\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15R¡\x0e\b\x02^[\f\0\0\b\x12\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15R¬F\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15V‰\x0e\x05\x02F\f\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15V”\x02 \0\0\0\0	\0\0\0	\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15Zq\x0e\a\x01\x02 \0^[\0\a\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15Z{\x03 \0\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15^Y\x0e\f\x01\x03 \0\x01\0\0\0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15^c\a \0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15bA\x0e\x05\x01\a \0	\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15bM\x0f \0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15f)\x0e\x05\x01\x0f \0 \0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15f4\x1c \0\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15j\x11\x0e\f\x01\x1c \0ÿÿÿ\x1f\0\0\0\0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15j^[\x01\f\bÿÿûÿ\aø¿=\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15mû\x0e\x04\x01\x01\f\0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15n	\x01 \b\x1f\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15qâ\x0e\x04\x01\x01 \0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15qô\x02\x10\0\0\0\0F\0\0\0F\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15y±\x0eD\x01\x02\x10\0ÿÿû\x03Îÿïÿÿ?ÿŸó\x0fèþ?÷ÿ\x1c\0\0\0a÷ÿÿ\x7f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ô\0\0\0ô\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15y¼R\fñ\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15}™\x0e\x04\x01R\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15}¤E\f\x01\x02\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15\x0e\x04\x02E\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15ŒX\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15…i\x0e\x05\x01X\f\0
\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15…u\x04\x10\x01\x01\0\0\0\x10\0\0\0\x10\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15‰Q\x0e\x0e\x01\x04\x10\0\x01\0\0\0\0\0\0\0\0\0\0\0\0
\0\0\0
\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15‰l\x12\f\a\0\0\0\0\0\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÌÓ\x159\x0e\x06\x01\x12\f\0\0\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15E\x0f\b\x02\a\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15‘!\x0e\x04\x01\x0f\b\0\0\0\0#\0\0\0#\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15‘,\b  \x1f\x02\x01\b\x02
	\x18\bBluemoon Universal Blue\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15•
\x0e\x04\x01\b \0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15•}\x04\x10\x01\x01\0\0\0\x10\0\0\0\x10\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15˜ò\x0e\x0e\x01\x04\x10\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15™\x02\x18\f\x02\0 \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15œÙ\x0e\x04\x02\x18\f\0\0\0\0
\0\0\0
\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15œã\r\f\a\0\0\0\0\0\0\x01\0\0\0
\0\0\0
\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15 Á\x0e\b\x01\r\f\0\x05\0\0\0\0\0\0û\0\0\0û\0\0\0\x02\0\0\0\0\0áÇÌÓ\x15 Ó\x13\føubuntu-desktop-0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x15¤©\x0e\x04\x01\x13\f\0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16\x10A\x01\f\bÿÿûÿ\aø¿=\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16\x15ô\x0e\x04\x01\x01\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16\x16\bV\f\x01\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16\x19Ù\x0e\x04\x01V\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16\x19ãE\f\x01\x02\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16\x1dÁ\x0e\x04\x02E\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16\x1dÔX\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16!ª\x0e\x05\x01X\f\0
\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16!¿\x0f\b\x02\a\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16%”\x0e\x04\x01\x0f\b\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16%«$\f\x03\0\x01n\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16){\x0e\x04\x02$\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16)\x1a\f\x01\x02\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16-d\x0e\x04\x02\x1a\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x1603\x14\f\0\0\0\0þ\0\0\0þ\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16@ê\x0eü\x01\x14\f\0ubuntu-desktop-0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16A\bU\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16DÒ\x0e\x05\x01U\f\0\x01\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16Dì\x19\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16H¹\x0e\x05\x02\x19\f\0\x02\0\0\0ô\0\0\0ô\0\0\0\x02\0\0\0\0\0áÇÌÓ\x16HÒR\fñ\0\x11	ubuntu-desktop-0\x02

\x13\x03-\x11\x12\x11\x1f\x11\x1e\x11
\x11\v\x11\f\x11\x0e\x11\x03\x11\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÓ\x16L¢\x0e\x04\x01R\f\0

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: lenovo-k4450-btmon-v1.log --]
[-- Type: text/x-log; name="lenovo-k4450-btmon-v1.log", Size: 34887 bytes --]

btsnoop\0\0\0\0\x01\0\0\aÑ\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0áÇÌým‰\0\x01\0\0\0\0\0\0hci0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýmŒú\x03\f\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýmº@\x0e\x04\x01\x03\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýmº›\x05ü\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0áÇÌým¾&\x0e\r\x01\x05ü\07\a\x10\x01€\x02\x03\r\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌýn\x1aù\x11ü\x02\x01\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn\x1fÐ\x0e\x04\x01\x11ü\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌýn\x1fòŽü
\0\x01\0\b\0\x04\x02\x03\r.\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn#µ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn#ÊŽüú\0\0\0!\0ô  €\x0f\0\bR\x02ø\aÂÿá\a€\x02ÔH\0\0ØH\0\0€0\bw(v—Õ’	 \x03épý\x02€0àx¤H\0\0\x02ð\x01ؽ\x02 0\x0fxàx¨H\0\0€0àx¬H\0\0\x05©¸\x05¡Z\rà\x01\x01ØŠ\b \x02\x0eظñ°H\0\0 H\0\0€0ZÐ\0€¢ÁV SŽ\0Ø\x01®=\a`0¢Ààx€H\0\0\x02Œ \x02€\bô©pÈÿ¸H\0\0À/àxÈH\0\0¯ÕF\x15€\x10ŸèÌH\0\0œÕH\x15€\x10¤è]\x15€\x10ÄH\0\0‚\x10Œê¹’¹”¹3¦3†³¹O!‚\x04ÀH\0\0‚\x10ŒêŒÐ\0Ù  €\x0f\0\bl,”\x17\0ö\bH\0\0À.n\và\0\x1apXÓ`\x13@ D\x13\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn+†\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn+šŽüúô\0\0!\0ô\r\x01 ±
ðàx €\x01áÁÇÁÆà\x7fÁÅtH\0\0áÇü\x1cÁÇÁÆà\x7fÁÅxH\0\0áÇü\x1cà\x7fÁÅ|H\0\0áÇü\x1c\b´ü\x1cÁ\x05Ïý$H\0\0ïý\x01Ø	\bR\0\0Ø	ð\x18H\0\0\b¹%x\x02
ïý\x03ˆà\x7føàx H\0\0\x01ã!\v\x1cH\0\0®\fà)\x10Ú8ѧ®¨®\x14H\0\0\x1c@\x1e\x02\x10\x1d?\x1e\x02\x10\x10H\0\0Š	\x0fÿª\roû\0‡µ\x06‰\x06€&\fH\0\0€&\bwŠ C/\x02•P €€àx\x04H\0\0àxÒ\v\x03\fc­\x16»\x10ºE{\b¸exÂ\f\x1aˆ†è\x04Ø\x05Ù²\v÷n\x0f\0	X\x10Ó\x15\x01\x16‘¹(H\0\0È\x1d˜\x1f\x02p\00\b\x0fÏs\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn3V\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn3hŽüúè\x01\0!\0ô\x01 ¨¬8H\0\0
ôè\x17\0\x10Ïq@™\0 4H\0\0ù\x1f˜\x1f\x16\0\x1a[.ðàx0H\0\0\x15è^\x14\x03\x06¬»  €\x0f\x01 \x1a£,E# \0\x01#‰  €\x0f\x01 þ¦t <˜S ]˜5 V ,H\0\0†»^\x1eØ\x10  €\x0f\0\bà\x04\x18\x10€\x0f\0¼\0\0  €\x0f\0\bÐ\x03Ø\0\x02ð6Øb\f\0\0Ñ\x01€\x1f`H\0\0 \x03\x03Ø\x01ØîñdH\0\0À\x1eþ\b\x02\0àxTH\0\0ëvú\v\x0fïÏsPH\0\0ëvî
/ï\bu\x1eíd…%èa€#ë  €\x0f\0\bü\x04\x01Ùà\x7f «  €\x0f\0\bF\x04UzÇrœô\x12…w\b\x11\0nð\0ßõ¥\x01ØhH\0\0 €\bu\x11\x0fè\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn;&\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn;:ŽüúÜ\x02\0!\0ôD…\x03…ôàxJ&\0pV%\x12\x1a\x1e\x12€ lH\0\0Û\x1eB\x13±\x1f\x18\x10Ïr\00  €\x0f\0\b®\x04ƒ\0V	/ù\0Ú\x1c\x10\x03   €\x0f\0\b\f\x10\x01Ú\x10qDÆ@!Q ãó\bðàx\r\rÑ\x10XH\0\0\x0eè€%\x05\x18\x0eàÌ R\bà\x10	Û©p‘\x02\0\x16\H\0\0J&\0pàx\x16•\x01à:\b \0\x16µ\x1di\00ÿÿ\0\0pH\0\0€\x10§Õ Ž¸è<H\0\0i\bŸ\x03\x17Ðð \x0fÿ\x11\0\0\0\x04Ø\x04­N\f/ÿ‡ÐA é¹´\x17\0öDH\0\0@€ÂªB\x14/‰M\v^\x01@H\0\02\roü\x01\0OÐLH\0\0"ª\x01j1\x02 \0ïû\x12ÐHH\0\0\0“	Q\0ð \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnBé\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnCOŽüúÐ\x03\0!\0ôà\x7f\x01Øà\x7f€Ø\0H\0\0\x04€àx\0Úàx´H\0\0À\x04¥Á‡\x17\x11vè»°\x11\0\0UxyòနH\0\0C\0\x01Ø\x1d\a`\x03£Ààx˜H\0\0¬\x04\00Œ\a\00˜\x12\00ŒH\0\0ˆH\0\0\0\x03­ÁÐ\x17\x14vD\x14\x15 H\0\0ö
¯Ò\x03Ù\x01Ø\x02ð\0Ø`\0\x14à\0…àxàxŸ¹Â\x0f`\0\x19a_¥€\x1d@\x10~¥ºñ„H\0\0ƒ$9\bQ\0  €\x0f\0\b\\x1c\x19aA\x04\x04ðœH\0\0Ç\f^ \0…°\x10\0…ñ\x01`\x02¡Àà~àxÜH\0\0ÐH\0\0\0\x02b€\0Ý¢Á\x04\x1cD3¼H\0\0\0ö\0€°\x10\0\0\0€~\r  €\x0f\0\b\x12\x02¢ÁñÀAÀBÁ`\x01€$\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnJÆ\x0e\x04\x01Žü\0\0\0\05\0\0\05\0\0\0\x02\0\0\0\0\0áÇÌýnJæŽü2Ä\x04\0!\0,
2×ñàxàxñÀ\x0e\v  €\x0f\0\bš\x02\x05©àxñÀj\f\0\0\0 ý\x03\x1f\x02\x05\0\0\0\0\0\0\x13\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnN­\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnNÀŽüú \0\0’\0ô\x1e\0\0\0O\0\0\0R\0\0\0W\0\0\0Z\0\0\0\\0\0\0b\0\0\0Š\0\0\0Ï\x01\0\0Ô\x01\0\0Ù\x01\0\0õ\x01\0\0÷\x01\0\0^[\x02\0\0½\x03\0\0\x15\x05\0\0-\x06\0\0a\x06\0\0ê\x06\0\0p\a\0\0Þ\v\0€R\f\0\0—\r\0€¶\x0f\0€•\x10\0\0\x1a\x14\0\0õ\x14\0€\x13\x15\0€™\x15\0\0ç\x19\0\0÷\x19\0\0þ\x19\0\0\x02\x1a\0\0/\x1a\0\0j\x1a\0\0n\x1a\0\0À\x1a\0\0}^[\0\0e"\0\0ú#\0\04'\0\0E'\0\07(\0\0a(\0\0~)\0\0™)\0\0«)\0\0^[-\0\0r2\0\0W3\0\0&4\0\0N5\0\0X5\0\0þ5\0\0>@\0\0‘C\0\0±C\0\0çC\0\0äH\0\0¶I\0\0^J\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnV~\x0e\x04\x01Žü\0\0\0\0U\0\0\0U\0\0\0\x02\0\0\0\0\0áÇÌýnV‘ŽüR\x14\x01\0’\0L‘W\0\0·W\0\0ëY\0\0Z\0\0\x0e[\0\0\x18[\0\0d[\0\0¼[\0\0ß[\0\0\x11\\0\0T\\0\0ã\\0\0-]\0\0`]\0\0ë]\0\0É^\0\04_\0\02d\0\0ÿ\x7f\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnZX\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnZ§Žüú\0\x01\0\b\0ôï¾­Þ\0\0\0\0Bï¾B\x14\x01\0\b\0\0\0\0<\x06\0\bø\x01\0\bÀ\x06\0\bŒ\a\0\bÀ\b\0\b4	\0\b€
\0\bp\a\0\bä
\0\b$\v\0\bò\x02\0\bP\x03\0\bz\x03\0\b \x03\0\b`\v\0\bô\x03\0\bx\f\0\b\x18\x04\0\bü\f\0\bh\r\0\bl\x0e\0\b(\x0e\0\bÔ\x0e\0\bH\x0f\0\bl\x10\0\bÈ\x10\0\b„\x11\0\b\x1c\x05\0\b8\x13\0\bÐ\x14\0\bT\x16\0\bÀ\x19\0\b %\0\b¬\x1e\0\bä\x1c\0\bl \0\b¤ \0\bŽ\x05\0\b\x1c!\0\bÂ\x05\0\b˜#\0\b¤$\0\bÔ$\0\b %\0\bh%\0\b¨'\0\b\b+\0\bÐ,\0\bâ\x05\0\b\x0e\x06\0\bt+\0\bð+\0\b\x18.\0\bü&\0\b<'\0\bÀ-\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnb+\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnbyŽüúô\x01\0\b\0ô­Þáþ¡À
 €\x0f\0Á€\0\0\x18€\x0f\x0e\x13M¤  €\x0f\x01 |O\0\x16\0p\0¼L\x03\x04 €\x0f\x0eüÿ\x1f\x0fô\x05 €\x0f\x10\x02\0\0\0\x1e\0p\0¼L\x03" €\x0f\x05 |Ø	ð\x05 €\x0f°\0\0à\0\x1e\0p\0¼L\x03ÑÀà~Š!\x06\x04B!A\0L!\0€ú\aÂÿ
!€\x0f\0”\0\0\x10\x11\0\0\v €\0\0\0\x10à \x0f\0 ÌYP \0\x03\x10\x19\0\0\x14\x11\0\0P @\x02\x14\x19\0\0  €\x0f\0 ÌY\x1cŠ\x04©}Še©\b»\x04#ƒ\x0f\0\0\0ÿex\0\x1e\0p\0Á\x14\x02\0\x16€p\00¤\0\0\x16p\00ø\x12"x\rx\x11¸\x04 €\x0fþ\a\0\0\0\x16\x01p\0¼$\x02\x04!\x0f\x01øÿÿ%x\0\x1e\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýniû\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnj5Žüúè\x02\0\b\0ô\0p\0¼$\x02à~àx¡ÀÓ\x1dX\x10\0\x16\x01p\0¾<\0\x04!\x0f\0€\0\0A)þ‡\aò
!€\x0fº\0ÿñÓ\x1dX\x10\0\x16\x01p\0ÁÐ\0\x04!\x0f\0\0\00A)>ƒ\x0eò‡\x15\x01\x16\x04!\x0f\0þÿÿ\x05!\x0fµ\0\0\0‡\x1dX\x10  €\x0f\x01 |ž¡À\0\x16\0p\0ÁÐ\0\x04 €\x0f\0\0\00A(>ƒà ‚\x0f\x01 þ¦‡\x16\x02\x16  €\x0f\x01 ð¦¡ÀÚ\x1fX\x10Û\x1f˜\x1f Ž\x041ø\x1f˜\x1f(\0ƒ ù\x1f˜\x1f\x15\0Ò¶  €\x0f\x01 „ ¡À¸è\x1f\0\x10Ú\x1f˜\x1f@™\0 Û\x1f˜\x1f Ž\x04\x01ø\x1f˜\x1f\x04\0\0\x10ù\x1f˜\x1f\x16\0Ú6  €\x0f\x01 „ E\x14\x03\x06ˆ»E\x1cØ\0Š!\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnqÐ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnr\fŽüúÜ\x03\0\b\0ô\x04\02Øa¸\x06èE\x14\x03\x06+{üõ  €\x0f\x01 à·@$\x1c1
 €\x0f\00„yð @\0\r\bŸ\x04  €\x0f\x04 \x1c9  €\x0f\x04 €9¡À&\0!\0@€Ïq\00ôy\0\x16€p\00x\x11\x15y\0„¸\0¡  €\x0f\x04 ~>  €\x0f\x04 ØB\x1a`UzÇr\00$YŠà8\x12\0á Ê\aÊ *\00\x12ƒ\01\x12„\0?\v\x03\x01y’6\x12\x04\x01	\fÃ\09\x12\0àÌ â€Ì "‚Ì b‚\bò@$D\0/$\b\x016\x1a\x04\x01\x1a’\x15\f\x02\0\0Û{²à\x7f(pà\x7f9\x12€\0à\x7f(pàx@$„\x02zb\x02$ƒ€\0Ú\x18\0\x03\0s{" €\x0f\x02 ¬H  €\x0f\x03 0'\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnyœ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnyùŽüúÐ\x04\0\b\0ô" €\x0f\x02 |H  €\x0f\x03 0'Q\x16\0\x16¦¸Q\x1e\x18\x10Q\x16\0\x16†¸Q\x1e\x18\x10  €\x0f\x01 \x10¬a\x13‚\0\v
Q\0\x01Ù\0^[B 
\x11\0\0Ù\0^[B   €\x0f\x02 „ƒ¡ÀÛ\x1eB\x13ü\x1c\b°ü\x1cH°ü\x1cˆ°ü\x1cÈ°ü\x1c\b±ü\x1cH±ü\x1cˆ±ü\x1cȱü\x1c\b²ü\x1cH²ü\x1cˆ²ü\x1cÈ·Z\r@\0\x04\x14\x1f4\x04\x14
4\x04\x14	4\x04\x14\b4\x04\x14\a4\x04\x14\x064\x04\x14\x054\x04\x14\x044\x04\x14\x034\x04\x14\x024\x04\x14\x014\x04\x14\04  €\x0f\x02 ¼Ñ@$\x1c1" €\x0f\0 @Wü\x1c\b°J @\0\0\x1e\0p\0\bœ5\x04\x14\04" €\x0f\0 XW¬\x11\0\0  €\x0f\x05 Àž@$\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnu\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn¨ŽüúÄ\x05\0\b\0ô\x1c1\ax\0\x1e\0p\0\bœ5*p" €\x0f\x05 dÀ  €\x0f\x05 HÅ@$\x1c1S¦E\x16‚\x10…ê  €\x0f\0 €\x1fñÀáÀ" €\x0f\0\bD+ÁÀÑÀ  €\x0f\0 ”\x1f@$\x1c1S¦E\x16‚\x10…ê  €\x0f\0 X\x1fñÀáÀ" €\x0f\0\b\+ÁÀÑÀ  €\x0f\0 l\x1fàx¡À  €\x0f\0\bH\x06à~à\x7f\x01Ð\x02\x03\r.\0Ú\x03ð\x01â\x11
\x13\f=ÐVx €úé\x03ð\0Øà~áÅáÆ8Ña\x11\x02\x06`\x11\0\x06A\b…\06Ó\x02 Í\05ÐBx-\bC\x03\0Þ\x03ð\x01æ\x13\x0e\x13\x1c\x16!€\x03¡€õ
Aƒ\x02ð\0Øa `\x11\0\x06a\x19Ø\0bx\x10x\x06ð\x10x\x04ðBx\x10x\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn‰F\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn‰}Žüú¸\x06\0\b\0ôÁÆà\x7fÁÅàx¡À  €\x0f\0\bÌ\x06à~ñÀ" €\x0f\x06 ´\x17\bw" €\x0f\0 @W\x03ç˜pF'Ï\x10\x1cÖ\0†ð\x7f€àÊ \x0f\0\0\0\x03\aò!†\a\bE\0\x15Ð"x\x10x\r\bÃ\x03Øÿ\r\bÂ\x03Ðÿ
%\0	ôˆp" €\x0f\0 XW\0Ø\x10ð\x01†\x1fg\0¥á¦á¥\0†„è\0…\0¦ˆp" €\x0f\0 XW\0…  €\x0f\x06  \x18\x04&\00¨\x01\0@¨\x04\0@„'\00\vÐ\0ˆà\x01Øà\x7fÀx\bÑà\x7f\0©àx¡À\x06Ñ\0Ú@©«®¡®  €\x0f\0 tÙà~àxt5\0\b¡À  €\x0f\0\b˜\aà~ñÀ" €\x0f\x06 ¨\x17Š!C/\x0f	# \bw\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn‘\x16\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn‘,Žüú¬\a\0\b\0ô^[\0 \0;Õép" €\x0f\0 äÑ" €\x0f\0 <Ò\bu\x02\x15\x12\x11ép\x04\x15\x10\x11" €\x0f\x04 p\x03+\b\x0f\0\0ÿÿ" €\x0f\x01 \x14>‰è\0ر٠Ú\x02Û" €\x0f\x05 Ðm" €\x0f\0 \x18×(ÖÉq" €\x0f\x01 HA" €\x0f\0 äÙ\x04\x1e„\x14\x10®\0\x1e\x04\x14\x03•\x03¶\x04•\x01¶	Ž^[\bÐ\0\r\b‘\0
Ž\x0f\b\0" €\x0f\0\b\\a\x04è\x02–ª¸\x02¶" €\x0f\0\b\\a\aè\x02–¬¸\x02¶\0–¬¸\0¶\x0f\x0fC\x14\0§¸\0­\x05ðÿÜ\x0e'\0\x13\x01à\b®" €\x0f\0 ÔÙÉq\x03¦ép" €\x0f\0 ¤n©p" €\x0f\x01 €B  €\x0f\x06 \b\x18 D\00\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn˜æ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn™^[Žüú \b\0\b\0ô,D\00ñÀ" €\x0f\x05 ¸ëpÑ\x14©" €\x0f\x05 TlÑÀà~àx¡À  €\x0f\0\bÌ\bà~ñÀ*\b\0\0‰èûuÁÅ  €\x0f\x01 X		ðûuÁÅ\fÙaÁ  €\x0f\x01 T	åññÀáÅ×p\0\0Wü\x01Ø\x15ô\Ð\0ˆ€à\fØ\x11òZÑ[Ð\0Ý©r" €\x0f\x01 ÐXWЩq" €\x0f\0 Üê©p  €\x0f\x06 0\x18àx¡ÀH\x1e\x02\x10ü\x1cH°ü\x1cˆ°ü\x1cÈ°ü\x1c\b±ü\x1cH±ü\x1cˆ±ü\x1cȱü\x1c\b²ü\x1cH²ü\x1cˆ²ü\x1cȲü\x1cÈ·©p" €\x0f\0\b°	\x04\x14\x1f4\x04\x14\v4\x04\x14
4\x04\x14	4\x04\x14\b4\x04\x14\a4\x04\x14\x064\x04\x14\x054\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn ·\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn¡\x1dŽüú”	\0\b\0ô\x04\x14\x044\x04\x14\x034\x04\x14\x024\x04\x14\x014  €\x0f\0 dûà~àxñÀ" €\x0f\x06 ´\x17¡Á0Õ\bv@ O\x06‹p@%A\x1e\x03Ú" €\x0f\x06  \x16\0Ú\fð3$ƒ03'\x10\v	ã\0\0$€0 ¨\x01âí
Ò€@%@\x1e‹q\x03Ú" €\x0f\x06  \x16‹p©qAá\x03Ú" €\x0f\x06  \x16\0Ú@&O\x18\fð3$ƒ03'\x10\v	ã\0\0$€0 ¨\x01âí
Ò€©pAà‹q\x03Ú" €\x0f\x06  \x16&\x16À\x107\x15Á\x10	\bC\07\x1d\x02\x10(\x16À\x108\x15Á\x10	\bC\08\x1d\x02\x10¡À  €\x0f\x06  \x18àx„\0\00\b\x0e\00¤\b\0\bWü\0\0\x04\0\00¡À  €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn¨‡\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn¨ÁŽüúˆ
\0\b\0ôŒ
à~ñÀ\x14Ð €\0‘5\b\x0f\0\08ü\x03‰€àÌ b€Ê!¢\x04\x06ô" €\x0f\0\bh\a\0Ù\vÐ" €\x0f\0 ÜêÑÀ  €\x0f\0 ò½ÑÀ!\0  €\x0f\0 è½ÑÀà~àx\x04\x0e\008ü\0\0@$\x1c1  €\x0f\0\bô
à~àx	Û\x03ð\x01ã\x1f\v•\x02\bÔyc5yt!\x02\x03ñ\b€\x02‰\x05Ñ\x14x\ba\x02ðÿØà~àx>\00V\r\00¡À  €\x0f\0\b0\và~ñÀáÅ\x01Ø" €\x0f\0 05\x19\br\0\bu" €\x0f\0 ¼!	\bP\0a½¯}©p  €\x0f\x06 0\x18àx¡À  €\x0f\0\bl\và~ñÀ" €\x0f\x06 ´\x17\buáÀ8Ò\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn°V\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn°‚Žüú|\v\0\b\0ô$\x12\x01\bk\x12\x03\x0e\x04#ƒ\x0f€ÿ\0\07»\x17»\x05#Ž\x0f\0\0oðk\x1a¸\x030Öð\x1a \x03\0Þ”¾ô\x1a \x03.Ö<\x16\x0e\x18\x04&Ž\x1f\0\x01\0\0A.\x0f\x16*Ö\r\x0fQ\x10$¦\x01Ø\x14®\x14Ž\x17\bQ\0ä†ây1\x7f&†\v	Å\x03\0Ø\x14®O\bQ\0€åÌ%"‘Ì%¢‘Ì%b’Ì%b‘^[ô\x05#ƒ\x0f\b\0[°Š 		k\x1aø\0ð\x1a \0\x18Ðô\x1a \0\x17Ð\x18Ò\0ˆ\x18Ñ\x05è\x04ž\0¢\x05ž\x04ð\0ž\0¢\x01ž\0¡ÁÀÁÅÁÆÁÇÑÀ\0\x16\x02p\00\b\x0fÏs\x01 ¨¬
 À'  €\x0f\x01 €Ÿ  €\x0f\x06  \x18àx\0\0\0¼ä\x17\0\0\0\0\0¾x5\0\bõ(\0\0Ü\x0e\00\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn¸\x19\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýn¸bŽüúp\f\0\b\0ôÄ\x0e\00È\x0e\00¡À\0Àü\x1cH°ü\x1cˆ°ü\x1cÈ°ü\x1c\b²ü\x1cH²ü\x1cˆ²ü\x1cȲ  €\x0f\0\b¤\fà~àxñÀ3h\x02y\x15 A\0\x12Ð\x10Ú6x\x11Ñ\x10à" €\x0f\x06  \x16\x04\x14\v4\x04\x14
4\x04\x14	4\x04\x14\b4\x04\x14\x034\x04\x14\x024\x04\x14\x014
%€\x1f\00pz*­  €\x0f\x04 LŽÑÀà~àxTx\00Ly\00¡À  €\x0f\0\b\b\rà~ñÀü\x1cH°ü\x1cˆ°ü\x1cÈ°ü\x1c\b±>Ñ@‰>ÑUy@%
\x1e\x01<Фº@¡3Ù@€\x01j" €\x0f\0\b°/\0ØÿÙ" €\x0f\x04 \x1c"\x04\x14\x044\x04\x14\x034\x04\x14\x024\x04\x14\x014\x04\x14\x1f4  €\x0f\x04 z¦\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn¿é\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnÀ\x01Žüúd\r\0\b\0ôÑÀà~¡Àü\x1c\b°ü\x1cÈ°ü\x1c\b±ü\x1cH±ü\x1cˆ±ü\x1cȱü\x1c\b²ü\x1cH²  €\x0f\0\b”\rà~ñÀáÅ\x1eÐ!Ò`ˆuz ‚3	Þ\x06\x1cл¹ux € ¢„½  ^[Ðux`€‡¹ ¢š»` \x19Ð €5Ø%‰" €\x0f\x04 h\x19\x04\x14\r4\x04\x14\x1f4\x04\x14	4\x04\x14\b4\x04\x14\a4\x04\x14\x064\x04\x14\x054\x04\x14\x044\x04\x14\x034\x04\x14\04@€\0Ù  €\x0f\x04 h›  €\x0f\x06 0\x18àxx\x11\00ôy\00Ä\x11\00,z\00Øy\00À\x11\00@$\x1c1  €\x0f\0\b8\x0eà~àxñÀáÅ" €\x0f\0 @W"Ñ \bíC…@¡\0Ù\x02ê$¢$¥#¥\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnÇ»\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnÈ\x11ŽüúX\x0e\0\b\0ô" €\x0f\0 XW©p  €\x0f\x06 0\x18àx@$\x1c1  €\x0f\0\b|\x0eà~àxñÀáÅ
%\0\x1fò" €\x0f\0 @W$…C…\x04éC¡\að\x0eÑ@¡\x03ê\0Ù$¢C…\x03ê$…$¢	Ò\0Ù$¥ ‚#¥\x02餡 ¢" €\x0f\0 XW  €\x0f\x06 0\x18àxä\x0f\00à\x0f\00¡À„è\x06†!è€%\x05\x18\x0eàÌ "€\x19ò#\bÑ\0\0\x16p\00/\x0f\0!A\0\x14!A\02!\x0f\00/F\x17	Ð\0" €\x0f\x03 ”\7\x1e\x02\x10\x0e\x06ð\x01Ø7\x1e\x02\x10\0Ø\x15¶<\x1e\x02\x10" €\x0f\x01 øë<\x16€\x10\x05è  €\x0f\x03 VU  €\x0f\x03 dUà~¡À  \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnω\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnÏÌŽüúL\x0f\0\b\0ô€\x0f\0\bT\x0fà~ñÀ" €\x0f\x06 ´\x17˜p€áÌ!¢€Bô$Ð%Ò\0ˆ%j\x18`\x14x\baY\bQ\0"Ð\0ˆ"Ö\x18`\x14x\x13b\x1ab †u¶Š \x05\x06\x04å	#\x01\02¶\x02#O\0\x10wÊ!
\0Cöðy"\x7f	\x0f#\x103¶ðx\x14¶\x16Ð\x01Ù ¨$Š©pCŠ" €\x0f\x03 tY5\x1e\x02\x10\x13ð\x0fÒ\0Š‚àŠ%\x05\x16À}\vÑ \x01à€!\x05\a=e\0ª\x05ð\aЧ€¦ ©p  €\x0f\x06  \x18/\x0f\00,F\00Þ\x0e\00\x16\00”5\0\bñÀáÅ\x15Ð`€\0Ù#\x13\0)£\x04ƒ-“L“\x1d\r\x11\x14\x11Õ ŠíPq\x01Ú%ƒÂ"Œ\0Yaa¹\bðPq\x01Ù\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýn×a\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnןŽüú@\x10\0\b\0ôEƒÂ!L\0Ya" €\x0f\x02 LÁÅÑÀ  €\x0f\x03 Ž5  €\x0f\x06 0\x18˜\x10\00 \x10\00¡À  €\x0f\0\bx\x10à~ñÀáÅ\x10Рˆ" €\x0f\x01 Tö\x0eÑ ‰\x0eÒ\x02¹5y4y)b„áÌ%¡‘\vòáÊ â\r\x03ô\aè:Ø" €\x0f\x02 ´*  €\x0f\x06 0\x18àx.\x0f\00Þ\x0e\00LE\00¡À  €\x0f\0\b \x11à~ñÀ" €\x0f\x06 ¸\x17\0Ý©v\x04ð\x01Ý\x01æ-\x0e\x15\x12”íÏx" €\x0f\x03  Cwèc\x10\0ë	_\0€qè-€‚áÌ!bìõ\0€úñ©p  €\x0f\x06 (\x18àxñÀáÅ" €\x0f\0 ¨P\buêÿ¢è" \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnß6\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnßXŽüú4\x11\0\b\0ô€\x0f\x03 x>\x04è$€
ð" €\x0f\x03 d>\x11è)€\x0fé$€\0!€\x0f\0\b\0\0±qÊ F\0¢x\x1d\x0e\x05p\0\0ÿÿ\x06ð" €\x0f\x02 ph\x04è\0Ø\x04ðŠ ÿ\x0f  €\x0f\x06 0\x18¡À  €\x0f\0\b\x11à~ñÀ" €\x0f\x06 ¬\x17 €\bv\r…‚àÌ â€xô\x11…\x10èD†\x03†\0Ù(s\x1ab\x10…Úº" €\x0f\x02 Äh„è\x01Ø\x15¥\x15…"è‹\x15\x04\x17\x01ØA†\x12¥V%\x10\x1a\b\x10 \0ßp…1Ø/$\0\x01õ¥ñ¥" €\x0f\x02 Di\x01†a\x10€\0Šè\b\x10 8Øô¥" €\x0f\x02 |j\x12…‰\bQ\0" €\x0f\x03 d>}\b\x10\0 €\r\rA\x10!\x10€\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnç\x06\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnçEŽüú(\x12\0\b\0ôm\b\x01$†\x03†V%\x0f\x1a\0!\x11\0(8Ø*r" €\x0f\x02 \x18j(\x1ap1Ø*r" €\x0f\x02 \x18j€àÌ ‚ÿÿÿÿ\x1aôL \0 Ì ‚¯ÿÿÿÿ\x14ô(\0Ø\x1ap\x12¥\x13¥1Ø" €\x0f\x02 |j(8ØP\x1d\0\x14" €\x0f\x02 |jÉp" €\x0f\x02 Ä—  €\x0f\x06 \x10\x18àxñÀ" €\x0f\x06 ¸\x17\0Ø\bu\x03ð\x01å;\rÕ\x11¯x" €\x0f\x02 Poxè-€‚áÌ!â€ôõ!€a\x11\0á	Q€‹\x10\x01\aP€Œ\x10\x03\a;y€ãÀ!¢\0\x03ð\0ÚHq\x0fÖ%\rÐ\x11:bÚºE¦‰\x10\x02\a\x02"@\0e¸^[\b…\0	Ò!’\x13\bE\0\x01²\að\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnîÕ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnï\bŽüú\x1c\x13\0\b\0ô" €\x0f\0 ¨P\x05¦  €\x0f\x06 (\x18àxÐ]\00T\x10\00¡À  €\x0f\0\bD\x13à~ñÀ" €\x0f\x06 ´\x17]Ö\x02Ž" €\x0f\x03 ,ã[׸p\0¯\0–Œ Œ\0ÝOòŒ L*òØà“ò\x12öÖàeò×àœô$Ž\x03Ž€á\0¯xôPÔ\x14x™`\x01‰£¸\x01©\x10ÝqðÙà„òŒ \fŠôJÑ\x14%@\x01\ba† ÿƒ\x06òŠ Ì\r@Ù{ðŠ Ì\r\fÙwðBÑ\x14%@\x01\ba† ÿƒöó\f\x16„\x10\x03–"–D–e–" €\x0f\x02 èCÕ\b\x10\0Š Ì\r\x1fÙ" €\x0f\x03 tÛ©p\x12Ù‘Ú\x03Û" €\x0f\x05 ÐmXð¨p" €\x0f\x04 X\x06\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnö¦\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnöèŽüú\x10\x14\0\b\0ô\0/Ò\x14 \x01\0)b¡	Þ€" €\x0f\x02 \x18D‘\b\x10\0©p\x12Ù©Ú\x03Û" €\x0f\x05 ÐmŠ Ì\r\x1fÙ5ð\x04Ž#Ž ¯‰è Ô4y™a\x01‰ƒ¸\x01© Ý\x02ð\x1fÝŠ Ì\r©q" €\x0f\x03 tÛ" €\x0f\x02 €„"ð\x1fÝŠ Ì\r©q" €\x0f\x03 tÛ" €\x0f\x02 à„" €\x0f\x02 \x04„\x10ð\x03Ž\0¯Š \f\x0e\x06ð\x03Ž\0¯Š L\x0e\0Ù" €\x0f\x03 tÛ\0Ý©p  €\x0f\x06  \x18àxüg\008\x11\00Ti\00Ui\00¡À  €\x0f\0\bÜ\x14à~ñÀ" €\x0f\x06 \x17:pÚp€&\x10 X\x16\x14 \0\x11\x10\0\\x16‚ Áâ@$\r"J%\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýnþu\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýnþ­Žüú\x04\x15\0\b\0ô\0 ¢ò	\x11˜ \x1d\b\x110p\x16€ Šè*p" €\x0f\0 äa\x01Ùp\x1eB “ðs
‘\0`\x16\x13 \x02$Ï$\x10çd\x16\x12 +ð\0"À$¢pS \x02\x02Š#\b\0\x02#\00wÊ!Å\x03\x02 €\x04ȸ\x02{pqÊ'Æ Ê'E /$À\x05V!\x03"\x14#\0\x14{@!\0\x06@#\x01\x06ˆr" €\x0f\x06  \x16\x02'Ï\x15\0%Õ%Øï\0"\x01%X\x1e@ BuÑ\x17\x12v\bß
pérJqJ#\0 \vs" €\x0f\0 ,\\x1aph¾\x13ðÊÑÊÒ\x14"À$	Û
%\0\x05\x14"Â\x04" €\x0f\0 <[\0#\x13%‚u\x02'\x0f\x15\x16ïS%\x01\x12\x0e!‚\x0f\0\0\0\x02PwÊ$† \\x16‚ Ê$\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo\x06F\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo\x06rŽüúø\x15\0\b\0ôÅ#V!À"\x14 D\0]êˆqÜñ\x01Ù\\x1eB \x1eðS%\x02\x12\x0e"€\x0f\0\0\0\x02\x10vÊ …\x03\x10v	\x11ƒ Ê'\x06\x10V!Á"TyÊ'…\x13
pér" €\x0f\0 ,\â~\x1apýeäî  €\x0f\x06 Ø\x17àx¡À  €\x0f\0\b`\x16à~ñÀ" €\x0f\x06 \x17\bv\x02\x1aqJ$@ ê¸ Â$\x01%§Á\0Ý‘é\x15†0Ž\x01à\x15¦\bŽ\x03é\v\b\x10\x01©w\x19ðL$\0 \x01ßÊ'¡\x10\x13ð	\x10 ÷é0Ž\x05é(Ž\v	\x10\x01©w\x02ð\x01ßL$\0 Ñ â‚\x03ò\0\x18@#)Ž\x01Ø€áÀxHŽ@ X\0\0Ø\x0f
\x11\x01JŽ€âÊ b\0N ’\0\x02–ã¸Ì!\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo\x0e\x16\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo\x0eLŽüúì\x16\0\b\0ôâ€\x04ô@Å\x05ð\x03–‡¸@À@&\x11\x17*p" €\x0f\0 p=B"V \x01(€…\x13ò\x04\x10\x15 @%‚ \v\b…\0^[\f\x11 \b\x16„\x10-\f\x11\x01\0(ƒ\x05@" \x19\vE\0L$\0 v\x02\x01\0€&\x11\x17o\x02 \0 ®
\x05\0ºr\x05ð\a\r\x04 ºpO\f\x10 \0\x10\x02 Ép€ \x10\0;€‡êA)\x02\x01By; \x10ðA)B\x01By áŒ!\b€; È÷Ép
q" €\x0f\0 Øb\bðÉp
q" €\x0f\0 äa\b\x16„\x10\bðBÅ\b\x10€ DÀ\0\x10\0 AÀ\x02–\v\b\x1f\x03zu/ðÿ\f\x10@\x16\x01\x11D\x16\0\x11"x\x10x'\bÓ\x03;\x16€\x10\x01à\x0fxã\br;\x1e\x02\x10\x13†\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo\x15æ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo\x16\x18Žüúà\x17\0\b\0ô;\x1eB\x13\x01à\x13¦J#@ \x15ðk\b\x12	;\x16€\x10\x01à\x0fx¿\br;\x1e\x02\x10\x13†;\x1eB\x13B%U \x01à\x13¦Š ÿ\x0fzp-\f\x11\x01…À*q\x02Ú" €\x0f\0 Ø=\x05ÀB%• \x02Ùà¨\x01\x18B\x05*p" €\x0f\0 |=\x01À€àÌ$! \x03ô\x10Ž\bè\x11\x0f\x10úu\x06ð;\x1eB\x13¯ñJ'@ …Àªt
"€\x14J$\0x\0Ú¨ \0\x02/"‚’À"\x05\x03›|*q" €\x0f\0 Ø=\v\f\x11 \x05ÀCÀ\x06Á\x01)\x05\x11\x0f\x10 \x05À" €\x0f\x06 ,^[GðE\f\x10 \x05ÅÉp\0\x14\x040
qér©s" €\x0f\0 ÀdJt\bw)hJ$\0x\0ب \0\x02/$\x02“À \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo\x1dµ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo\x1dÍŽüúÔ\x18\0\b\0ôE\0;y\x1de+ðà;\00Ð;\00$\x13\00l†Àéq`{\0Âét
"\0\x16J$\0x\0ب \0\x02/"‚’À \x05\x03›|\x01ÁJtJ$\0x\0Ý8`AÀ	o¨ À\x01/$\x02“À%\x05\x10^[x\x03À\x1deD\x16\0\x11\x02%Õ#JtJ$\0xø`\x10xD\x1e\x04\x10\0Ù¨ \0\x02/$\x02“À!Å\x03û\x7f*p" €\x0f\0 |=L%\0 €õ\bŽ„à⠁\x0f\x05 ¼_?\vQ …À*qJr" €\x0f\0 Ø=\x06À\x15è\x05Á\v
Q \0\0©\x03ð\0•\0±D\x16\0\x11Jq\x01à\x10xD\x1e\x04\x10*p" €\x0f\0 |=§À  €\x0f\x06 Ø\x17\0Ùà\x7f@\x18D\0¡À  €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo%‡\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo%°ŽüúÈ\x19\0\b\0ôÌ\x19à~ñÀ" €\x0f\x06 ¨\x17m\x17\x12v:p\x14\x12€ \0Þ\x1aqü\x1cŒ³^[\bÑ\x01Ép\aÙŠ"Ï\x02(s" €\x0f\x05 Ðm\x01Ø¿ð" €\x0f\0 LW\x14\x12‚ `ÑOa`Õ\x16'Â\x13\x03ºâz\x15'‚\x10U}:\x1dB\x14" €\x0f\0 XWŒ!C¯*pÆö" €\x0f\x05 To\x06ð" €\x0f\0 äÉ:pŒ ÃÊ !\0Ê!¡\0Ê"\x0f\0\0Ú\x03Ê#á\x01⠁\x0f\x05 Ðm©p
q\x14Ú" €\x0f\x06  \x16	\v\bÑ\0\x01Ø
­*p9\x1dB\x14" €\x0f\0 ôm©pÊÿB\x1d„\x13D\x1d„\x13<\x1d‚\x13;\x1d‚\x13Ò¥Ó¥Ô¥Õ¥" €\x0f\0\b\\a€à\x01Ø\x03ô\f\x10\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo-I\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo-ŸŽüú¼\x1a\0\b\0ô\0 8\x1d\x02\x10©p" €\x0f\0 œ`IƒâÊ!‚\0\x02ô*\0؁áÊ \x0f\0\0Õ\0\x06ò‚áÊ \x0f\0\0ÿ\0\x0fx\0\x1c\x040€â\x01ÚÀz\x01âT%À\x18‹q" €\x0f\x06  \x16V%À\x12\bt€$\x10\x10À¤Š!\x10\0" €\x0f\x06 ,^[©q€!\x10\0\\x19‚\x03ء١Š \b\0\x1a¡\x01Øp\x19\x02\0@%\0\x17éq" €\x0f\0 H=€àl\x0eáÿÊ A\x03" €\x0f\0 LW\x14\x12 \x0f!Â\x03\x14\x1a‚ " €\x0f\0 XW©p" €\x0f\0 hm\0Ø¡À  €\x0f\x06 \b\x18,;\00\f5\0\bÌ6\00ñÀ" €\x0f\x06 ´\x17ÞÑ\bv\x04æô\x1c\b°‹p\x03Ù" \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo5\x19\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo5dŽüú°^[\0\b\0ô€\x0f\0\bð/\x01Ù" €\x0f\0\bà/\x18Ù" €\x0f\0\bÐ/ÔÐ\0€ÔÕ€ \x04\0Fˆ …\x13ê\aˆ‘è\x11\0Á\x10à" €\x0f\x05 ŒË\0…\x11€\f\x16\x01\x18\x14à" €\x0f\x05 ŒË\0…O'Á\x17\x11€" €\x0f\x05 ŒË£À  €\x0f\x06  \x18ñÀáÅÁÕ
…" €\x0f\0 °v\b…\0Ù\x02Ú" €\x0f\x05 ¤Y\x06…\x01Ù\x02Ú" €\x0f\x05 ¤Y¸Ð\0€„\x10\0\x06" €\x0f\0 À4  €\x0f\x06 0\x18ñÀ" €\x0f\x06 ¸\x17\buü\x1cÈ°Éu&…®ÖA‰ ‰\bºEy ¶(p" €\x0f\0 (ÅŒ Ï\x04ô\0Ø\0¶\0–\fè\x06…"ˆ@%\0\x1a\x03á" €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo<ë\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo=3Žüú¤\x1c\0\b\0ôÀ/\x11ð\x04\x14\x034\x04\x14\r4\x04\x14\x0e4ÑÀ\x06†"ˆ\x03ˆ\b¸  €\x0f\x05 \x1eÁ\x04\x14\x034\x04\x14\r4\x04\x14\x0e4ÑÀ  €\x0f\x05 *Á  €\x0f\x06 (\x18¡À  €\x0f\0\bð\x1cà~ñÀ" €\x0f\x06 ¤\x17ªÁ†Ñ‡×\x1c\x11\x13\0$\x11\x11\0(\x11\x10\0,\x11\x12\0\0‡Î¼\x10\0\0" €\x0f\x05 ˆË\0Ý ‡9\b\x1e\0¼\x11\0\0\x01Ù©r" €\x0f\x05 Ë\0‡\x05Ù©r¼\x10\0\0" €\x0f\x05 Ë\0‡\rÙ©r¼\x10\0\0" €\x0f\x05 Ë ‡tÐV!Ì	 ¨°\x11\0\0 ¬\0€O&\x01\x10\0Ú\x04à" €\x0f\x05 Ë" €\x0f\x01 ÀQ€àÀxÀyâ ‚\x0f\0 HMO#Ó&\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoD¹\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoDØŽüú˜\x1d\0\b\0ôaÖ\0Ý	ðð!@\x03jq" €\x0f\x05 ŒË\x01å\0†U A\x04†\x10€\0ç\bCƒ\x01Ø" €\x0f\x05 hÎ\x03Ø" €\x0f\x05 hÎ\x05Ø" €\x0f\x05 hÎ\x02Ø" €\x0f\x05 hÎ\x04Ø" €\x0f\x05 hÎ\x10Ø" €\x0f\x05 L‹NÐ\0ˆ€àâ ‚\x0f\0 Œ"…ÿP!\x01 °¹€¹\0†¹\0€\x1cà" €\x0f\x05 ŒË\0†
q\0€E!Á\x03\x14à" €\x0f\x05 ŒË\0‡E"Â#€ \x04\0iˆF"Á+E!Á\x03ƒë\x06ˆ‚èHq\0†\0€\x10à" €\x0f\x05 ŒË\0†\0€" €\x0f\x05 ˆË\0ÙEÀ…À" €\x0f\0\b\00\0†\x05Á\0€" €\x0f\x05 ŒË(Ð\0€Cÿ\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoLŽ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoLÈŽüúŒ\x1e\0\b\0ô\0‡\0Ù¬\x10\0\0Œ¹\x14à" €\x0f\x05 ŒË\x01تÀ  €\x0f\x06 \0\x18¡À  €\x0f\0\b¸\x1eà~ñÀ" €\x0f\x06 °\x17\bv@ \r\x02\x1d€Œ ÿ¡ÁÈò\x12Ð\0€2 €\x0f\0\0\x06\x01€àÀò<…^…0rF\x01%\0\0…è¸~ô\x11Ð\0ˆ€àzòN\x16@\x11žè1†B†"‰2ºÊºTzcºá	\0\x14ð\x145\0\b\x12\00”\x12\00x\x04\00œ\x12\00–5\0\b¦5\0\b¥5\0\bX\f\00è\x17\x0fð°è‹r\x03Ø@'\x01\x14" €\x0f\x05 LY¡è1†\x03Ú\x02‰N\x1e\x04\x10\x04‡" €\x0f\x06  \x161†X†\x04‡\x03ácº\x04à" €\x0f\x06  \x168†N\x16@\x11Ki\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoTh\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoT‘Žüú€\x1f\0\b\0ô\x01áBx\x0exN\x1e\x04\x100y\x1dðR\x16\0\x11\x01à\x10xR\x1e\x04\x10*ðP\x16\0\x11$‡X†8`1†" €\x0f\x06  \x16N\x16@\x118†"x\x0exP\x16\x02\x11N\x1e\x04\x10Ya0y)\bs\0P\x1eD\x10\0Ø\x16¯\x1ap\x04‡"ˆ\x03á*·" €\x0f\0 L"N\x1e\x04\x14P\x1e\x04\x14\0…\v\b\x1f\x02\x11†\x02ð\x12†\x0f¦\x10¦0\x1e \x104\x1e \x10\0Ø\x1e¥\x14…R \0\0S \x01\04¥\x0f\b\x1e\0\x0e…\x1f¥,\x15\0\x18\x05ð\r…\x1f¥(\x15\0\x18€\x1d\0\x10\0…\x19\b\x1f\x02©p" €\x0f\x05 h¦6Ñ\0\x01à\0¡\x0eð»\x17\0ö\0ˆ€àâ ‚\x0f\0  \x060Ñ\0\x01à\0¡¡À  €\x0f\x06 \x18\x18àx¡À  €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo\6\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo\WŽüút \0\b\0ôx à~ñÀ¨\x17\0ö\0€\bÙ¬\x10\0\0\x14à" €\x0f\x05 ŒË"Ð\0€€à⠁\x0f\0  \x06\x01ØÑÀà~¡À  €\x0f\0\b° à~ñÀáÅ¡Á›\x17\rö\0…" €\x0f\0 \0"\0Ø\x02µ‹q©p" €\x0f\0 ˆv”\x17\x01ö Šè\0…\f\x19 \0\f\x11\0\bPà\x14\x19 \0\f\x11\0\b\x02¡\x14\x11\0\b\x04¡¡À\x04\x14\r4ÑÀ  €\x0f\x05 J¶¡À  €\x0f\x06 0\x18àx¤\x12\00¨\x12\00¡À  €\x0f\0\b(!à~ñÀ" €\x0f\x06 ¬\x17aÖ\0†¦Á°\x10\0\0\0€\bà" €\x0f\x05 ˆË\0†K\x10\0\x06\x06è$€\x04é`y\a€ †\x02Ý°\x11\0\x06‚àJ!@ Žô\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýod\x06\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýod&Žüúh!\0\b\0ô°\x11\0\0\0€" €\x0f\x05 ˆË †V!\x02	xŠƒãÆ ‚ÿÿ\x0fø|òLÓ\x04\x13\x10\0⃬\x11\0\0¸ª\0Ù‹¹\x14à" €\x0f\x05 ŒË" €\x0f\x05 –" €\x0f\x05 x—\0†¬\x10\0\0\fà" €\x0f\x05 ˆË †¡¿'\b\x1e\x01¼\x11\0\0\0Ù\x01Ú" €\x0f\x05 Ë\0†\0Ù¬\x10\0\0XàO'B\x10\x11ð¬\x11\0\0O'B\x10\0ÙXà" €\x0f\x05 Ë\0†\0Ù
r€º¼\x10\0\0" €\x0f\x05 Ë\0†\0Ù±\x18X\x04¬\x10\0\0\x01ÚXà" €\x0f\x05 Ë\0†\0Ù¬\x10\0\0"ÒXà" €\x0f\x05 Ë\0†\0Ù¬\x10\0\0\bÚXà" €\x0f\x05 Ë\0†\0Ù¬\x10\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýokÖ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýokðŽüú\"\0\b\0ô\0\0 ÚXà" €\x0f\x05 Ë\0†¬\x10\0\0Xà" €\x0f\x05 ˆË †j\x19\x18\0V!Ì	¬\x11\0\0 ¬\0Ù‹¹\x14à" €\x0f\x05 ŒË
Ð\0€€àÊ b\0â ‚\x0f\x05 œË¦À  €\x0f\x06 \x10\x18\x12\00X5\0\b\0\x05\x04\0œ5\0\bD¸S B€\x1ciÁ¸Ì !€Ê !\0\x16òâÌ !€
òàÌ"!€\x06òâÌ a€\x04ô\x01Ø\bð‚âÌ ¡€\x02Ø\x02ò\x03Ø\x04¸%xà\x7f\x0fxñÀ" €\x0f\x06 ¨\x17£Á\bu(w\x1ar\0Ù ª!ªZqÀéq" €\x0f\x05 ˜]\x01Á:p\x01\x10€ !‰ãÿ\x01\x18\x02 \x01À ˆ\0\x18B \0Þ\fð\0Á©p" \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýos¦\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýosÅŽüúP#\0\b\0ô€\x0f\x06  \x16"Á=e\0"R >f‹p/!G\x04‚Â" €\x0f\x05 h^"Âíê\x13\x0eA\x14\x02'O\x14/'Ç“Ñõ\0Ø\x04ð\x02'€\x14\x0fx£À  €\x0f\x06 \b\x18àx¡À  €\x0f\0\b¤#à~ñÀ" €\x0f\x06 ¨\x17çÐà€€'\a’¡ÁqòŒ\x17\0\x10\x01ÛA(\0A(\x02\x01Á¸Á¹Ãº" €\x0f\x05 ày
"\0€\x18§_òS"\x04@'\0\x18" €\x0f\0\bÀ//!‡ \x14!@$²‡B Ò\0*q©p" €\x0f\x06 ,^[\0Ø\x1ap`À\x01\x1c\x020\x01Ø" €\x0f\x05 ÔÐÌÖ\0Ž/"‡$¡èJp\x02\x1d‚\x14" €\x0f\x05 $]\x01®\x14è\x03mB!Á /y‹r²ÿ\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo{v\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo{—ŽüúD$\0\b\0ô À\0­\x01\x14€0\x01­ À\x02®\x01\x14€0ø\x03®\x11ð\x02Ž\0­\x03Ž\x01­\vð\x01Ž€àÊ"\x02\aÊ B\x03˜\x0eâÿÊ!B\x04ép" €\x0f\x05 ´Õ³Ð\x01Ù ¨\0Ž\x01à\x0fx\v\bò\0\0®\0\x1e\x02\x14¡À  €\x0f\x06 \b\x18¡À  €\x0f\0\b°$à~ñÀ©Ñ\0©‡è" €\x0f\x05 \{\x05ð" €\x0f\x05 D{¤Ð\0Ù  ÑÀà~¡À  €\x0f\0\bà$à~ñÀáÅšÑ\x01؝Õ\x04©\x14\x15\x01\x18‰¹\x14\x1d`\x10" €\x0f\0 \x04C\x10\x15\0\x18ˆ¸Œ¸‘¸\x10\x1d \x10\x10\x15\0\x18°¸\x10\x1d \x10  €\x0f\x06 0\x18àx¡À  €\x0f\0\b,%à~ñÀáÅ\bØ" €\x0f\0 \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoƒG\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoƒhŽüú8%\0\b\0ôLV…Õ\x04\x10è\x0eØ" €\x0f\0 lV" €\x0f\x05 lÊ\x0eØ" €\x0f\0 LV\0Ø\x04­  €\x0f\x06 0\x18¡À  €\x0f\0\bt%à~ñÀzÑ\x14\x11\0\b©¸\x14\x19 \0\x10\x11\0\b¬¸\x10\x19 \0\x01Ø" €\x0f\0 \x04C" €\x0f\0 ¤\x05šñ¡À  €\x0f\0\b¬%à~ñÀ" €\x0f\x06 ¸\x17eÖ\0†¡Á€ 	\x06" €\x0f\x05 (Ô\x02Ø\x01Ù" €\x0f\0 44cÕ‹q\x06¥©p" €\x0f\0 ˆv †Šè\0…\f\x19 \0\f\x11\0\bPà\x14\x19 \0\f\x11\0\b\x02¡\x14\x11\0\b\x04¡(p" €\x0f\0\b”^[\x03Ø\0Ù" €\x0f\0 44 †\x02¥„\x19\x18\0\x03Ø\0Ù" €\x0f\0 \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo‹\x16\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo‹/Žüú,&\0\b\0ô44 †	Ú\0ÛË\x19\x18\0KÑ\x0eØ" €\x0f\0 \x14V\x0eØ" €\x0f\0 lV" €\x0f\x05 lÊ\x01Ø" €\x0f\0 \x04C\x0eØ" €\x0f\0 LV¡À  €\x0f\x06 (\x18ñÀ\x0fx" €\x0f\x05 <΀àÊ !\0\x05ò\x02€2¸Ê¸"ññÀ" €\x0f\x06 ´\x17£Á\x01Øöÿc¸P \x01\0‹p/y" €\x0f\x05 ˜]\bu+Ð\0Á€\0‰¯\x7f\0®\x01‰\x01®¢®\x03æ	ð\x01ÁÉp" €\x0f\x06  \x16"À\x1efÀ‚Âéq" €\x0f\x05 h^"Âñê\x03m\x10x£À  €\x0f\x06  \x18àx¡À  €\x0f\0\b\b'à~ñÀ" €\x0f\x06 ¸\x17\x14Õ\x02…ßÿ\bv\x01Ø" €\x0f\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo’æ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo“\x06Žüú '\0\b\0ô\x05 ÔÐ\x06Ø\x0e­\x02…Éq" €\x0f\x05 Ìy  €\x0f\x06 (\x18¡À  €\x0f\0\bh'à~œ\x12\00 5\0\bµ5\0\bX\f\00¨\x12\00\0\0\0”x\x04\00lÊ\x05 ñÀ" €\x0f\x06 ¸\x17ð\x17\rð(v
¥6µ\x01Ø" €\x0f\x05 ÔÐÈ\x17\x01ð\x05‰ýè\x01Ø\x05©
…Éq" €\x0f\x05 Ôz  €\x0f\x06 (\x18àx¡À  €\x0f\0\b´'à~ñÀ" €\x0f\x06 ¬\x17¥Á¾\x17\x11v`ˆ\0\x11\x0e cÃáˆ@$\x103\r\x1cÂ3Cˆ\0Ý"ˆ\bºYa\x0e\x1cD0Eˆ/$H\0\x04\x10†\0@*\x05\x02\0%…\x01/%H\x01\x10\x1cD1Gˆf¿\x06ˆ\bº\x1ab…çPzf\x02-\0\x12\x1c„0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoš¶\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýošÏŽüú\x14(\0\b\0ô@'\0sõ Ï\x03ôx\0x\x06\0)\x01¬\0œ\0\x15\x01¸\0B,\0\x02a¸Žà>\x02\r\0@'\x03sõ#\0\0\x14{\0{\x0f\0&\0U\0\x17\x01\x17\x01?\0L\0\x17\x01\x17\x01\x17\x01\x17\x01\x17\x01\x17\x01\x17\x012\0—Ð\0€I"\x04\vè•ÑÉp©r" €\x0f\x06  \x16û\x01\0\0’ÑÉp©r" €\x0f\x06  \x16ç\x01\0\0ŽÑ±Ø	"\r\0Ép©r" €\x0f\x06  \x16Ï\x01\0\0…Ð\0€\x18èˆÑI"\r\x03Ép©r" €\x0f\x06  \x16Ùð\x7fÐ\0€\fè‚ÑI"\x02Ép©r" €\x0f\x06  \x16ÍðŠ 0\x05" €\x0f\x05 \x14´Š%ÿ\x17ÃðS!Á€\rôxÑ ‰	%\x10Ép©r" €\x0f\x06  \x16\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo¢†\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo¢¤Žüú\b)\0\b\0ôµð\x1d	Q\0sÑ ‰	%\x10Ép©r" €\x0f\x06  \x16©ð^[	‘\0mÑ ‰	%\x10Ép©r" €\x0f\x06  \x16›ðƒá™ôhÑ ‰	%\x10Ép©r" €\x0f\x06  \x16ð€ãô©p" €\x0f\0 \0#" €\x0f\x05 ¨Ó\x0e\x14\x011]Ð °\x7fðŒ#\x02€{ôZÐ\0\0®\x12\x14\r1€åè\0	\0sðãqôUÐ\x01ÚU×  ¡ ¢ L¨TР¨TÐ@¨TÐ °\0‡„\x10\0\x06¿\b\x10\0{\f\x10\0" €\x0f\x05 D{NЩq\x03Ú\f\x19D# ¨LР¨LР¨¡¨\x10\x11\0 " €\x0f\x05 ¤Y\0‡©q€ \v
" €\x0f\x05 DÕ\0‡\x01Ù€ \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoªI\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoªdŽüúü)\0\b\0ô\a\x02" €\x0f\x05 DÕ\0‡€ \v
" €\x0f\x05 \fË\0‡€ \a\x02" €\x0f\x05 \fË\0‡€ \a\x04" €\x0f\x05 \x14!ð" €\x0f\x05 \{\0‡€ \a\x04" €\x0f\x05  \x15ð¡ãÌ%¡€Ê%\x10\x0fò\0\x10€ Œ B€\0Ý	ô&Ð\x06\x10\r!\0\v\rr\x10\0®\x01Ý=\r\x12\x10\x06\x10\0!\x1f\r\x03\x10\x1cÐ\0€(€©p2¹Ê¹" €\x0f\x06 ˆ\x18\x01ß\x02é\0ß\0ØÉqÉr©sS'\x04\x10" €\x0f\x05 $Ï©p¥À  €\x0f\x06 \x10\x18x\x04\00ø\x03\00¼Y\x06 ¨Y\x06 ÐY\x06 Z\x06 œZ\x06 4\\x06 ´Z\x06 4[\x06 ´[\x06 Š\x12\00¨5\0\bœ\x12\00\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo²\x19\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýo²3Žüúð*\0\b\0ô¥5\0\b¦5\0\bŒ\x12\00¡5\0\b 5\0\b¢5\0\b@$\x1c1  €\x0f\0\b\x18+à~àx©p" €\x0f\0 °v
 €\x0f\00h\x1c\0ِ¹\0Ú" €\x0f\x05 ðÿ  €\x0f\0 8\x1dà~àxñÀ" €\x0f\0\b\\a\x06èUÑ\0”¸\0¡ÑÀà~ñÀ" €\x0f\0\b\\a\x06èOÑ\0’¸\0¡ôñàx@$\x1c1  €\x0f\0\b„+à~àxñÀáÅHÐ\0ˆ­èHÐ\0ˆ«è" €\x0f\0 <'%èBÕ …P!€\x04“¸\0¥BÐ\0ˆ’èP!\0\x04²¸´¸“¸\0¥>Ð(\x10\0\b!\b\x1e\0=Ñ\0 ¸\0¡
ð" €\x0f\0\b\\a\x04è\0…´¸\0¥7Ð\0€\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýo¹ì\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoº\rŽüúä+\0\b\0ô@x  €\x0f\x06 0\x18àx@$\x1c1  €\x0f\0\b\0,à~àxñÀáÅ/Ð\0ˆ®è/Ð\0ˆ,è\x1eØ" €\x0f\x05 $]&è"Õ …P!\0\x05•¸\0¥"Ð\0ˆ‘èP!\0\x04²¸´¸•¸\0¥\x1fÐ(\x10\0\b\x1f\b\x1e\0\x1dÑ\0 ¸\0¡	ð" €\x0f\0\b\\a\x05è\0…²¸\0¥^[Ð\0€@x  €\x0f\x06 0\x18ñÀáÀáÁ\x17Ñ ‰^[	\x1e\0" €\x0f\0\b\\a‡èÁÁÁÀÑÀ  À\aÁÁÁÀÑÀ”¹\0Ú  €\x0f\x05 ðÿ\ñàxØ\f\00Ò\f\00Ó\f\00Ñ\f\00\0\0\0–à\f\00¬\f\00Ô\f\00é\f\00´\f\00¨\x04\00¡À  €\x0f\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoÁº\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoÁÝŽüúØ,\0\b\0ôÜ,à~ñÀ" €\x0f\x06 ¨\x17¨Ð\0€\0Ý°\x10\0\0\0€\bà" €\x0f\x05 ˆË£Ñ $‰€áÌ!¢Vò¡\x17\x10v!\b\x1e\0 Ð\x01Ù\0\x18B   žÐ  žÐ  žÐ ¨\x01ØGð\0\x10 …	\x10\0—\x17\x11v(¸—\x17\x12vS A\x03\0\x11\x02 •×•Ö\x17
@\0\0\x19@ \0\x1a@# §\x01Ø\0®,ð\0Ž\vè" €\x0f\0 ¨P §\0\x1a\0  ®©p\rð" €\x0f\0 ¨P\0\x12\x01 "x\v\b3\0\0§\x13x\0§Œ \x03‚Òö\0Žè\0\x19@#\0\x1a@# §\x01Ø\0®\0\x18B#\x02Ø" €\x0f\x05 DÑ\0Ø  €\x0f\x06 \b\x18àx¡À  €\x0f\0\bÌ-à~\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoɍ\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoÊFŽüúÌ-\0\b\0ôG\bó\x01\0Ù‡èmÐ\0€@ \x01\x06^[ð\x19\b\x1e\0jÑ\x1dx\x04¸ \x16x€!\x02
\x19a\x11ð\x11\b‘\0dÐ\0€\bq€!	\x06	ð\x0f\b\x11\x01`Ð\0€\bq€!\v
à\x7f(pàx¡À  €\x0f\0\b$.à~ñÀ" €\x0f\x06 ´\x17¢Á"€\0Þ\bw\x04\x1c„3Û	\x1f\x02A)€\x03Á¸‚àÌ"!€eôUÕ(…&\x1d‚\x13\x03‰B‰\b¸X`\x04à\x12µQÐ\0€à\x03Ø	ô\x01‰ ‰\b¸%x" €\x0f\x05 4Y5\b\0Â9\bÐ\0‹q" €\x0f\x05 LY€àuô\0À(…R•" €\x0f\x06  \x16\0À" €\x0f\0 Ø!-ð\b…" €\x0f\0 Ø!cð\x03Ø@%\x01\x14" \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoÑg\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoчŽüúÀ.\0\b\0ô€\x0f\x05 LYšè\x04…\x03Ú(…" €\x0f\x06  \x16(…J‡\x04…\x03áÒºcº\x04à" €\x0f\x06  \x16\x04…" €\x0f\0 L"\að,Ð" €\x0f\0 8!\b…\0Ù\x02Ú" €\x0f\x05 ¤Y5ð1	\x1e\x02\bàÌ"!€\x12ô Ð.\x18‚\x03Ö°
€" €\x0f\0 °v" €\x0f\0 Œ"\x1dÐÀ¨\x1fð;	\x1e\x02.¹Á¹‚áÌ"!€\x17ô" €\x0f\0\b\\a\x12Ñ\vè\x0e‰\x13\b‘\x01Ω" €\x0f\0 ¤"\aðީα" €\x0f\0 €"¢À  €\x0f\x06  \x18\x12\00œ\x12\00¦5\0\b¨5\0\b¬5\0\b°5\0\b´5\0\bx\x04\00–5\0\bœ<\x06 ¥5\0\bJ"@\x10\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoÙ6\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoÙWŽüú´/\0\b\0ôJ#€\x11  €\x0f\x06 ø"J"\0\x10J#€\x14  €\x0f\x06 ä"J"\0\x10J#€\x11  €\x0f\x06 ä"J"À\x14J#@\x10  €\x0f\x06 ä"J"@\x17J#@\x10  €\x0f\x06 ä"J"\0\x11J#€\x11  €\x0f\x06 ä"áÅÏp\x06 ´= €\x01ÛÏp\x06 ¸=(\x19à\0@€Š%\x11\x12Ïp€\0 @`\x1a`\x03h\x1a \0Ïp$\0\0$l\x1a \0dØ \x1aà\0\x1c\x1a \0\x04Ø\x18\x1a \0\0Ø(\x19 \0\0Ø‘¸\x198\0à\x7fÁÅàxÏq\x06 ¸= \x1c\x19 \0à~àxÏq\x06 ¸= \x18\x19 \0à~àxÏq\x06 ¸= \x04\x19 \0à~àxÏp\x06 ´=\0€\0Ù(\x18`\0à~\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoá\x06\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoá&Žüú¨0\0\b\0ôÏp\x06 ´=\0€\x01Ù(\x18`\0à~Ïq\x06 ¸=@H\x12\x01\b  L\x12\x01\bà\x7f$¨àxñÀáÅ\buÏp\x06 ¸=\0€P\x10\0\b\x04 €\x0f\0€ÿ\0\0¥\x03† ý\x0fB(þ\x0eò\0" €\x0f\0 HA\0­©p" €\x0f\0 hA\x06ðÏp­Þï¾\0¥  €\x0f\x06 0\x18Ïq\x06 ¸= 8\x11\x01\b  \x03ˆ† ý\x0fà\x7fG¸ñÀáÅ\buÏp\x06 ¸=\0€\\x10\0\b\x04 €\x0f\0€ÿ\0\0¥\x03† ý\x0fB(þ\x0eò\0" €\x0f\0 HA\0­©p" €\x0f\0 hA\x06ðÏp­Þï¾\0¥  €\x0f\x06 0\x18Ïq\x06 ¸= D\x11\x01\b  \x03ˆ† ý\x0f\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoè×\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoèíŽüúœ1\0\b\0ôà\x7fG¸Ïp\x06 ¸=\0€\x01Ù(\x18`\0à~Ïq\x06 ¸=  \x19 \0à~àxÏp\x06 ´=\0€\x01Ù(\x18`\0Ïp\x06 ¸=\0€\x02Ù\x04\x18`\0à~àxÏt\0Ÿ\0\0\x04¸\x14xš` \x12\0\b&x \x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`(\x12\0\b&x(\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`(\x12\0\b\x05y(\x1a`\0à~Ïq\0Ÿ\0\0<\x11\0\bŒ¸<\x19 \0@\x11\0\bŒ¸@\x19 \0à~Ïq\0Ÿ\0\0<\x11\0\b¸Ž¸<\x19 \0@\x11\0\b­¸®¸@\x19 \0à~Ït\0Ÿ\0\0\x04¸\x14xš`0\x12\0\b&x0\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`0\x12\0\b\x05y0\x1a\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoð¦\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoð»Žüú2\0\b\0ô`\0à~Ït\0Ÿ\0\0\x04¸\x14xš`,\x12\0\b&x,\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`,\x12\0\b\x05y,\x1a`\0à~Ïq\0Ÿ,\0\x04¸\x14x0!\0€à~Ït\0Ÿ,\0\x04¸\x14xš`\0\x1a`\0à~àxÏp\0Ÿ\0\0\x10\x10\0\bà~Ïq\0Ÿ\0\0\x10\x19 \0à~Ït\0Ÿ\0\0\x04¸\x14xš`8\x12\0\b&x8\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`4\x12\0\b&x4\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`4\x12\0\b\x05y4\x1a`\0à~Ït\0Ÿ\0\0\x04¸\x14xš`8\x12\0\b\x05y8\x1a`\0à~Ïq\0Ÿ$\0\x04¸\x14x0!\0€à~Ït\0Ÿ\0\0\x04¸\x14xš` \x12\0\b\x05y \x1a\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýoøu\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýoøŠŽüú„3\0\b\0ô`\0à~Ïq\0Ÿ$\0\x04¸\x14x0!\0€à~Ïq\0Ÿ\0\0<\x11\0\bE @\x01<\x19 \0@\x11\0\b€¸@\x19 \0@\x11\0\b¢¸@\x19 \0à~Ïq\0Ÿ\0\0<\x11\0\b„¸<\x19 \0@\x11\0\b¤¸@\x19 \0à~Ïq\0Ÿ\0\0<\x11\0\b¤¸<\x19 \0à~àxÏq\0Ÿ\0\0<\x11\0\b†¸<\x19 \0@\x11\0\b¦¸@\x19 \0à~Ïq\0Ÿ\0\0<\x11\0\b¦¸<\x19 \0à~àxÏq\0Ÿ\0\0<\x11\0\bŽ¸¸<\x19 \0@\x11\0\b®¸¯¸@\x19 \0à~Ït\0Ÿ \0\x04¸\x14xš`\0\x1a`\0à~àxÏt\0Ÿ\0\0\x04¸\x14xš`L\x12\0\b&xL\x1a \0à~Ït\0Ÿ\0\0\x04¸\x14xš`\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp\0G\x0e\x04\x01Žü\0\0\0\0ý\0\0\0ý\0\0\0\x02\0\0\0\0\0áÇÌýp\0[Žüúx4\0\b\0ôL\x12\0\b\x05yL\x1a`\0à~Ïs\00\x04\0 \x13‚\0?‹\x05è\x1e‹8`X`\x02ðXaà\x7f"¸Ïp\0¼\0\0 \x10\0\bŒ Eà\x7fo \v\0Ïq\00„'\0€àÊ \x0f\0\0\0\x03
ò!\r\bE\0Ïp\0@¨\x04"x\x10xà~àx\0Ù\bt€$\x10\x10 ¤Š!\x10\0  €\x0f\x06 ,^[àxȸ\x0e ‚\x0f\0\0\0\x02PqÊ †\0à\x7fÊ E\0\0\0\0\x01\0\x02\0\x01\0ÿ\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp\b\x17\x0e\x04\x01Žü\0\0\0\0U\0\0\0U\0\0\0\x02\0\0\0\0\0áÇÌýp\b-ŽüRl5\0\b\0L\0\0\0\0\0\0\0\0\0\0\0\0>þ\x0eþ€þPþ>þ°ý€þòý\0\0\0\0\0\0\0\02\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp\vþ\x0e\x04\x01Žü\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌýp\f\x13Žü
\0\0\0@\0\x04\x02\x03\r\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp\x0fæ\x0e\x04\x01Žü\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌýp\x0fúŽü
\0\x01\0\b\0\x04\x02\x03\r.\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp\x13Í\x0e\x04\x01Žü\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌýp\x13áŽü
\0\x04\00\0\x04\x14\x01\0\b\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp\x17µ\x0e\x04\x01Žü\0\0\0\0\f\0\0\0\f\0\0\0\x02\0\0\0\0\0áÇÌýp\x17ÈŽü	\0\0\0@\0\x03\x02\x03\r\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp^[ž\x0e\x04\x01Žü\0\0\0\0S\0\0\0S\0\0\0\x02\0\0\0\0\0áÇÌýp^[²/üP\0\0\0\0\0\0\0\0\0-1\x01ÿþ\x0fþÛÿ{‡\x01@ú\x1a 
\a\x06\b\x05\a\a\a
\a\x06\x04\x06
¤	¸Ì
\x04\0\x01À\v\x14\b\0\r\0\x1e\0¸\vd\x19ȯ¨aÐ\a\x04\0\vZ††\x04C³|\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp\x1fy\x0f\x04\0\x01/ü\0\0\0\x04\0\0\0\x04\0\0\0\x03\0\0\0\0\0áÇÌýp#bÿ\x02\x19\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌýp#w\x11ü\x02\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp'H\x0e\x04\x01\x11ü\0\0\0\0\x7f\0\0\0\x7f\0\0\0\x02\0\0\0\0\0áÇÌýp']`ü|\x01\x01\x01ߎßÚN\0\0\0\0«¿ÄÉÎÓØÝâçìñö\0\0\0ìîðòôöøúüþ\0\x02\x04\x06\b
\x03¸\v\0,\x012\x14\x1a\0\0 \0\x01\0\x03\0\x01\0\x02\0\0\x03\0 \0\x01\0\x03\0\x01\0\x05\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\x14\x01\0
\0\0\x03\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp+1\x0e\x04\x01`ü\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌýp+K\x11ü\x02\0\x02\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýpaò\x0e\x04\x02\x11ü\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpb0\x03\f\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýp˜’\x0e\x04\x02\x03\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýp˜¥\x03\x10\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áÇÌýpœx\x0e\f\x01\x03\x10\0ÿþ\x0fþÛÿ{‡\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpœÅ\x01\x10\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áÇÌýp `\x0e\f\x01\x01\x10\0\x06\0\x05\x06\x02\0\0\x05\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýp ¤	\x10\0\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌýp¤J\x0e
\x01	\x10\0Dz\aý‹\f\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýp¤¨\x05\x10\0\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÌýp¨3\x0e\v\x01\x05\x10\0ý\x03`\x05\0\x05\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýp¨J#\f\0\0\0\0	\0\0\0	\0\0\0\x03\0\0\0\0\0áÇÌýp¬\x19\x0e\a\x02#\f\0\0\x1f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýp¬)\x14\f\0\0\0\0þ\0\0\0þ\0\0\0\x03\0\0\0\0\0áÇÌýp»½\x0eü\x01\x14\f\0Bluemoon Universal Bluetooth Host Controller\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýp»Ù%\f\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÌýp¿¯\x0e\x06\x01%\f\0`\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌýp¿Á\x05\f\x01\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýpÖ\x0e\x04\x01\x05\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌýpÃ¥\x16\f\x02\0}\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýpÇ~\x0e\x04\x01\x16\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpǍ^[\f\0\0\0\0
\0\0\0
\0\0\0\x03\0\0\0\0\0áÇÌýpËf\x0e\b\x02^[\f\0\0\b\x12\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpËtF\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌýpÏM\x0e\x05\x02F\f\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpÏ[\x02 \0\0\0\0	\0\0\0	\0\0\0\x03\0\0\0\0\0áÇÌýpÓ5\x0e\a\x01\x02 \0^[\0\a\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpÓC\x03 \0\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áÇÌýp×\x1e\x0e\f\x01\x03 \0\x01\0\0\0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýp×,\a \0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌýpÛ\x06\x0e\x05\x01\a \0	\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpÛ\x14\x0f \0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌýpÞî\x0e\x05\x01\x0f \0 \0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpÞü\x1c \0\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0áÇÌýpâÖ\x0e\f\x01\x1c \0ÿÿÿ\x1f\0\0\0\0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0áÇÌýpâä\x01\f\bÿÿûÿ\aø¿=\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýpæ½\x0e\x04\x01\x01\f\0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0áÇÌýpæÊ\x01 \b\x1f\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýpê§\x0e\x04\x01\x01 \0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpêµ\x02\x10\0\0\0\0F\0\0\0F\0\0\0\x03\0\0\0\0\0áÇÌýpòu\x0eD\x01\x02\x10\0ÿÿû\x03Îÿïÿÿ?ÿŸó\x0fèþ?÷ÿ\x1c\0\0\0a÷ÿÿ\x7f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ô\0\0\0ô\0\0\0\x02\0\0\0\0\0áÇÌýpòR\fñ\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýpö]\x0e\x04\x01R\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌýpöjE\f\x01\x02\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýpúF\x0e\x04\x02E\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýpúSX\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌýpþ.\x0e\x05\x01X\f\0
\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌýpþ:\x04\x10\x01\x01\0\0\0\x10\0\0\0\x10\0\0\0\x03\0\0\0\0\0áÇÌýq\x02\x15\x0e\x0e\x01\x04\x10\0\x01\0\0\0\0\0\0\0\0\0\0\0\0
\0\0\0
\0\0\0\x02\0\0\0\0\0áÇÌýq\x024\x12\f\a\0\0\0\0\0\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÌýq\x05þ\x0e\x06\x01\x12\f\0\0\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌýq\x06
\x0f\b\x02\a\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýq	æ\x0e\x04\x01\x0f\b\0\0\0\0#\0\0\0#\0\0\0\x02\0\0\0\0\0áÇÌýq	ó\b  \x1f\x02\x01\b\x02
	\x18\bBluemoon Universal Blue\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýq\rÍ\x0e\x04\x01\b \0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌýq\x0e \x04\x10\x01\x01\0\0\0\x10\0\0\0\x10\0\0\0\x03\0\0\0\0\0áÇÌýq\x11«\x0e\x0e\x01\x04\x10\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌýq\x11¸\x18\f\x02\0 \0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýq\x15‘\x0e\x04\x02\x18\f\0\0\0\0
\0\0\0
\0\0\0\x02\0\0\0\0\0áÇÌýq\x15\r\f\a\0\0\0\0\0\0\x01\0\0\0
\0\0\0
\0\0\0\x03\0\0\0\0\0áÇÌýq\x19x\x0e\b\x01\r\f\0\x05\0\0\0\0\0\0û\0\0\0û\0\0\0\x02\0\0\0\0\0áÇÌýq\x19‚\x13\føubuntu-desktop-0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýq\x1da\x0e\x04\x01\x13\f\0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0áÇÌýq˜\0\x01\f\bÿÿûÿ\aø¿=\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýqšc\x0e\x04\x01\x01\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌýqšxV\f\x01\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýqžM\x0e\x04\x01V\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌýqžbE\f\x01\x02\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýq¢2\x0e\x04\x02E\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýq¢CX\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌýq¦\x1a\x0e\x05\x01X\f\0
\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌýq¦*\x0f\b\x02\a\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýqª
\x0e\x04\x01\x0f\b\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÌýqª&$\f\x03\0\x01n\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýq­ï\x0e\x04\x02$\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0áÇÌýq®!\x1a\f\x01\x02\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýq±à\x0e\x04\x02\x1a\f\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýqº\x16\x14\f\0\0\0\0þ\0\0\0þ\0\0\0\x03\0\0\0\0\0áÇÌýqÉC\x0eü\x01\x14\f\0ubuntu-desktop-0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýqÉ\U\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌýqÍ)\x0e\x05\x01U\f\0\x01\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌýqÍ;\x19\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌýqÑ\x11\x0e\x05\x02\x19\f\0\x02\0\0\0ô\0\0\0ô\0\0\0\x02\0\0\0\0\0áÇÌýqÑ R\fñ\0\x11	ubuntu-desktop-0\x02

\x13\x03-\x11\x12\x11\x1f\x11\x1e\x11
\x11\v\x11\f\x11\x0e\x11\x03\x11\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌýqÔú\x0e\x04\x01R\f\0\0\0\0
\0\0\0
\0\0\0\x02\0\0\0\0\0áÇÌþø\x0eD\x12\f\aß^\b¾÷x\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÌþø\x13m\x0e\x06\x01\x12\f\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x02\0\0\0\0\0áÇÌÿZ\x1e3\x01\x04\x053‹ž\b\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿZ ö\x0f\x04\0\x02\x01\x04\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÿp\x126\x04
ß^\b¾÷x\x04\x04$\x01\0\0\0
\0\0\0
\0\0\0\x02\0\0\0\0\0áÇÌÿp\x12U	\x04\aß^\b¾÷x\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿp\x16\x19\x0f\x04\0\x01	\x04\0\0\0
\0\0\0
\0\0\0\x03\0\0\0\0\0áÇÌÿr‹\a\x12\b\0ß^\b¾÷x\0\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÌÿs»¸\x03\v\0\0\x01ß^\b¾÷x\x01\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÿs¼\x14^[\x04\x02\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿs¿Ž\x0f\x04\0\x01^[\x04\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÌÿtà±^[\x03\0\x01\x05\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÌÿvo\x1f\v\v\0\0\x01¿þþ›ÿy‡\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÌÿvo;\x1c\x04\x03\0\x01\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿvs\x02\x0f\x04\0\x01\x1c\x04\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0áÇÌÿw—ÿ#\r\0\0\x01\x01\0\x01\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌÿw˜\x1c\x19\x04
ß^\b¾÷x\x02\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿw›à\x0f\x04\0\x01\x19\x04\0\0\x01\x01\0\0\x01\x01\0\0\0\x03\0\0\0\0\0áÇÌÿyõp\aÿ\0ß^\b¾÷xHM1700\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÌÿ{hþ\0!\f\0\b\0\x01\0\x02\x02\x04\0\x01\0@\0\0\0\0\x14\0\0\0\x14\0\0\0\x04\0\0\0\0\0áÇÌÿ{i\x1f\0\x01\x10\0\f\0\x01\0\x03\x02\b\0@\0@\0\x01\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x04\0\0\0\0\0áÇÌÿ{i%\0\x01
\0\x06\0\x01\0
\x01\x02\0\x02\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿ|/È\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿ|'\0!\x10\0\f\0\x01\0\v\x01\b\0\x02\0\0\0\0\x02\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿ|0\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x04\0\0\0\0\0áÇÌÿ|J\0\x01\x10\0\f\0\x01\0\x03\x02\b\0@\0@\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿ|O\0\x01\f\0\b\0\x01\0\x04\x02\x04\0@\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿ}\x06ž\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿ}Ëä\0!\x10\0\f\0\x01\0\x04\x03\b\0@\0\0\0\x01\x02@\0\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÌÿ}Ëþ\0\x01\x12\0\x0e\0\x01\0\x05\x03
\0@\0\0\0\0\0\x01\x02@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿ}ÍÅ\x13\x05\x01\0\x01\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÌÿ~-‡\0!\x0e\0
\0\x01\0\x05\x02\x06\0@\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿ~/z\x13\x05\x01\0\x01\x01\0\0\0\0#\0\0\0#\0\0\0\x05\0\0\0\0\0áÇÌÿ~ð_\0!\x1f\0^[\0@\0\x06\0\0\0\x165\x03\x19\x11\x1f\005\f	\0\x01	\0\x04	\0		\x03\x11\0\0\0\0H\0\0\0H\0\0\0\x04\0\0\0\0\0áÇÌÿ~ñ$\0\x01D\0@\0@\0\a\0\0\0;\00515/	\0\x015\x06\x19\x11\x1f\x19\x12\x03	\0\x045\f5\x03\x19\x01\05\x05\x19\0\x03\b\r	\0	5\b5\x06\x19\x11\x1e	\x01\x05	\x03\x11\b	psR0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿ€\x17Ç\x13\x05\x01\0\x01\x01\0\0\0\0+\0\0\0+\0\0\0\x05\0\0\0\0\0áÇÌÿ€wy\0!'\0#\0@\0\x06\0\x01\0\x1e5\x03\x19\x11\x1f\005\f	\0\x01	\0\x04	\0		\x03\x11\b	psR0\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x04\0\0\0\0\0áÇÌÿ€wÑ\0\x01\x0f\0\v\0@\0\a\0\x01\0\x06\0\x03	\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿ€Û\x14\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÌÿ:P\0!\f\0\b\0\x01\0\x06\x04\x04\0@\0@\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿ:q\0\x01\f\0\b\0\x01\0\a\x04\x04\0@\0@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿ‚\x03ø\x13\x05\x01\0\x01\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÌÿ‚u3\x17\x06ß^\b¾÷x\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0áÇÌÿ‚uò\f\x04\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÿ‚y\x18\x0e
\x01\f\x04\0ß^\b¾÷x\0\0\0\v\0\0\0\v\0\0\0\x03\0\0\0\0\0áÇÌÿƒ82	ß^\b¾÷x\x03\0\x05\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÌÿƒ<r1\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x02\0\0\0\0\0áÇÌÿƒ<¹+\x04	ß^\b¾÷x\x01\0\x05\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÿƒ@X\x0e
\x01+\x04\0ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÿŽwx3
ß^\b¾÷x[Û\a\0\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0áÇÌÿŽx\x04-\x04\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÿŽ{N\x0e
\x01-\x04\0ß^\b¾÷x\0\0\0	\0\0\0	\0\0\0\x03\0\0\0\0\0áÇÌÿ•]\x176\a\x05ß^\b¾÷x\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿ˜\f—\x05\x04\0\0\x01\x13\0\0\x01\x01\0\0\x01\x01\0\0\0\x03\0\0\0\0\0áÇÌÿž\aÒ/ÿ\x01ß^\b¾÷x\x01\0\x04\x04$æ!Å\a	HM1700\v\x03\b\x11\x1e\x11\v\x11\x0e\x11\x01\x11\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x02\0\0\0\0\0áÇÌÿ¼þ¼\x02\x04\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿ½\x05`\x0e\x04\x02\x02\x04\0\0\0\0\x10\0\0\0\x10\0\0\0\x02\0\0\0\0\0áÇÌÿ½\x10†\x05\x04\rß^\b¾÷x\x18Ì\x01\0æ¡\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿ½\x15\0\x0f\x04\0\x01\x05\x04\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÌÿÆÙ\x12\x03\v\0\0\x01ß^\b¾÷x\x01\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÿÆÙi^[\x04\x02\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿÆÜè\x0f\x04\0\x01^[\x04\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÌÿÇ\x04\x05^[\x03\0\x01\x05\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0áÇÌÿÇ\x13¦\v\v\0\0\x01¿þþ›ÿy‡\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÌÿÇ\x13¼\x1c\x04\x03\0\x01\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿÇ\x17‹\x0f\x04\0\x01\x1c\x04\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0áÇÌÿÇN0#\r\0\0\x01\x01\0\x01\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0\0\0\x02\0\0\0\0\0áÇÌÿÇNM\x19\x04
ß^\b¾÷x\x02\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿÇR\x18\x0f\x04\0\x01\x19\x04\0\0\x01\x01\0\0\x01\x01\0\0\0\x03\0\0\0\0\0áÇÌÿÇ«ü\aÿ\0ß^\b¾÷xHM1700\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0áÇÌÿǬ\x14\x11\x04\x02\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿǯä\x0f\x04\0\x01\x11\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÌÿdzÍ\x17\x06ß^\b¾÷x\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0áÇÌÿÇ´\f\f\x04\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÿÇ·´\x0e
\x01\f\x04\0ß^\b¾÷x\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÌÿÇ»œ1\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x02\0\0\0\0\0áÇÌÿÇ»É+\x04	ß^\b¾÷x\x01\0\x03\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÿÇ¿„\x0e
\x01+\x04\0ß^\b¾÷x\0\0\0\v\0\0\0\v\0\0\0\x03\0\0\0\0\0áÇÌÿÇÏ\x182	ß^\b¾÷x\x03\0\x02\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÿË£¢3
ß^\b¾÷x…P\x0e\0\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0áÇÌÿË·¿,\x04\x06ß^\b¾÷x\0\0\0\f\0\0\0\f\0\0\0\x03\0\0\0\0\0áÇÌÿË»\v\x0e
\x01,\x04\0ß^\b¾÷x\0\0\0	\0\0\0	\0\0\0\x03\0\0\0\0\0áÇÌÿÓ-R6\a\0ß^\b¾÷x\0\0\0\x19\0\0\0\x19\0\0\0\x03\0\0\0\0\0áÇÌÿÓo¹\x18\x17ß^\b¾÷x\x7fM4‹Ð„r\x13÷ÈÉmuæ˜Ù\x04\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÌÿÓs\x06\x03\0\0\x01\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÌÿÓs¶\x13\x04\x03\0\x01\x01\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿÓwƒ\x0f\x04\0\x01\x13\x04\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿÔ\x1f‚\b\x04\0\0\x01\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x04\0\0\0\0\0áÇÌÿÔ\x1f¦\0\x01
\0\x06\0\x01\0
\x01\x02\0\x02\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÔ6í\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿÔ8Y\0!\x10\0\f\0\x01\0\v\x01\b\0\x02\0\0\0\0\x02\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿÔ8t\0\x01\f\0\b\0\x01\0\x02\x02\x04\0\x01\0@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÔJi\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿÔKà\0!\x10\0\f\0\x01\0\x03\x02\b\0B\0@\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿÔKø\0\x01\f\0\b\0\x01\0\x04\x03\x04\0B\0\0\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿÔU³\0!\x10\0\f\0\x01\0\x04\x02\b\0@\0\0\0\x01\x02@\0\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÌÿÔUÆ\0\x01\x12\0\x0e\0\x01\0\x05\x02
\0B\0\0\0\0\0\x01\x02@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÔ]ý\x13\x05\x01\0\x01\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÌÿÔ_r\0!\x0e\0
\0\x01\0\x05\x03\x06\0@\0\0\0\0\0\0\0\0\x1c\0\0\0\x1c\0\0\0\x04\0\0\0\0\0áÇÌÿÔ_­\0\x01\x18\0\x14\0B\0\x06\0\0\0\x0f5\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÔeÌ\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÔul\x13\x05\x01\0\x01\x01\0\0\0\0H\0\0\0H\0\0\0\x05\0\0\0\0\0áÇÌÿÔÙŒ\0!D\0@\0@\0\a\0\0\0;\066\x01\a6\0R	\0\0
\0\x01\0\x01	\0\x015	\x19\x11\b\x19\x111\x19\x12\x03	\0\x045\f5\x03\x19\x01\05\x05\x19\0\x03\b\x01	\0\x055\x03\x19\x10\x02	\x02\06\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÌÿÔÙë\0\x01\x1a\0\x16\0B\0\x06\0\x01\0\x115\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\x02\06\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÔê\x13\x05\x01\0\x01\x01\0\0\0\0H\0\0\0H\0\0\0\x05\0\0\0\0\0áÇÌÿÔí\f\0!D\0@\0@\0\a\0\x01\0;\06\0	5\b5\x06\x19\x11\b	\x01\x02	\x01\0%\fHSP service\0	\x03\x02(\x016\0P	\0\0
\0\x01\0\x02	\0\x015\x06\x19\x11\x1e\x19\x02\0l\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÌÿÔí>\0\x01\x1a\0\x16\0B\0\x06\0\x02\0\x115\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\x02\0l\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÕ\rº\x13\x05\x01\0\x01\x01\0\0\0\0H\0\0\0H\0\0\0\x05\0\0\0\0\0áÇÌÿÕ\x0f.\0!D\0@\0@\0\a\0\x02\0;\06\x12\x03	\0\x045\f5\x03\x19\x01\05\x05\x19\0\x03\b\x02	\0\x055\x03\x19\x10\x02	\0	5\b5\x06\x19\x11\x1e	\x01\x05	\x01\0%\fHFP servi\x02\0¢\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÌÿÕ\x0fu\0\x01\x1a\0\x16\0B\0\x06\0\x03\0\x115\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\x02\0¢\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÕ!R\x13\x05\x01\0\x01\x01\0\0\0\0H\0\0\0H\0\0\0\x05\0\0\0\0\0áÇÌÿÕ,y\0!D\0@\0@\0\a\0\x03\0;\06ce\0	\x03\x11	\0^[6\0\	\0\0
\0\x01\0\x03	\0\x015\x03\x19\x11\v	\0\x045\x105\x06\x19\x01\0	\0\x195\x06\x19\0\x19	\x01\x02	\0\x055\x03\x02\0Ø\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÌÿÕ,É\0\x01\x1a\0\x16\0B\0\x06\0\x04\0\x115\x03\x19\x01\0ÿÿ5\x05
\0\0ÿÿ\x02\0Ø\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÕ<¤\x13\x05\x01\0\x01\x01\0\0\0\0B\0\0\0B\0\0\0\x05\0\0\0\0\0áÇÌÿÕ@\x0e\0!>\0:\0@\0\a\0\x04\05\02\x19\x10\x02	\0	5\b5\x06\x19\x11\r	\x01\x02	\x01\0%\x17Advanced audio service\0	\x03\x11	\0\x01\0\0\0\0\x1c\0\0\0\x1c\0\0\0\x04\0\0\0\0\0áÇÌÿÖ^l\0\x01\x18\0\x14\0B\0\x06\0\x05\0\x0f5\x03\x19\x12\0ÿÿ5\x05
\0\0ÿÿ\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÖmT\x13\x05\x01\0\x01\x01\0\0\0\0G\0\0\0G\0\0\0\x05\0\0\0\0\0áÇÌÿÖÚ=\0!C\0?\0@\0\a\0\x05\0:\055D6\0A	\0\0
\0\x01\0\0	\0\x015\x03\x19\x12\0	\0\x055\x03\x19\x10\x02	\x02\0	\x01\x03	\x02\x01	\0\x0f	\x02\x02	\0\0	\x02\x03	\0\0\x02\05\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÌÿÖÚ›\0\x01\x1a\0\x16\0B\0\x06\0\x06\0\x115\x03\x19\x12\0ÿÿ5\x05
\0\0ÿÿ\x02\05\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÖêW\x13\x05\x01\0\x01\x01\0\0\0\0!\0\0\0!\0\0\0\x05\0\0\0\0\0áÇÌÿÖñ§\0!\x1d\0\x19\0@\0\a\0\x06\0\x14\0\x11	\x02\x04(\x01	\x02\x05	\0\x01	€\x01	\0\x01\0\0\0\0\x1c\0\0\0\x1c\0\0\0\x04\0\0\0\0\0áÇÌÿØ\v\0\0\x01\x18\0\x14\0B\0\x06\0\a\0\x0f5\x03\x19\x11\x1eÿÿ5\x05
\0\0ÿÿ\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØ\x1aü\x13\x05\x01\0\x01\x01\0\0\0\0G\0\0\0G\0\0\0\x05\0\0\0\0\0áÇÌÿØ\x1cp\0!C\0?\0@\0\a\0\a\0:\055S6\0P	\0\0
\0\x01\0\x02	\0\x015\x06\x19\x11\x1e\x19\x12\x03	\0\x045\f5\x03\x19\x01\05\x05\x19\0\x03\b\x02	\0\x055\x03\x19\x10\x02	\0	5\x02\05\0\0\0\x1e\0\0\0\x1e\0\0\0\x04\0\0\0\0\0áÇÌÿØ\x1c²\0\x01\x1a\0\x16\0B\0\x06\0\b\0\x115\x03\x19\x11\x1eÿÿ5\x05
\0\0ÿÿ\x02\05\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØ.ƒ\x13\x05\x01\0\x01\x01\0\0\0\00\0\0\00\0\0\0\x05\0\0\0\0\0áÇÌÿØ/ø\0!,\0(\0@\0\a\0\b\0#\0 \b5\x06\x19\x11\x1e	\x01\x05	\x01\0%\fHFP service\0	\x03\x11	\0^[\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿØ1Z\0\x01\f\0\b\0\x01\0\x02\x04\x04\0\x03\0A\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØB
\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿØC€\0!\x10\0\f\0\x01\0\x03\x04\b\0C\0A\0\0\0\0\0\0\0\0\x14\0\0\0\x14\0\0\0\x04\0\0\0\0\0áÇÌÿØC•\0\x01\x10\0\f\0\x01\0\x04\x05\b\0C\0\0\0\x01\x02õ\x03\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿØHb\0!\x10\0\f\0\x01\0\x04\x03\b\0A\0\0\0\x01\x02\0\x04\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÌÿØHy\0\x01\x12\0\x0e\0\x01\0\x05\x03
\0C\0\0\0\0\0\x01\x02\0\x04\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØU”\x13\x05\x01\0\x01\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÌÿØW\b\0!\x0e\0
\0\x01\0\x05\x05\x06\0A\0\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\x04\0\0\0\0\0áÇÌÿØW/\0\x01\b\0\x04\0C\0\x03?\x01\x1c\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØYy\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØi^[\x13\x05\x01\0\x01\x01\0\0\0\0\f\0\0\0\f\0\0\0\x05\0\0\0\0\0áÇÌÿØj\0!\b\0\x04\0A\0\x03s\x01×\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÌÿØj±\0\x01\x12\0\x0e\0C\0\x03ï\x15ƒ\x11\x04ð\a\0ð\x03\0\ap\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØ|¡\x13\x05\x01\0\x01\x01\0\0\0\0\x16\0\0\0\x16\0\0\0\x05\0\0\0\0\0áÇÌÿØ‚\0\0!\x12\0\x0e\0A\0\x01ï\x15\x11\x04à\a\0ÿ\0\0\aª\0\0\0\f\0\0\0\f\0\0\0\x04\0\0\0\0\0áÇÌÿØ‚\x19\0\x01\b\0\x04\0C\0\x13?\x01–\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿؘ\x02\x13\x05\x01\0\x01\x01\0\0\0\0\f\0\0\0\f\0\0\0\x05\0\0\0\0\0áÇÌÿØšl\0!\b\0\x04\0A\0\x13s\x01]\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿØš \0\x01\f\0\b\0C\0\x03ï	ã\x05\x13p\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÌÿت
\0!\f\0\b\0\x01\0\x02\x04\x04\0\x01\0D\0\0\0\0\x14\0\0\0\x14\0\0\0\x04\0\0\0\0\0áÇÌÿت*\0\x01\x10\0\f\0\x01\0\x03\x04\b\0B\0D\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿت0\0\x01\f\0\b\0\x01\0\x04\x06\x04\0D\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØ«\x03\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØ»,\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÌÿؽœ\0!\f\0\b\0A\0\x01ï	á\x05\x13ª\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØ¿\x13\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÌÿØÇV\0!\f\0\b\0A\0\x01ï	ã\x05\x13ª\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿØÇr\0\x01\f\0\b\0C\0\x03ï	á\x05\x13p\0\0\0\r\0\0\0\r\0\0\0\x04\0\0\0\0\0áÇÌÿØÇv\0\x01	\0\x05\0C\0\x13ÿ\x01!y\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿØÌB\0!\x10\0\f\0\x01\0\x04\x05\b\0B\0\0\0\x01\x02@\0\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÌÿØÌQ\0\x01\x12\0\x0e\0\x01\0\x05\x05
\0D\0\0\0\0\0\x01\x02@\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÌÿØÑ\x19\0!\x0e\0
\0\x01\0\x05\x06\x06\0B\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØÖ…\x13\x05\x01\0\x01\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\x05\0\0\0\0\0áÇÌÿØßÊ\0!\x14\0\x10\0A\0\x11ÿ\x17	AT+BRSF=27\r£\0\0\0\x1a\0\0\0\x1a\0\0\0\x04\0\0\0\0\0áÇÌÿØà\r\0\x01\x16\0\x12\0C\0\x13ï\x1d
+BRSF: 352
e\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÌÿØà\x15\0\x01\x0e\0
\0C\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØâ;\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØæ"\x13\x05\x01\0\x01\x01\0\0\0\0 \0\0\0 \0\0\0\x05\0\0\0\0\0áÇÌÿØè”\0!\x1c\0\x18\0B\0\x06\0\0\0\x135\x03\x19\x11\x1f\005		\0\x01	\0		\x03\x11\0\0\0\02\0\0\02\0\0\0\x04\0\0\0\0\0áÇÌÿØé\x05\0\x01.\0*\0D\0\a\0\0\0%\0"5 5\x1e	\0\x015\x06\x19\x11\x1f\x19\x12\x03	\0	5\b5\x06\x19\x11\x1e	\x01\x05	\x03\x11	\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿØù­\x13\x05\x01\0\x01\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x05\0\0\0\0\0áÇÌÿÙ\x06Ñ\0!\x13\0\x0f\0A\0\x11ÿ\x15\x02AT+CIND=?\r£\0\0\0‘\0\0\0‘\0\0\0\x04\0\0\0\0\0áÇÌÿÙ\a1\0\x01\0‰\0C\0\x13ï\b\x01
+CIND: ("battchg",(0-5)),("signal",(0-5)),("service",(0,1)),("call",(0,1)),("callsetup",(0-3)),("callheld",(0-2)),("roam",(0,1))
e\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÌÿÙ\a9\0\x01\x0e\0
\0C\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÙ\bÊ\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÙ\r*\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÌÿÙ\x10’\0!\f\0\b\0\x01\0\x06\x06\x04\0B\0D\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿÙ\x10§\0\x01\f\0\b\0\x01\0\a\x06\x04\0B\0D\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÙ\x1cË\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÙ ¼\x13\x05\x01\0\x01\x01\0\0\0\0\x16\0\0\0\x16\0\0\0\x05\0\0\0\0\0áÇÌÿÙ(\x10\0!\x12\0\x0e\0A\0\x11ÿ\x13\x02AT+CIND?\r£\0\0\0$\0\0\0$\0\0\0\x04\0\0\0\0\0áÇÌÿÙ(|\0\x01 \0\x1c\0C\0\x13ï1
+CIND: 5,5,1,0,0,0,0
e\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÌÿÙ(…\0\x01\x0e\0
\0C\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÙ,s\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÙ?û\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÙGË\x13\x05\x01\0\x01\x01\0\0\0\0\x1d\0\0\0\x1d\0\0\0\x05\0\0\0\0\0áÇÌÿÙ§\a\0!\x19\0\x15\0A\0\x11ÿ!\x02AT+CMER=3,0,0,1\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÌÿÙ§o\0\x01\x0e\0
\0C\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÙ¹\f\x13\x05\x01\0\x01\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x05\0\0\0\0\0áÇÌÿÚ!^[\0!\x13\0\x0f\0A\0\x11ÿ\x15\x01AT+CCWA=1\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÌÿÚ!{\0\x01\x0e\0
\0C\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÚ2,\x13\x05\x01\0\x01\x01\0\0\0\0#\0\0\0#\0\0\0\x05\0\0\0\0\0áÇÌÿÚ4\0!\x1f\0^[\0A\0\x11ÿ-\x01AT+BIA=0,0,1,1,1,1,0,\r£\0\0\0\x15\0\0\0\x15\0\0\0\x04\0\0\0\0\0áÇÌÿÚ4ô\0\x01\x11\0\r\0C\0\x13ï\x13
ERROR
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÚE³\x13\x05\x01\0\x01\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\x05\0\0\0\0\0áÇÌÿÚH$\0!\x14\0\x10\0A\0\x11ÿ\x17\x01AT+CBC=100\r£\0\0\0\x15\0\0\0\x15\0\0\0\x04\0\0\0\0\0áÇÌÿÚHg\0\x01\x11\0\r\0C\0\x13ï\x13
ERROR
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÚY1\x13\x05\x01\0\x01\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x05\0\0\0\0\0áÇÌÿÚ[ \0!\x13\0\x0f\0A\0\x11ÿ\x15\x01AT+VGS=15\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÌÿÚ[Ú\0\x01\x0e\0
\0C\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÚl¹\x13\x05\x01\0\x01\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\x05\0\0\0\0\0áÇÌÿÚt\x11\0!\x15\0\x11\0A\0\x11ÿ\x19\x01AT+COPS=3,0\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÌÿÚt¤\0\x01\x0e\0
\0C\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÚŒ\b\x13\x05\x01\0\x01\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x05\0\0\0\0\0áÇÌÿÚéD\0!\x13\0\x0f\0A\0\x11ÿ\x15\x01AT+CMEE=1\r£\0\0\0\x12\0\0\0\x12\0\0\0\x04\0\0\0\0\0áÇÌÿÚéº\0\x01\x0e\0
\0C\0\x13ï
OK
e\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿÛ\x018\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿïm~\0\x01\f\0\b\0\x01\0\x02\a\x04\0\x19\0B\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿïƒ-\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿï„"\0!\x10\0\f\0\x01\0\x03\a\b\0E\0B\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿï„6\0\x01\f\0\b\0\x01\0\x04\b\x04\0E\0\0\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿ\0!\x10\0\f\0\x01\0\x04\a\b\0B\0\0\0\x01\x02 \x02\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÌÿ\0\x01\x12\0\x0e\0\x01\0\x05\a
\0E\0\0\0\0\0\x01\x02 \x02\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿ\x13\x05\x01\0\x01\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÌÿï þ\0!\x0e\0
\0\x01\0\x05\b\x06\0B\0\0\0\0\0\0\0\0
\0\0\0
\0\0\0\x04\0\0\0\0\0áÇÌÿï¡L\0\x01\x06\0\x02\0E\0\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿï¡ì\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿï²\x15\x13\x05\x01\0\x01\x01\0\0\0\0\f\0\0\0\f\0\0\0\x05\0\0\0\0\0áÇÌÿï½Q\0!\b\0\x04\0B\0\x02\x01\x04\b\0\0\0\v\0\0\0\v\0\0\0\x04\0\0\0\0\0áÇÌÿh\0\x01\a\0\x03\0E\0\x10\x02\x04\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿïÍo\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿïÑÒ\0!\x10\0\f\0B\0\x12\x02\x01\0\a\x06\0\0ÿÿ\x02Y\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÌÿïÒ\x10\0\x01\x12\0\x0e\0E\0 \x03\x04\x04\x01\0\a\x06\0\0!\x15\x025\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿïô„\x13\x05\x01\0\x01\x01\0\0\0\0
\0\0\0
\0\0\0\x05\0\0\0\0\0áÇÌÿï÷è\0!\x06\0\x02\0B\0"\x03\0\0\0\v\0\0\0\v\0\0\0\x04\0\0\0\0\0áÇÌÿïø-\0\x01\a\0\x03\0E\00\x06\x04\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿð\b\x06\x13\x05\x01\0\x01\x01\0\0\0\0
\0\0\0
\0\0\0\x05\0\0\0\0\0áÇÌÿð\vo\0!\x06\0\x02\0B\02\x06\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿð\v¬\0\x01\f\0\b\0\x01\0\x02	\x04\0\x19\0C\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿð^[Œ\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x05\0\0\0\0\0áÇÌÿð\x1få\0!\x10\0\f\0\x01\0\x03	\b\0F\0C\0\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿð\x1fû\0\x01\f\0\b\0\x01\0\x04
\x04\0F\0\0\0\0\0\0\x18\0\0\0\x18\0\0\0\x05\0\0\0\0\0áÇÌÿð#Ù\0!\x14\0\x10\0\x01\0\x04\b\f\0C\0\0\0\x01\x02ð\x03\x02\x02È\0\0\0\0\x16\0\0\0\x16\0\0\0\x04\0\0\0\0\0áÇÌÿð#æ\0\x01\x12\0\x0e\0\x01\0\x05\b
\0F\0\0\0\0\0\x01\x02ð\x03\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿð/\x14\x13\x05\x01\0\x01\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x05\0\0\0\0\0áÇÌÿð3y\0!\x0e\0
\0\x01\0\x05
\x06\0C\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿð6Ú\x13\x05\x01\0\x01\x01\0\0\0\0\x14\0\0\0\x14\0\0\0\x02\0\0\0\0\0áÇÌÿðiÛ(\x04\x11\0\x01@\x1f\0\0@\x1f\0\0
\0`\0\x01€\x03\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÌÿðm‰\x0f\x04\0\x01(\x04\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÌÿð\x16^[\x03\0\x01\x01\0\0\0\x13\0\0\0\x13\0\0\0\x03\0\0\0\0\0áÇÌÿð¨#,\x11\0\x01\x01ß^\b¾÷x\x02\f\x02<\0<\0\x02\0\0\0\x17\0\0\0\x17\0\0\0\x04\0\0\0\0\0áÇÌÿð©¯\0\x01\x13\0\x0f\0C\0\x13ï\x17
+VGS=15
e\0\0\0\x17\0\0\0\x17\0\0\0\x04\0\0\0\0\0áÇÌÿð©»\0\x01\x13\0\x0f\0C\0\x13ï\x17
+VGM=15
e\0\0\03\0\0\03\0\0\0\x06\0\0\0\0\0áÇÌÿðÆÆ\x01\x010\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿðÇc\x13\x05\x01\0\x01\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿðËK\x13\x05\x01\0\x01\x01\0\0\0\0\x05\0\0\0\x05\0\0\0\x03\0\0\0\0\0áÇÌÿðÏ2^[\x03\0\x01\x05\0\0\0\x10\0\0\0\x10\0\0\0\x04\0\0\0\0\0áÇÌÿþ«Ó\0\x01\f\0\b\0\x01\0\x06\v\x04\0B\0@\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0áÇÌÿþÁ\x13\x05\x01\0\x01\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x05\0\0\0\0\0áÇÌÿþÅò\0!\f\0\b\0\x01\0\a\v\x04\0B\0@\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÍ\01ÏÖ\x14\x06\0\0\x01\x02Œ\x01\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0áÇÍ\x01 \x04h\x06\x04\x03\x01\x01\x13\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÍ\x01 \b;\x0f\x04\0\x01\x06\x04\0\0\0\x06\0\0\0\x06\0\0\0\x03\0\0\0\0\0áÇÍ\x01#Š«\x05\x04\0\x01\x01\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0áÇÍ\x01#¢+\x14\x06\0\0\x01\0\0\0

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-01  9:18               ` Hui Wang
@ 2013-11-02 19:05                 ` Marcel Holtmann
  2013-11-04  5:59                   ` Hui Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Marcel Holtmann @ 2013-11-02 19:05 UTC (permalink / raw)
  To: Hui Wang
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development, Kun Yang,
	Anthony Wong

Hi Hui,

>>>>>>>>> The problem is:
>>>>>>>>> On the machine which has Intel 7260 BT module, i use it to connect a bluetooth headset,
>>>>>>>>> it can successfully scan and connect to the headset, when i play sound to the bt headset,
>>>>>>>>> the problem comes, if the bt module is connected to the XHCI, it can work very well.
>>>>>>>>> 
>>>>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>>>>> 1-7:1.0: No such file or directory
>>>>>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>>>>>    |__ Port 6: Dev 8, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>>>>>>    |__ Port 7: Dev 2, If 0, Class=vend., Driver=, 12M
>>>>>>>>>    |__ Port 11: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>>>    |__ Port 11: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>>> 
>>>>>>>>> But if the bt module is connected to the EHCI, it always fails to play sound.
>>>>>>>>> 
>>>>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>>>>> /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>>>>> /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>>>>> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>>>>>>> /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/3p, 480M
>>>>>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>>>>>>        |__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>>>        |__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>>>        |__ Port 6: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>>>>>>        |__ Port 6: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
>>>>>>>> can you paste /sys/kernel/debug/usb/devices here.
>>>>>>>> 
>>>>>>>> If the uvcvideo driver is also using ISOC URBs, we might have just exhausted the bandwidth of the USB bus here or these two devices just do not play nice with each other.
>>>>>>>> 
>>>>>>>> Try to unload the uvcvideo driver and try it again.
>>>>>>> Thanks for your reply, follow your instruction, i totally disabled the camera from the BIOS, then the usb tree like this,
>>>>>>> u@u-Lenovo-B4400:~$ lsusb -t
>>>>>>> 1-1.3:1.0: No such file or directory
>>>>>>> /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
>>>>>>> /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
>>>>>>> /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
>>>>>>> /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
>>>>>>>    |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/6p, 480M
>>>>>>>        |__ Port 2: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
>>>>>>>        |__ Port 3: Dev 4, If 0, Class=vend., Driver=, 12M
>>>>>>>        |__ Port 5: Dev 5, If 0, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>>        |__ Port 5: Dev 5, If 1, Class='bInterfaceClass 0xe0 not yet handled', Driver=btusb, 12M
>>>>>>> u@u-Lenovo-B4400:~$ uname -a
>>>>>>> Linux u-Lenovo-B4400 3.12.0-031200rc6-generic #201310191635 SMP Sat Oct 19 20:36:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>>>>>>> 
>>>>>>> I re-did the test, the result is same as before, after the headset is connected and i play audio, no sound is heard from the headset.
>>>>>>> And hciconfig output shows still no SCO packets received by BT driver.
>>>>>>> u@u-Lenovo-B4400:~$ hciconfig
>>>>>>> hci0:    Type: BR/EDR  Bus: USB
>>>>>>>    BD Address: 00:15:00:CC:2D:D2  ACL MTU: 1021:5  SCO MTU: 96:5
>>>>>>>    UP RUNNING PSCAN
>>>>>>>    RX bytes:5853 acl:61 sco:0 events:298 errors:0
>>>>>>>    TX bytes:19212 acl:68 sco:1 commands:179 errors:0
>>>>>> this is strange. The only reason I can think of is that you do not have the firmware installed and or it is not loaded correctly. Does dmesg give any indication that something failed here.
>>>>> I can confirm the firmware file is the /lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq, and it is in the filesystem. And from the dmesg, the firmware was successfully loaded.
>>>>> 
>>>>> [    8.600217] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
>>>>> [    8.653635] kvm: disabled by bios
>>>>> [    8.672981] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00
>>>>> [    8.707034] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
>>>>> [    8.717725] Registered led device: phy0-led
>>>>> [    8.722730] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
>>>>> [    8.752626] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
>>>>> 
>>>>>> Since this is a 3.12 kernel it should have native support for Intel specific setup routing. Any chance you can run btmon -w <file> before plugging the device into the bus. Maybe something goes wrong with the setup routine on EHCI.
>>>>> Do you mean the hcidump file i just sent in my previous email.
>>>> I do not get this. I specifically asked to run “btmon -w <file>” before plugging in the device. I want to see the early setup process here. What would I do with a hcidump trace.
>>> The attachment is the logfile generated by "btmon -w <file>". And the logfile was generated by below steps,
>>> 
>>> 1) boot up the system into the ubuntu desktop
>>> 2) open a terminal and run "sudo btmon -w ~/lenovo-m4400s-btmon.log"
>>> 3) open bluetooth applet and click adding a new device, the bluetooth begin to scan devices
>>> 4) power up the bt headset
>>> 5) laptop bt module find the headset and connect it successfully
>>> 6) open the sound applet, choose bt headset as output device, play sound, but no sound can be heard from bt headset
>>> 7) Ctrl+C to terminate the "btmon -w <file>"
>>> 
>>> In case you can't receive the attachment, i decode the logfile and paste the content here.
>> what I need is to see the 7260 controller init. So you need to start btmon -w <file> before the 7260 gets attached to the USB bus or before btusb.ko driver gets loaded.
> Understand now.
> 
> The attachment lenovo-k4450-btmon-v0.log is the log of intel 7260 init procedure, generated by "btmon -w <file>; insmod btusb.ko; ctrl+c terminate the btmon".
> 
> The attachment lenovo-k4450-btmon-v1.log is the log of intel 7260 init procedure + scan headset + connect headset + play sound.

I looked through the logs and the controller init is just fine. So in theory this should route the SCO audio frames over HCI. For some reason it does not and I have no idea why not.

That it makes a different between EHCI and XHCI is strange. I can not explain this. Maybe Tedd can help you since I have no further insights in our chips at this moment.

Regards

Marcel


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-02 19:05                 ` Marcel Holtmann
@ 2013-11-04  5:59                   ` Hui Wang
  2013-11-04 13:15                     ` Stevie Trujillo
  0 siblings, 1 reply; 22+ messages in thread
From: Hui Wang @ 2013-11-04  5:59 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: Tedd An, Johan Hedberg, xiong.y.zhang, Gustavo F. Padovan,
	linux-bluetooth@vger.kernel.org development, Kun Yang,
	Anthony Wong

On 11/03/2013 03:05 AM, Marcel Holtmann wrote:
> Hi Hui,
>
<snip>
>>
>> The attachment lenovo-k4450-btmon-v1.log is the log of intel 7260 init procedure + scan headset + connect headset + play sound.
> I looked through the logs and the controller init is just fine. So in theory this should route the SCO audio frames over HCI. For some reason it does not and I have no idea why not.
>
> That it makes a different between EHCI and XHCI is strange. I can not explain this. Maybe Tedd can help you since I have no further insights in our chips at this moment.

Thanks Marcel for your kind help and analysis.

Tedd, did you reproduce this issue on the machines with intel 7260 BT 
module connected to the EHCI bus? Did you have any idea on this issue?

Thanks,
Hui.

>
> Regards
>
> Marcel
>
>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-04  5:59                   ` Hui Wang
@ 2013-11-04 13:15                     ` Stevie Trujillo
  2013-11-05  2:32                       ` Hui Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Stevie Trujillo @ 2013-11-04 13:15 UTC (permalink / raw)
  To: Hui Wang, marcel, tedd.an; +Cc: linux-bluetooth

Hello, I've been trying to use my computer as "handsfree" with
"Hands-Free Profile" using "Intel Corporation Centrino Wireless-N
1030". I accept() the BTPROTO_SCO socket, but never recv() any
data. Your post looked similar!

When googling I found this:

http://www.netbsd.org/docs/guide/en/chap-bluetooth.html#chap-bluetooth-audio
   SCO Audio will not work with ehci(4) USB controllers, since support
   for Isochronous data over EHCI is missing in NetBSD. 

Does Linux support this? (I have no idea what it means)

I'm sorry if this mail is somewhat broken. I could only find your email
on "gmane" and it had encrypted all your email addresses!

On Mon, 04 Nov 2013 13:59:35 +0800
Hui Wang <hui.wang-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> wrote:

> On 11/03/2013 03:05 AM, Marcel Holtmann wrote:
> > Hi Hui,
> >
> <snip>
> >>
> >> The attachment lenovo-k4450-btmon-v1.log is the log of intel 7260
> >> init procedure + scan headset + connect headset + play sound.
> > I looked through the logs and the controller init is just fine. So
> > in theory this should route the SCO audio frames over HCI. For some
> > reason it does not and I have no idea why not.
> >
> > That it makes a different between EHCI and XHCI is strange. I can
> > not explain this. Maybe Tedd can help you since I have no further
> > insights in our chips at this moment.
> 
> Thanks Marcel for your kind help and analysis.
> 
> Tedd, did you reproduce this issue on the machines with intel 7260 BT 
> module connected to the EHCI bus? Did you have any idea on this issue?

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-04 13:15                     ` Stevie Trujillo
@ 2013-11-05  2:32                       ` Hui Wang
  2013-11-05 18:44                         ` Stevie Trujillo
  0 siblings, 1 reply; 22+ messages in thread
From: Hui Wang @ 2013-11-05  2:32 UTC (permalink / raw)
  To: Stevie Trujillo; +Cc: marcel, tedd.an, linux-bluetooth

On 11/04/2013 09:15 PM, Stevie Trujillo wrote:
> Hello, I've been trying to use my computer as "handsfree" with
> "Hands-Free Profile" using "Intel Corporation Centrino Wireless-N
> 1030". I accept() the BTPROTO_SCO socket, but never recv() any
> data. Your post looked similar!
>
> When googling I found this:
>
> http://www.netbsd.org/docs/guide/en/chap-bluetooth.html#chap-bluetooth-audio
>     SCO Audio will not work with ehci(4) USB controllers, since support
>     for Isochronous data over EHCI is missing in NetBSD.
>
> Does Linux support this? (I have no idea what it means)

Hi Stevie,

Thanks for your input, I don't know the answer of your question, but at 
least the camera works well on the EHCI bus, and camera transfers the 
ISO packets over EHCI bus.

Regards,
Hui.
>
> I'm sorry if this mail is somewhat broken. I could only find your email
> on "gmane" and it had encrypted all your email addresses!
>
> On Mon, 04 Nov 2013 13:59:35 +0800
> Hui Wang <hui.wang-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> wrote:
>
>> On 11/03/2013 03:05 AM, Marcel Holtmann wrote:
>>> Hi Hui,
>>>
>> <snip>
>>>> The attachment lenovo-k4450-btmon-v1.log is the log of intel 7260
>>>> init procedure + scan headset + connect headset + play sound.
>>> I looked through the logs and the controller init is just fine. So
>>> in theory this should route the SCO audio frames over HCI. For some
>>> reason it does not and I have no idea why not.
>>>
>>> That it makes a different between EHCI and XHCI is strange. I can
>>> not explain this. Maybe Tedd can help you since I have no further
>>> insights in our chips at this moment.
>> Thanks Marcel for your kind help and analysis.
>>
>> Tedd, did you reproduce this issue on the machines with intel 7260 BT
>> module connected to the EHCI bus? Did you have any idea on this issue?
>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-05  2:32                       ` Hui Wang
@ 2013-11-05 18:44                         ` Stevie Trujillo
  2013-11-07  3:45                           ` Hui Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Stevie Trujillo @ 2013-11-05 18:44 UTC (permalink / raw)
  To: Hui Wang; +Cc: marcel, tedd.an, linux-bluetooth

On Tue, 05 Nov 2013 10:32:05 +0800
Hui Wang <hui.wang@canonical.com> wrote:

> Thanks for your input, I don't know the answer of your question, but
> at least the camera works well on the EHCI bus, and camera transfers
> the ISO packets over EHCI bus.

Hello again! Have you tried comparing usbmon output (I used Wireshark)
when running on EHCI and XHCI? My bluetooth card is inside the
computer, so I'm only able to do EHCI.

I see 1 ISO come in right after the SCO thing opens. It has some
error stuff inside (ENOSPC). No idea how it is supposed to behave,
since I can't compare with a good one.

Sorry if this is a stupid idea :P

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-05 18:44                         ` Stevie Trujillo
@ 2013-11-07  3:45                           ` Hui Wang
  2013-11-07 10:07                             ` Stevie Trujillo
  0 siblings, 1 reply; 22+ messages in thread
From: Hui Wang @ 2013-11-07  3:45 UTC (permalink / raw)
  To: Stevie Trujillo; +Cc: marcel, tedd.an, linux-bluetooth

On 11/06/2013 02:44 AM, Stevie Trujillo wrote:
> On Tue, 05 Nov 2013 10:32:05 +0800
> Hui Wang <hui.wang@canonical.com> wrote:
>
>> Thanks for your input, I don't know the answer of your question, but
>> at least the camera works well on the EHCI bus, and camera transfers
>> the ISO packets over EHCI bus.
> Hello again! Have you tried comparing usbmon output (I used Wireshark)
> when running on EHCI and XHCI? My bluetooth card is inside the
> computer, so I'm only able to do EHCI.
>
> I see 1 ISO come in right after the SCO thing opens. It has some
> error stuff inside (ENOSPC). No idea how it is supposed to behave,
> since I can't compare with a good one.
>
> Sorry if this is a stupid idea :P
>
Do you know any tools can decode the log generated by usbmon?

Regards,
Hui.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-07  3:45                           ` Hui Wang
@ 2013-11-07 10:07                             ` Stevie Trujillo
  2013-11-08  1:43                               ` Hui Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Stevie Trujillo @ 2013-11-07 10:07 UTC (permalink / raw)
  To: Hui Wang; +Cc: marcel, tedd.an, linux-bluetooth

On Thu, 07 Nov 2013 11:45:53 +0800
Hui Wang <hui.wang@canonical.com> wrote:

> Do you know any tools can decode the log generated by usbmon?

Hmm, I never actually used the usbmon program. I did "modprobe usbmon",
then Wireshark shows usbmon{1..4} (one for each bus) as an interface
like eth0 for ethernet. http://wiki.wireshark.org/CaptureSetup/USB

If it's difficult to compare two captures in Wireshark (I don't know any
other method than visual inspection), tshark (Wireshark's "command-line
counter-part") is able to decode to stdout. Maybe one can run the diff
program on that. The output seems a bit terse however.

Please be aware: in my Wireshark (1.10.2) one of the of the SCO setup
packets are decoded slightly wrong. It looks like Wireshark is missing
a BDADDR in the beginning, so all the other fields get shifted.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-07 10:07                             ` Stevie Trujillo
@ 2013-11-08  1:43                               ` Hui Wang
  2013-11-08 11:17                                 ` Michal Labedzki
  0 siblings, 1 reply; 22+ messages in thread
From: Hui Wang @ 2013-11-08  1:43 UTC (permalink / raw)
  To: Stevie Trujillo; +Cc: marcel, tedd.an, linux-bluetooth

On 11/07/2013 06:07 PM, Stevie Trujillo wrote:
> On Thu, 07 Nov 2013 11:45:53 +0800
> Hui Wang <hui.wang@canonical.com> wrote:
>
>> Do you know any tools can decode the log generated by usbmon?
> Hmm, I never actually used the usbmon program. I did "modprobe usbmon",
> then Wireshark shows usbmon{1..4} (one for each bus) as an interface
> like eth0 for ethernet. http://wiki.wireshark.org/CaptureSetup/USB
>
> If it's difficult to compare two captures in Wireshark (I don't know any
> other method than visual inspection), tshark (Wireshark's "command-line
> counter-part") is able to decode to stdout. Maybe one can run the diff
> program on that. The output seems a bit terse however.
>
> Please be aware: in my Wireshark (1.10.2) one of the of the SCO setup
> packets are decoded slightly wrong. It looks like Wireshark is missing
> a BDADDR in the beginning, so all the other fields get shifted.
>
>
Thanks for sharing this knowledge, i will have a try according to your 
instructions.

Regards,
Hui.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-08  1:43                               ` Hui Wang
@ 2013-11-08 11:17                                 ` Michal Labedzki
  2013-11-26  9:11                                   ` Michal Labedzki
  0 siblings, 1 reply; 22+ messages in thread
From: Michal Labedzki @ 2013-11-08 11:17 UTC (permalink / raw)
  To: Hui Wang
  Cc: Stevie Trujillo, Marcel Holtmann, tedd.an,
	linux-bluetooth@vger.kernel.org development

Hello,

Could you create a bug for Wireshark? (capture log are welcome)
https://bugs.wireshark.org/bugzilla/buglist.cgi?resolution=3D---&query_form=
at=3Dadvanced&list_id=3D11313

I check and that is right. There are two commands shares the same
code. "Setup Synchronous Connection" and "Accept Synchronous
Connection Request". But second one should be different. I can fix
that.
Also I recommend to try latest development Wireshark - it is generally stab=
le.

On 8 November 2013 02:43, Hui Wang <hui.wang@canonical.com> wrote:
> On 11/07/2013 06:07 PM, Stevie Trujillo wrote:
>>
>> On Thu, 07 Nov 2013 11:45:53 +0800
>> Hui Wang <hui.wang@canonical.com> wrote:
>>
>>> Do you know any tools can decode the log generated by usbmon?
>>
>> Hmm, I never actually used the usbmon program. I did "modprobe usbmon",
>> then Wireshark shows usbmon{1..4} (one for each bus) as an interface
>> like eth0 for ethernet. http://wiki.wireshark.org/CaptureSetup/USB
>>
>> If it's difficult to compare two captures in Wireshark (I don't know any
>> other method than visual inspection), tshark (Wireshark's "command-line
>> counter-part") is able to decode to stdout. Maybe one can run the diff
>> program on that. The output seems a bit terse however.
>>
>> Please be aware: in my Wireshark (1.10.2) one of the of the SCO setup
>> packets are decoded slightly wrong. It looks like Wireshark is missing
>> a BDADDR in the beginning, so all the other fields get shifted.
>>
>>
> Thanks for sharing this knowledge, i will have a try according to your
> instructions.
>
> Regards,
> Hui.
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth=
"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



--=20

Pozdrawiam / Best regards
---------------------------------------------------------------------------=
----------------------------------
Micha=C5=82 =C5=81ab=C4=99dzki, Software Engineer
Tieto Corporation

Product Development Services

http://www.tieto.com / http://www.tieto.pl
---
ASCII: Michal Labedzki
location: Swobodna 1 Street, 50-088 Wroc=C5=82aw, Poland
room: 5.01 (desk next to 5.08)
---
Please note: The information contained in this message may be legally
privileged and confidential and protected from disclosure. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorised use, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to
the message and deleting it from your computer. Thank You.
---
Please consider the environment before printing this e-mail.
---
Tieto Poland sp=C3=B3=C5=82ka z ograniczon=C4=85 odpowiedzialno=C5=9Bci=C4=
=85 z siedzib=C4=85 w
Szczecinie, ul. Malczewskiego 26. Zarejestrowana w S=C4=85dzie Rejonowym
Szczecin-Centrum w Szczecinie, XIII Wydzia=C5=82 Gospodarczy Krajowego
Rejestru S=C4=85dowego pod numerem 0000124858. NIP: 8542085557. REGON:
812023656. Kapita=C5=82 zak=C5=82adowy: 4 271500 PLN

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-08 11:17                                 ` Michal Labedzki
@ 2013-11-26  9:11                                   ` Michal Labedzki
  2013-12-20 12:30                                     ` Stevie Trujillo
  0 siblings, 1 reply; 22+ messages in thread
From: Michal Labedzki @ 2013-11-26  9:11 UTC (permalink / raw)
  To: Hui Wang
  Cc: Stevie Trujillo, Marcel Holtmann, tedd.an,
	linux-bluetooth@vger.kernel.org development

Bug is now fixed in "svn path=3D/trunk/; revision=3D53525". You can wait
for next development (1.11.3) or stable (1.12), however you can build
Wireshark from sources (should be easy - like BlueZ: git clone
http://code.wireshark.org/git/wireshark; ./autogen; ./configure; make;
./wireshark) or via "private" sources like:
$ sudo add-apt-repository ppa:dreibh/ppa
$ sudo apt-get update
$ sudo apt-get install wireshark

On 8 November 2013 12:17, Michal Labedzki <michal.labedzki@tieto.com> wrote=
:
> Hello,
>
> Could you create a bug for Wireshark? (capture log are welcome)
> https://bugs.wireshark.org/bugzilla/buglist.cgi?resolution=3D---&query_fo=
rmat=3Dadvanced&list_id=3D11313
>
> I check and that is right. There are two commands shares the same
> code. "Setup Synchronous Connection" and "Accept Synchronous
> Connection Request". But second one should be different. I can fix
> that.
> Also I recommend to try latest development Wireshark - it is generally st=
able.
>
> On 8 November 2013 02:43, Hui Wang <hui.wang@canonical.com> wrote:
>> On 11/07/2013 06:07 PM, Stevie Trujillo wrote:
>>>
>>> On Thu, 07 Nov 2013 11:45:53 +0800
>>> Hui Wang <hui.wang@canonical.com> wrote:
>>>
>>>> Do you know any tools can decode the log generated by usbmon?
>>>
>>> Hmm, I never actually used the usbmon program. I did "modprobe usbmon",
>>> then Wireshark shows usbmon{1..4} (one for each bus) as an interface
>>> like eth0 for ethernet. http://wiki.wireshark.org/CaptureSetup/USB
>>>
>>> If it's difficult to compare two captures in Wireshark (I don't know an=
y
>>> other method than visual inspection), tshark (Wireshark's "command-line
>>> counter-part") is able to decode to stdout. Maybe one can run the diff
>>> program on that. The output seems a bit terse however.
>>>
>>> Please be aware: in my Wireshark (1.10.2) one of the of the SCO setup
>>> packets are decoded slightly wrong. It looks like Wireshark is missing
>>> a BDADDR in the beginning, so all the other fields get shifted.
>>>
>>>
>> Thanks for sharing this knowledge, i will have a try according to your
>> instructions.
>>
>> Regards,
>> Hui.
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-bluetoot=
h"
>> in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
>
> --
>
> Pozdrawiam / Best regards
> -------------------------------------------------------------------------=
------------------------------------
> Micha=C5=82 =C5=81ab=C4=99dzki, Software Engineer
> Tieto Corporation
>
> Product Development Services
>
> http://www.tieto.com / http://www.tieto.pl
> ---
> ASCII: Michal Labedzki
> location: Swobodna 1 Street, 50-088 Wroc=C5=82aw, Poland
> room: 5.01 (desk next to 5.08)
> ---
> Please note: The information contained in this message may be legally
> privileged and confidential and protected from disclosure. If the
> reader of this message is not the intended recipient, you are hereby
> notified that any unauthorised use, distribution or copying of this
> communication is strictly prohibited. If you have received this
> communication in error, please notify us immediately by replying to
> the message and deleting it from your computer. Thank You.
> ---
> Please consider the environment before printing this e-mail.
> ---
> Tieto Poland sp=C3=B3=C5=82ka z ograniczon=C4=85 odpowiedzialno=C5=9Bci=
=C4=85 z siedzib=C4=85 w
> Szczecinie, ul. Malczewskiego 26. Zarejestrowana w S=C4=85dzie Rejonowym
> Szczecin-Centrum w Szczecinie, XIII Wydzia=C5=82 Gospodarczy Krajowego
> Rejestru S=C4=85dowego pod numerem 0000124858. NIP: 8542085557. REGON:
> 812023656. Kapita=C5=82 zak=C5=82adowy: 4 271500 PLN



--=20

Pozdrawiam / Best regards
---------------------------------------------------------------------------=
----------------------------------
Micha=C5=82 =C5=81ab=C4=99dzki, Software Engineer
Tieto Corporation

Product Development Services

http://www.tieto.com / http://www.tieto.pl
---
ASCII: Michal Labedzki
location: Swobodna 1 Street, 50-088 Wroc=C5=82aw, Poland
room: 5.01 (desk next to 5.08)
---
Please note: The information contained in this message may be legally
privileged and confidential and protected from disclosure. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorised use, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to
the message and deleting it from your computer. Thank You.
---
Please consider the environment before printing this e-mail.
---
Tieto Poland sp=C3=B3=C5=82ka z ograniczon=C4=85 odpowiedzialno=C5=9Bci=C4=
=85 z siedzib=C4=85 w
Szczecinie, ul. Malczewskiego 26. Zarejestrowana w S=C4=85dzie Rejonowym
Szczecin-Centrum w Szczecinie, XIII Wydzia=C5=82 Gospodarczy Krajowego
Rejestru S=C4=85dowego pod numerem 0000124858. NIP: 8542085557. REGON:
812023656. Kapita=C5=82 zak=C5=82adowy: 4 271500 PLN

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Intel 7260 bluetooth malfunction when it is connected to EHCI bus
  2013-11-26  9:11                                   ` Michal Labedzki
@ 2013-12-20 12:30                                     ` Stevie Trujillo
  0 siblings, 0 replies; 22+ messages in thread
From: Stevie Trujillo @ 2013-12-20 12:30 UTC (permalink / raw)
  To: Michal Labedzki
  Cc: Hui Wang, Marcel Holtmann, tedd.an,
	linux-bluetooth@vger.kernel.org development

On Tue, 26 Nov 2013 10:11:47 +0100
Michal Labedzki <michal.labedzki@tieto.com> wrote:

> Bug is now fixed in "svn path=/trunk/; revision=53525". You can wait
> for next development (1.11.3) or stable (1.12), however you can build
> Wireshark from sources (should be easy - like BlueZ: git clone
> http://code.wireshark.org/git/wireshark; ./autogen; ./configure; make;
> ./wireshark) or via "private" sources like:
> $ sudo add-apt-repository ppa:dreibh/ppa
> $ sudo apt-get update
> $ sudo apt-get install wireshark

Thank you! I was busy failing exams and I didn't get to filing the
bug report.
I will try it out after xmas. I bought an $1 Bluetooth USB which seems
to do SCO fine, but it usually dies after a few minutes (with
Bluetooth: hci0 command {0x1009,0x0419,etc} tx timeout).
I took a quick look in wireshark, comparing this USB thing vs Intel,
it seems like they set up SCO in a different way. I think the USB stick
might be Bluetooth 2.0 (despite the decription saying Bluetooth 2.1).

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-12-20 12:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-29 10:03 Intel 7260 bluetooth malfunction when it is connected to EHCI bus Hui Wang
2013-10-29 11:16 ` Marcel Holtmann
2013-10-30  2:51   ` Hui Wang
2013-10-30 19:36     ` Tedd Ho-Jeong An
2013-10-31  5:15       ` Hui Wang
2013-10-30 19:44     ` Marcel Holtmann
2013-10-31  5:29       ` Hui Wang
2013-10-31  9:49         ` Marcel Holtmann
2013-11-01  2:39           ` Hui Wang
2013-11-01  7:49             ` Marcel Holtmann
2013-11-01  9:18               ` Hui Wang
2013-11-02 19:05                 ` Marcel Holtmann
2013-11-04  5:59                   ` Hui Wang
2013-11-04 13:15                     ` Stevie Trujillo
2013-11-05  2:32                       ` Hui Wang
2013-11-05 18:44                         ` Stevie Trujillo
2013-11-07  3:45                           ` Hui Wang
2013-11-07 10:07                             ` Stevie Trujillo
2013-11-08  1:43                               ` Hui Wang
2013-11-08 11:17                                 ` Michal Labedzki
2013-11-26  9:11                                   ` Michal Labedzki
2013-12-20 12:30                                     ` Stevie Trujillo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.