All of lore.kernel.org
 help / color / mirror / Atom feed
* GATT issue, possible bluez bug?
@ 2022-03-20 18:44 Adam Pigg
  2022-03-22  0:43 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-03-20 18:44 UTC (permalink / raw)
  To: linux-bluetooth

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

Hi

A bit of background, I write a linux desktop/mobile app called
Amazfish which interfaces with several watches over BLE using their
GATT services.  To do this, I use the bluez dbus api (technically a
thin wrapper around it I wrote called qble
https://github.com/piggz/qble)

All has been good so far, I support several generations of
Huami/Amazfit watches, as well as the open source Pinetime and
Bangle.js.  For the Amazfit watches, i have implementations for older
devies such as the Bip, and newer ones such as the GTS.

Much of the reverse engineering comes from the Android Gadget Bridge
project, which supports many more devices.

My community of users donated to buy me a newer device called a GTR2,
which, according to the GB devs uses the same protocol as the slightly
older GTS, and the packet captures I have from Android would support
this.

But this is where my trouble starts with Bluez, my existing
implementation doesnt work at all.  Normally, after a connection, I
would wait for the ServicesResolved signal, which happens pretty fast
on all other devices, but on the GTR2, it takes about 30 seconds, by
which time, the watch has disconnected. (i get a disconnected signal
immediately after the ServicesResolved signal)

To rule out my code, I have tried several things:
Gatttool
With gattool, i can connect, get the services, enable a notification,
write a value and get the expected results seemingly fine

Python-gatt (using the bluez dbus api)
Im unable to iterate the services, like my app, it takes 30 seconds to
get the signal and then swiftly disconnects

Gattlib (https://github.com/labapart/gattlib)
Gattlib is interesting as it appears to have "borrowed" much of its
code directly from bluez.  When built against the system bluez, if the
version is > 5.42, it will use the dbus api.  When I do this, again im
unable to list services on the watch.  However, if I edit the build to
force it to use its internal gatt implementation, which appears to be
the same one used by gatttool, then, it IS able to interrogate the
watch.

I have attached 3 files
1. test python program which should print services, and associated btmon
2. btmon output while using gatttool
3. btmon output running gattlib discover example

Note, other than discovery, I havnt been able to get gattlib to
read/write/notify!

It seems as though I may be triggering a bug in the bluez dbus api?
Can anyone suggest anything?


Regards

Adam

[-- Attachment #2: btmon_gattlib-discover.txt --]
[-- Type: text/plain, Size: 90140 bytes --]

gattlib discover.c
https://github.com/labapart/gattlib/blob/master/examples/discover/discover.c


----------

output:
piggz@adam-laptop ~/projects/gattlib (master) $ sudo ./examples/discover/discover F8:C3:D1:B0:5A:3A
10 services
gattlib_discover: service[0] start_handle:01 end_handle:04 uuid:0x1801
gattlib_discover: service[1] start_handle:14 end_handle:18 uuid:0x1800
gattlib_discover: service[2] start_handle:28 end_handle:35 uuid:0x180a
gattlib_discover: service[3] start_handle:38 end_handle:3d uuid:00001530-0000-3512-2118-0009af100700
gattlib_discover: service[4] start_handle:40 end_handle:6d uuid:0xfee0
gattlib_discover: service[5] start_handle:70 end_handle:81 uuid:0xfee1
gattlib_discover: service[6] start_handle:84 end_handle:89 uuid:0x180d
gattlib_discover: service[7] start_handle:8c end_handle:91 uuid:0x1811
gattlib_discover: service[8] start_handle:94 end_handle:96 uuid:0x1802
gattlib_discover: service[9] start_handle:99 end_handle:9c uuid:0x3802
gattlib_discover: characteristic[0] properties:22 value_handle:0003 uuid:0x2a05
gattlib_discover: characteristic[1] properties:02 value_handle:0016 uuid:0x2a00
gattlib_discover: characteristic[2] properties:02 value_handle:0018 uuid:0x2a01
gattlib_discover: characteristic[3] properties:02 value_handle:002a uuid:0x2a25
gattlib_discover: characteristic[4] properties:02 value_handle:002c uuid:0x2a27
gattlib_discover: characteristic[5] properties:02 value_handle:002e uuid:0x2a28
gattlib_discover: characteristic[6] properties:02 value_handle:0030 uuid:0x2a23
gattlib_discover: characteristic[7] properties:02 value_handle:0032 uuid:0x2a50
gattlib_discover: characteristic[8] properties:14 value_handle:0034 uuid:00000014-0000-3512-2118-0009af100700
gattlib_discover: characteristic[9] properties:18 value_handle:003a uuid:00001531-0000-3512-2118-0009af100700
gattlib_discover: characteristic[10] properties:04 value_handle:003d uuid:00001532-0000-3512-2118-0009af100700
gattlib_discover: characteristic[11] properties:1a value_handle:0042 uuid:0x2a2b
gattlib_discover: characteristic[12] properties:1a value_handle:0045 uuid:0x2a04
gattlib_discover: characteristic[13] properties:14 value_handle:0048 uuid:00000001-0000-3512-2118-0009af100700
gattlib_discover: characteristic[14] properties:10 value_handle:004b uuid:00000002-0000-3512-2118-0009af100700
gattlib_discover: characteristic[15] properties:14 value_handle:004e uuid:00000003-0000-3512-2118-0009af100700
gattlib_discover: characteristic[16] properties:14 value_handle:0051 uuid:00000004-0000-3512-2118-0009af100700
gattlib_discover: characteristic[17] properties:10 value_handle:0054 uuid:00000005-0000-3512-2118-0009af100700
gattlib_discover: characteristic[18] properties:12 value_handle:0057 uuid:00000006-0000-3512-2118-0009af100700
gattlib_discover: characteristic[19] properties:12 value_handle:005a uuid:00000007-0000-3512-2118-0009af100700
gattlib_discover: characteristic[20] properties:10 value_handle:0060 uuid:00000010-0000-3512-2118-0009af100700
gattlib_discover: characteristic[21] properties:08 value_handle:0063 uuid:0000000e-0000-3512-2118-0009af100700
gattlib_discover: characteristic[22] properties:16 value_handle:0066 uuid:00000020-0000-3512-2118-0009af100700
gattlib_discover: characteristic[23] properties:14 value_handle:0069 uuid:00000016-0000-3512-2118-0009af100700
gattlib_discover: characteristic[24] properties:14 value_handle:006c uuid:00000017-0000-3512-2118-0009af100700
gattlib_discover: characteristic[25] properties:16 value_handle:0072 uuid:00000009-0000-3512-2118-0009af100700
gattlib_discover: characteristic[26] properties:08 value_handle:0075 uuid:0xfedd
gattlib_discover: characteristic[27] properties:02 value_handle:0077 uuid:0xfede
gattlib_discover: characteristic[28] properties:02 value_handle:0079 uuid:0xfedf
gattlib_discover: characteristic[29] properties:0a value_handle:007b uuid:0xfed0
gattlib_discover: characteristic[30] properties:0a value_handle:007d uuid:0xfed1
gattlib_discover: characteristic[31] properties:02 value_handle:007f uuid:0xfed2
gattlib_discover: characteristic[32] properties:0a value_handle:0081 uuid:0xfed3
gattlib_discover: characteristic[33] properties:10 value_handle:0086 uuid:0x2a37
gattlib_discover: characteristic[34] properties:0a value_handle:0089 uuid:0x2a39
gattlib_discover: characteristic[35] properties:0a value_handle:008e uuid:0x2a46
gattlib_discover: characteristic[36] properties:1a value_handle:0090 uuid:0x2a44
gattlib_discover: characteristic[37] properties:04 value_handle:0096 uuid:0x2a06
gattlib_discover: characteristic[38] properties:1a value_handle:009b uuid:0x4a02








----------

btmon:

< HCI Command: LE Add Device To Accept List (0x08|0x0011) plen 7                                                                                                                                                                                    #207 [hci0] 111.684794
        Address type: Public (0x00)
        Address: F8:C3:D1:B0:5A:3A (OUI F8-C3-D1)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                         #208 [hci0] 111.800366
      LE Add Device To Accept List (0x08|0x0011) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7                                                                                                                                                                                          #209 [hci0] 111.800384
        Type: Passive (0x00)
        Interval: 60.000 msec (0x0060)
        Window: 60.000 msec (0x0060)
        Own address type: Public (0x00)
        Filter policy: Ignore not in accept list (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                         #210 [hci0] 111.801365
      LE Set Scan Parameters (0x08|0x000b) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                                              #211 [hci0] 111.801377
        Scanning: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                         #212 [hci0] 111.802364
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                                              #213 [hci0] 113.723139
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                         #214 [hci0] 113.756371
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Remove Device From Accept List (0x08|0x0012) plen 7                                                                                                                                                                               #215 [hci0] 117.831302
        Address type: Public (0x00)
        Address: F8:C3:D1:B0:5A:3A (OUI F8-C3-D1)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                         #216 [hci0] 117.948340
      LE Remove Device From Accept List (0x08|0x0012) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7                                                                                                                                                                                          #217 [hci0] 117.948363
        Type: Passive (0x00)
        Interval: 60.000 msec (0x0060)
        Window: 60.000 msec (0x0060)
        Own address type: Public (0x00)
        Filter policy: Accept all advertisement (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                         #218 [hci0] 117.949368
      LE Set Scan Parameters (0x08|0x000b) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                                              #219 [hci0] 117.949382
        Scanning: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                         #220 [hci0] 117.950332
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 40                                                                                                                                                                                                           #221 [hci0] 118.022405
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Scannable undirected - ADV_SCAN_IND (0x02)
        Address type: Random (0x01)
        Address: 7F:3C:D2:B3:09:11 (Resolvable)
        Data length: 28
        16-bit Service UUIDs (complete): 1 entry
          Apple, Inc. (0xfd6f)
        Service Data (UUID 0xfd6f): 4bda7c38be6ebf735d15505b40b4c287e709a5ff
        RSSI: -80 dBm (0xb0)
> HCI Event: LE Meta Event (0x3e) plen 43                                                                                                                                                                                                           #222 [hci0] 118.025362
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: F8:C3:D1:B0:5A:3A (Static)
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
        RSSI: -62 dBm (0xc2)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                                              #223 [hci0] 118.025376
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                         #224 [hci0] 118.079341
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Create Connection (0x08|0x000d) plen 25                                                                                                                                                                                           #225 [hci0] 118.079376
        Scan interval: 60.000 msec (0x0060)
        Scan window: 60.000 msec (0x0060)
        Filter policy: Accept list is not used (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Own address type: Public (0x00)
        Min connection interval: 30.00 msec (0x0018)
        Max connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Min connection length: 0.000 msec (0x0000)
        Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                                           #226 [hci0] 118.080333
      LE Create Connection (0x08|0x000d) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19                                                                                                                                                                                                           #227 [hci0] 118.881352
      LE Connection Complete (0x01)
        Status: Success (0x00)
        Handle: 3585
        Role: Central (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Central clock accuracy: 0x00
@ MGMT Event: Device Connected (0x000b) plen 44                                                                                                                                                                                                 {0x0001} [hci0] 118.881406
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Flags: 0x00000008
          Connection Locally Initiated
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
< HCI Command: LE Read Remote Used Features (0x08|0x0016) plen 2                                                                                                                                                                                    #228 [hci0] 118.881463
        Handle: 3585
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                                           #229 [hci0] 118.882340
      LE Read Remote Used Features (0x08|0x0016) ncmd 1
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 12                                                                                                                                                                                                           #230 [hci0] 118.912376
      LE Read Remote Used Features (0x04)
        Status: Success (0x00)
        Handle: 3585
        Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
          LE Encryption
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #231 [hci0] 118.912633
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #232 [hci0] 118.963347
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                                                                                                        #233 [hci0] 119.060680
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                        #234 [hci0] 119.060775
      ATT: Error Response (0x01) len 4
        Exchange MTU Request (0x02)
        Handle: 0x0000
        Error: Request Not Supported (0x06)
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #235 [hci0] 119.061659
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x0002
        Value: 220300052a
        Handle: 0x0015
        Value: 021600002a
        Handle: 0x0017
        Value: 021800012a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #236 [hci0] 119.061746
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0018-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #237 [hci0] 119.111346
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #238 [hci0] 119.112339
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #239 [hci0] 119.210785
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x0029
        Value: 022a00252a
        Handle: 0x002b
        Value: 022c00272a
        Handle: 0x002d
        Value: 022e00282a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #240 [hci0] 119.210886
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x002e-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #241 [hci0] 119.261348
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 20                                                                                                                                                                                                       #242 [hci0] 119.310713
      ATT: Read By Type Response (0x09) len 15
        Attribute data length: 7
        Attribute data list: 2 entries
        Handle: 0x002f
        Value: 023000232a
        Handle: 0x0031
        Value: 023200502a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #243 [hci0] 119.310805
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0032-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #244 [hci0] 119.361348
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #245 [hci0] 119.410793
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0033
        Value: 143400000710af090018211235000014000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #246 [hci0] 119.410890
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0034-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #247 [hci0] 119.461348
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #248 [hci0] 119.510772
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0039
        Value: 183a00000710af090018211235000031150000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #249 [hci0] 119.510865
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x003a-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #250 [hci0] 119.561377
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #251 [hci0] 119.610790
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x003c
        Value: 043d00000710af090018211235000032150000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #252 [hci0] 119.610881
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x003d-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #253 [hci0] 119.661340
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 20                                                                                                                                                                                                       #254 [hci0] 119.710713
      ATT: Read By Type Response (0x09) len 15
        Attribute data length: 7
        Attribute data list: 2 entries
        Handle: 0x0041
        Value: 1a42002b2a
        Handle: 0x0044
        Value: 1a4500042a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #255 [hci0] 119.710804
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0045-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #256 [hci0] 119.761347
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #257 [hci0] 119.810793
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0047
        Value: 144800000710af090018211235000001000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #258 [hci0] 119.810887
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0048-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #259 [hci0] 119.861348
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #260 [hci0] 119.910792
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x004a
        Value: 104b00000710af090018211235000002000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #261 [hci0] 119.910911
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x004b-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #262 [hci0] 119.961347
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #263 [hci0] 120.010792
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x004d
        Value: 144e00000710af090018211235000003000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #264 [hci0] 120.010917
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x004e-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #265 [hci0] 120.061343
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #266 [hci0] 120.160896
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0050
        Value: 145100000710af090018211235000004000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #267 [hci0] 120.160989
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0051-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #268 [hci0] 120.211350
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #269 [hci0] 120.260796
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0053
        Value: 105400000710af090018211235000005000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #270 [hci0] 120.260925
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0054-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #271 [hci0] 120.311348
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #272 [hci0] 120.360824
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0056
        Value: 125700000710af090018211235000006000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #273 [hci0] 120.360918
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0057-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #274 [hci0] 120.411380
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #275 [hci0] 120.460833
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0059
        Value: 125a00000710af090018211235000007000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #276 [hci0] 120.460926
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x005a-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #277 [hci0] 120.511344
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #278 [hci0] 120.560798
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x005f
        Value: 106000000710af090018211235000010000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #279 [hci0] 120.560894
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0060-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #280 [hci0] 120.611349
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #281 [hci0] 120.660797
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0062
        Value: 086300000710af09001821123500000e000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #282 [hci0] 120.660893
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0063-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #283 [hci0] 120.711349
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #284 [hci0] 120.760796
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0065
        Value: 166600000710af090018211235000020000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #285 [hci0] 120.760888
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0066-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #286 [hci0] 120.811349
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #287 [hci0] 120.860791
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0068
        Value: 146900000710af090018211235000016000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #288 [hci0] 120.860884
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0069-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #289 [hci0] 120.911350
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #290 [hci0] 120.960798
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x006b
        Value: 146c00000710af090018211235000017000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #291 [hci0] 120.960899
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x006c-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #292 [hci0] 121.011352
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #293 [hci0] 121.060793
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0071
        Value: 167200000710af090018211235000009000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #294 [hci0] 121.060886
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0072-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #295 [hci0] 121.111344
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #296 [hci0] 121.160790
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x0074
        Value: 087500ddfe
        Handle: 0x0076
        Value: 027700defe
        Handle: 0x0078
        Value: 027900dffe
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #297 [hci0] 121.160875
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0079-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #298 [hci0] 121.211345
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #299 [hci0] 121.260791
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x007a
        Value: 0a7b00d0fe
        Handle: 0x007c
        Value: 0a7d00d1fe
        Handle: 0x007e
        Value: 027f00d2fe
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #300 [hci0] 121.260883
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x007f-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #301 [hci0] 121.311349
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #302 [hci0] 121.360790
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x0080
        Value: 0a8100d3fe
        Handle: 0x0085
        Value: 108600372a
        Handle: 0x0088
        Value: 0a8900392a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #303 [hci0] 121.360891
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0089-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #304 [hci0] 121.411350
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #305 [hci0] 121.460797
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x008d
        Value: 0a8e00462a
        Handle: 0x008f
        Value: 1a9000442a
        Handle: 0x0095
        Value: 049600062a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #306 [hci0] 121.460903
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0096-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #307 [hci0] 121.511346
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 13                                                                                                                                                                                                       #308 [hci0] 121.560658
      ATT: Read By Type Response (0x09) len 8
        Attribute data length: 7
        Attribute data list: 1 entry
        Handle: 0x009a
        Value: 1a9b00024a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #309 [hci0] 121.560749
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x009b-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #310 [hci0] 121.611348
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 9                                                                                                                                                                                                        #311 [hci0] 121.660634
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x009b
        Error: Attribute Not Found (0x0a)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #312 [hci0] 121.660812
      ATT: Read By Group Type Request (0x10) len 6
        Handle range: 0x0001-0xffff
        Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #313 [hci0] 121.711393
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 24                                                                                                                                                                                                       #314 [hci0] 121.760804
      ATT: Read By Group Type Response (0x11) len 19
        Attribute data length: 6
        Attribute group list: 3 entries
        Handle range: 0x0001-0x0004
        UUID: Generic Attribute Profile (0x1801)
        Handle range: 0x0014-0x0018
        UUID: Generic Access Profile (0x1800)
        Handle range: 0x0028-0x0035
        UUID: Device Information (0x180a)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #315 [hci0] 121.760902
      ATT: Read By Group Type Request (0x10) len 6
        Handle range: 0x0036-0xffff
        Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #316 [hci0] 121.811403
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 26                                                                                                                                                                                                       #317 [hci0] 121.860793
      ATT: Read By Group Type Response (0x11) len 21
        Attribute data length: 20
        Attribute group list: 1 entry
        Handle range: 0x0038-0x003d
        UUID: Vendor specific (00001530-0000-3512-2118-0009af100700)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #318 [hci0] 121.860910
      ATT: Read By Group Type Request (0x10) len 6
        Handle range: 0x003e-0xffff
        Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #319 [hci0] 121.911395
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 24                                                                                                                                                                                                       #320 [hci0] 121.960794
      ATT: Read By Group Type Response (0x11) len 19
        Attribute data length: 6
        Attribute group list: 3 entries
        Handle range: 0x0040-0x006d
        UUID: Anhui Huami Information Technology Co., Ltd.  (0xfee0)
        Handle range: 0x0070-0x0081
        UUID: Anhui Huami Information Technology Co., Ltd.  (0xfee1)
        Handle range: 0x0084-0x0089
        UUID: Heart Rate (0x180d)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #321 [hci0] 121.960913
      ATT: Read By Group Type Request (0x10) len 6
        Handle range: 0x008a-0xffff
        Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #322 [hci0] 122.011378
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 24                                                                                                                                                                                                       #323 [hci0] 122.060795
      ATT: Read By Group Type Response (0x11) len 19
        Attribute data length: 6
        Attribute group list: 3 entries
        Handle range: 0x008c-0x0091
        UUID: Alert Notification Service (0x1811)
        Handle range: 0x0094-0x0096
        UUID: Immediate Alert (0x1802)
        Handle range: 0x0099-0x009c
        UUID: Unknown (0x3802)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #324 [hci0] 122.060899
      ATT: Read By Group Type Request (0x10) len 6
        Handle range: 0x009d-0xffff
        Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #325 [hci0] 122.111381
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 9                                                                                                                                                                                                        #326 [hci0] 122.160633
      ATT: Error Response (0x01) len 4
        Read By Group Type Request (0x10)
        Handle: 0x009d
        Error: Attribute Not Found (0x0a)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #327 [hci0] 122.160913
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                                                                                                        #328 [hci0] 122.210782
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                        #329 [hci0] 122.210862
      ATT: Error Response (0x01) len 4
        Exchange MTU Request (0x02)
        Handle: 0x0000
        Error: Request Not Supported (0x06)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #330 [hci0] 122.211372
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #331 [hci0] 122.260895
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x0002
        Value: 220300052a
        Handle: 0x0015
        Value: 021600002a
        Handle: 0x0017
        Value: 021800012a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #332 [hci0] 122.261001
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0018-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #333 [hci0] 122.261342
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #334 [hci0] 122.311380
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #335 [hci0] 122.360952
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x0029
        Value: 022a00252a
        Handle: 0x002b
        Value: 022c00272a
        Handle: 0x002d
        Value: 022e00282a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #336 [hci0] 122.361053
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x002e-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #337 [hci0] 122.411382
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 20                                                                                                                                                                                                       #338 [hci0] 122.460774
      ATT: Read By Type Response (0x09) len 15
        Attribute data length: 7
        Attribute data list: 2 entries
        Handle: 0x002f
        Value: 023000232a
        Handle: 0x0031
        Value: 023200502a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #339 [hci0] 122.460895
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0032-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #340 [hci0] 122.511381
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #341 [hci0] 122.560827
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0033
        Value: 143400000710af090018211235000014000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #342 [hci0] 122.560928
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0034-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #343 [hci0] 122.611381
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #344 [hci0] 122.660834
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0039
        Value: 183a00000710af090018211235000031150000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #345 [hci0] 122.660927
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x003a-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #346 [hci0] 122.711350
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #347 [hci0] 122.760848
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x003c
        Value: 043d00000710af090018211235000032150000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #348 [hci0] 122.760936
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x003d-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #349 [hci0] 122.811381
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 20                                                                                                                                                                                                       #350 [hci0] 122.860779
      ATT: Read By Type Response (0x09) len 15
        Attribute data length: 7
        Attribute data list: 2 entries
        Handle: 0x0041
        Value: 1a42002b2a
        Handle: 0x0044
        Value: 1a4500042a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #351 [hci0] 122.860877
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0045-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #352 [hci0] 122.911375
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #353 [hci0] 122.960844
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0047
        Value: 144800000710af090018211235000001000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #354 [hci0] 122.960934
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0048-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #355 [hci0] 123.011382
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #356 [hci0] 123.060795
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x004a
        Value: 104b00000710af090018211235000002000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #357 [hci0] 123.060895
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x004b-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #358 [hci0] 123.111387
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #359 [hci0] 123.160835
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x004d
        Value: 144e00000710af090018211235000003000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #360 [hci0] 123.160938
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x004e-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #361 [hci0] 123.211378
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #362 [hci0] 123.260810
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0050
        Value: 145100000710af090018211235000004000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #363 [hci0] 123.260889
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0051-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #364 [hci0] 123.311382
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #365 [hci0] 123.360838
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0053
        Value: 105400000710af090018211235000005000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #366 [hci0] 123.360938
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0054-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #367 [hci0] 123.411385
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #368 [hci0] 123.460829
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0056
        Value: 125700000710af090018211235000006000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #369 [hci0] 123.460923
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0057-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #370 [hci0] 123.511380
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #371 [hci0] 123.560829
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0059
        Value: 125a00000710af090018211235000007000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #372 [hci0] 123.560925
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x005a-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #373 [hci0] 123.611381
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #374 [hci0] 123.660854
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x005f
        Value: 106000000710af090018211235000010000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #375 [hci0] 123.660934
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0060-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #376 [hci0] 123.711388
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #377 [hci0] 123.760829
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0062
        Value: 086300000710af09001821123500000e000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #378 [hci0] 123.760911
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0063-0xffff
        Attribute type: Characteristic (0x2803)
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                                       #379 [hci0] 123.761692
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                        #380 [hci0] 123.761740
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0000
        Error: Request Not Supported (0x06)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #381 [hci0] 123.811385
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #382 [hci0] 123.812379
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #383 [hci0] 123.860852
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0065
        Value: 166600000710af090018211235000020000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #384 [hci0] 123.860932
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0066-0xffff
        Attribute type: Characteristic (0x2803)
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                                       #385 [hci0] 123.861687
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Device Name (0x2a00)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                        #386 [hci0] 123.861752
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0000
        Error: Request Not Supported (0x06)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #387 [hci0] 123.911384
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #388 [hci0] 123.912343
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #389 [hci0] 123.960854
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0068
        Value: 146900000710af090018211235000016000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #390 [hci0] 123.960950
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0069-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #391 [hci0] 124.013382
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #392 [hci0] 124.060873
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x006b
        Value: 146c00000710af090018211235000017000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #393 [hci0] 124.060971
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x006c-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #394 [hci0] 124.111377
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #395 [hci0] 124.160860
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 21
        Attribute data list: 1 entry
        Handle: 0x0071
        Value: 167200000710af090018211235000009000000
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #396 [hci0] 124.160957
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0072-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #397 [hci0] 124.211377
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #398 [hci0] 124.260821
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x0074
        Value: 087500ddfe
        Handle: 0x0076
        Value: 027700defe
        Handle: 0x0078
        Value: 027900dffe
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #399 [hci0] 124.260916
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0079-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #400 [hci0] 124.311420
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #401 [hci0] 124.360821
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x007a
        Value: 0a7b00d0fe
        Handle: 0x007c
        Value: 0a7d00d1fe
        Handle: 0x007e
        Value: 027f00d2fe
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #402 [hci0] 124.360934
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x007f-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #403 [hci0] 124.411402
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #404 [hci0] 124.460863
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x0080
        Value: 0a8100d3fe
        Handle: 0x0085
        Value: 108600372a
        Handle: 0x0088
        Value: 0a8900392a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #405 [hci0] 124.460976
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0089-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #406 [hci0] 124.511388
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                       #407 [hci0] 124.560871
      ATT: Read By Type Response (0x09) len 22
        Attribute data length: 7
        Attribute data list: 3 entries
        Handle: 0x008d
        Value: 0a8e00462a
        Handle: 0x008f
        Value: 1a9000442a
        Handle: 0x0095
        Value: 049600062a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #408 [hci0] 124.560968
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0096-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #409 [hci0] 124.611385
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 13                                                                                                                                                                                                       #410 [hci0] 124.660686
      ATT: Read By Type Response (0x09) len 8
        Attribute data length: 7
        Attribute data list: 1 entry
        Handle: 0x009a
        Value: 1a9b00024a
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                                       #411 [hci0] 124.660766
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x009b-0xffff
        Attribute type: Characteristic (0x2803)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                              #412 [hci0] 124.711348
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 9                                                                                                                                                                                                        #413 [hci0] 124.760660
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x009b
        Error: Attribute Not Found (0x0a)
< HCI Command: Disconnect (0x01|0x0006) plen 3                                                                                                                                                                                                      #414 [hci0] 126.787214
        Handle: 3585
        Reason: Remote User Terminated Connection (0x13)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                                           #415 [hci0] 126.788397
      Disconnect (0x01|0x0006) ncmd 1
        Status: Success (0x00)
> HCI Event: Disconnect Complete (0x05) plen 4                                                                                                                                                                                                      #416 [hci0] 126.811366
        Status: Success (0x00)
        Handle: 3585
        Reason: Connection Terminated By Local Host (0x16)
@ MGMT Event: Device Disconnected (0x000c) plen 8                                                                                                                                                                                               {0x0001} [hci0] 126.811405
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Reason: Connection terminated by local host (0x02)





[-- Attachment #3: btmon_gatttool.txt --]
[-- Type: text/plain, Size: 15350 bytes --]

gatttool

[F8:C3:D1:B0:5A:3A][LE]> connect
Attempting to connect to F8:C3:D1:B0:5A:3A
Connection successful
[F8:C3:D1:B0:5A:3A][LE]> char-write-req 0x0072 0100
Error: Characteristic Write Request failed: Attribute can't be written
[F8:C3:D1:B0:5A:3A][LE]> char-write-req 0x0073 0100
Characteristic value was written successfully
[F8:C3:D1:B0:5A:3A][LE]> char-write-cmd 0x0072 0100
Notification handle = 0x0072 value: 10 01 81 01 18 63 c2 cc e5 d1 59 41 3b ed 92 c4 b1 63 c2 79
[F8:C3:D1:B0:5A:3A][LE]>


----------

btmon:

piggz@adam-laptop ~ $ sudo btmon
Bluetooth monitor ver 5.63
= Note: Linux version 5.16.14-1-default (x86_64)                                                                                                                                                                                                                  0.393864
= Note: Bluetooth subsystem version 2.22                                                                                                                                                                                                                          0.393868
= New Index: DC:53:60:51:00:C6 (Primary,USB,hci0)                                                                                                                                                                                                          [hci0] 0.393869
= Open Index: DC:53:60:51:00:C6                                                                                                                                                                                                                            [hci0] 0.393869
= Index Info: DC:53:60:51:00:C6 (Intel Corp.)                                                                                                                                                                                                              [hci0] 0.393870
@ MGMT Open: bluetoothd (privileged) version 1.21                                                                                                                                                                                                        {0x0001} 0.393871
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7                                                                                                                                                                                              #1 [hci0] 7.719999
        Type: Passive (0x00)
        Interval: 60.000 msec (0x0060)
        Window: 60.000 msec (0x0060)
        Own address type: Public (0x00)
        Filter policy: Accept all advertisement (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                             #2 [hci0] 7.836024
      LE Set Scan Parameters (0x08|0x000b) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                                                  #3 [hci0] 7.836096
        Scanning: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                             #4 [hci0] 7.836936
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 29                                                                                                                                                                                                               #5 [hci0] 7.958973
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: 40:73:4D:6C:3A:23 (Resolvable)
        Data length: 17
        Flags: 0x1a
          LE General Discoverable Mode
          Simultaneous LE and BR/EDR (Controller)
          Simultaneous LE and BR/EDR (Host)
        TX power: 12 dBm
        Company: Apple, Inc. (76)
          Type: Unknown (16)
          Data: 5e1c951fd8
        RSSI: -86 dBm (0xaa)
> HCI Event: LE Meta Event (0x3e) plen 40                                                                                                                                                                                                               #6 [hci0] 7.981212
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Scannable undirected - ADV_SCAN_IND (0x02)
        Address type: Random (0x01)
        Address: 7E:51:8A:D0:C1:B6 (Resolvable)
        Data length: 28
        16-bit Service UUIDs (complete): 1 entry
          Apple, Inc. (0xfd6f)
        Service Data (UUID 0xfd6f): 95ae67f112c003bfbc586e9f08b0ecefc93da25b
        RSSI: -84 dBm (0xac)
> HCI Event: LE Meta Event (0x3e) plen 43                                                                                                                                                                                                               #7 [hci0] 8.603059
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: F8:C3:D1:B0:5A:3A (Static)
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
        RSSI: -53 dBm (0xcb)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                                                  #8 [hci0] 8.603162
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                             #9 [hci0] 8.610021
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Create Connection (0x08|0x000d) plen 25                                                                                                                                                                                              #10 [hci0] 8.610082
        Scan interval: 60.000 msec (0x0060)
        Scan window: 60.000 msec (0x0060)
        Filter policy: Accept list is not used (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Own address type: Public (0x00)
        Min connection interval: 30.00 msec (0x0018)
        Max connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Min connection length: 0.000 msec (0x0000)
        Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                                              #11 [hci0] 8.610948
      LE Create Connection (0x08|0x000d) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19                                                                                                                                                                                                              #12 [hci0] 9.455186
      LE Connection Complete (0x01)
        Status: Success (0x00)
        Handle: 3585
        Role: Central (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Central clock accuracy: 0x00
@ MGMT Event: Device Connected (0x000b) plen 44                                                                                                                                                                                                   {0x0001} [hci0] 9.455262
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Flags: 0x00000008
          Connection Locally Initiated
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
< HCI Command: LE Read Remote Used Features (0x08|0x0016) plen 2                                                                                                                                                                                       #13 [hci0] 9.455478
        Handle: 3585
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                                              #14 [hci0] 9.456955
      LE Read Remote Used Features (0x08|0x0016) ncmd 1
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 12                                                                                                                                                                                                              #15 [hci0] 9.504966
      LE Read Remote Used Features (0x04)
        Status: Success (0x00)
        Handle: 3585
        Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
          LE Encryption
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                                                                                                           #16 [hci0] 9.652964
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                           #17 [hci0] 9.653250
      ATT: Error Response (0x01) len 4
        Exchange MTU Request (0x02)
        Handle: 0x0000
        Error: Request Not Supported (0x06)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                 #18 [hci0] 9.704002
        Num handles: 1
        Handle: 3585
        Count: 1
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                          #19 [hci0] 12.045092
      ATT: Write Request (0x12) len 4
        Handle: 0x0072
          Data: 0100
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #20 [hci0] 12.054194
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 9                                                                                                                                                                                                          #21 [hci0] 12.102965
      ATT: Error Response (0x01) len 4
        Write Request (0x12)
        Handle: 0x0072
        Error: Write Not Permitted (0x03)
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                                                                                                          #22 [hci0] 12.652941
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                          #23 [hci0] 12.653313
      ATT: Error Response (0x01) len 4
        Exchange MTU Request (0x02)
        Handle: 0x0000
        Error: Request Not Supported (0x06)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #24 [hci0] 12.704047
        Num handles: 1
        Handle: 3585
        Count: 1
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                          #25 [hci0] 15.609948
      ATT: Write Request (0x12) len 4
        Handle: 0x0073
          Data: 0100
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #26 [hci0] 15.754180
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 5                                                                                                                                                                                                          #27 [hci0] 15.803128
      ATT: Write Response (0x13) len 0
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                          #28 [hci0] 21.310170
      ATT: Write Command (0x52) len 4
        Handle: 0x0072
          Data: 0100
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #29 [hci0] 21.454029
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                                         #30 [hci0] 21.503149
      ATT: Handle Value Notification (0x1b) len 22
        Handle: 0x0072
          Data: 100181011863c2cce5d159413bed92c4b163c279




[-- Attachment #4: btmon_py-gatt.txt --]
[-- Type: text/plain, Size: 28951 bytes --]

test.py:
import gatt

manager = gatt.DeviceManager(adapter_name='hci0')

class AnyDevice(gatt.Device):
    def connect_succeeded(self):
        super().connect_succeeded()
        print("[%s] Connected" % (self.mac_address))

    def connect_failed(self, error):
        super().connect_failed(error)
        print("[%s] Connection failed: %s" % (self.mac_address, str(error)))

    def disconnect_succeeded(self):
        super().disconnect_succeeded()
        print("[%s] Disconnected" % (self.mac_address))

    def services_resolved(self):
        super().services_resolved()

        print("[%s] Resolved services" % (self.mac_address))
        for service in self.services:
            print("[%s]  Service [%s]" % (self.mac_address, service.uuid))
            for characteristic in service.characteristics:
                print("[%s]    Characteristic [%s]" % (self.mac_address, characteristic.uuid))


device = AnyDevice(mac_address='F8:C3:D1:B0:5A:3A', manager=manager)
device.connect()

manager.run()



----------

output:

piggz@adam-laptop ~ $ python3 test.py
[F8:C3:D1:B0:5A:3A] Connected
[F8:C3:D1:B0:5A:3A] Resolved services
[F8:C3:D1:B0:5A:3A] Disconnected


----------

btmon:

piggz@adam-laptop ~ $ sudo btmon
Bluetooth monitor ver 5.63
= Note: Linux version 5.16.14-1-default (x86_64)                                                                                                                                                                                                                  0.241046
= Note: Bluetooth subsystem version 2.22                                                                                                                                                                                                                          0.241054
= New Index: DC:53:60:51:00:C6 (Primary,USB,hci0)                                                                                                                                                                                                          [hci0] 0.241057
= Open Index: DC:53:60:51:00:C6                                                                                                                                                                                                                            [hci0] 0.241058
= Index Info: DC:53:60:51:00:C6 (Intel Corp.)                                                                                                                                                                                                              [hci0] 0.241060
@ MGMT Open: bluetoothd (privileged) version 1.21                                                                                                                                                                                                        {0x0001} 0.241063
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7                                                                                                                                                                                              #1 [hci0] 6.417520
        Type: Passive (0x00)
        Interval: 60.000 msec (0x0060)
        Window: 60.000 msec (0x0060)
        Own address type: Public (0x00)
        Filter policy: Accept all advertisement (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                             #2 [hci0] 6.532227
      LE Set Scan Parameters (0x08|0x000b) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                                                  #3 [hci0] 6.532295
        Scanning: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                             #4 [hci0] 6.533227
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 29                                                                                                                                                                                                               #5 [hci0] 6.578283
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: 53:61:83:76:FA:7E (Resolvable)
        Data length: 17
        Flags: 0x1a
          LE General Discoverable Mode
          Simultaneous LE and BR/EDR (Controller)
          Simultaneous LE and BR/EDR (Host)
        TX power: 12 dBm
        Company: Apple, Inc. (76)
          Type: Unknown (16)
          Data: 5e1ccb63cd
        RSSI: -83 dBm (0xad)
> HCI Event: LE Meta Event (0x3e) plen 40                                                                                                                                                                                                               #6 [hci0] 6.676444
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Scannable undirected - ADV_SCAN_IND (0x02)
        Address type: Random (0x01)
        Address: 7E:51:8A:D0:C1:B6 (Resolvable)
        Data length: 28
        16-bit Service UUIDs (complete): 1 entry
          Apple, Inc. (0xfd6f)
        Service Data (UUID 0xfd6f): 95ae67f112c003bfbc586e9f08b0ecefc93da25b
        RSSI: -82 dBm (0xae)
> HCI Event: LE Meta Event (0x3e) plen 43                                                                                                                                                                                                               #7 [hci0] 7.350358
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: F8:C3:D1:B0:5A:3A (Static)
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
        RSSI: -50 dBm (0xce)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                                                  #8 [hci0] 7.350541
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                                             #9 [hci0] 7.362341
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Create Connection (0x08|0x000d) plen 25                                                                                                                                                                                              #10 [hci0] 7.362426
        Scan interval: 60.000 msec (0x0060)
        Scan window: 60.000 msec (0x0060)
        Filter policy: Accept list is not used (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Own address type: Public (0x00)
        Min connection interval: 30.00 msec (0x0018)
        Max connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Min connection length: 0.000 msec (0x0000)
        Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                                              #11 [hci0] 7.363236
      LE Create Connection (0x08|0x000d) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19                                                                                                                                                                                                              #12 [hci0] 8.204341
      LE Connection Complete (0x01)
        Status: Success (0x00)
        Handle: 3585
        Role: Central (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Central clock accuracy: 0x00
@ MGMT Event: Device Connected (0x000b) plen 44                                                                                                                                                                                                   {0x0001} [hci0] 8.204472
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Flags: 0x00000008
          Connection Locally Initiated
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
< HCI Command: LE Read Remote Used Features (0x08|0x0016) plen 2                                                                                                                                                                                       #13 [hci0] 8.204678
        Handle: 3585
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                                              #14 [hci0] 8.205238
      LE Read Remote Used Features (0x08|0x0016) ncmd 1
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 12                                                                                                                                                                                                              #15 [hci0] 8.253255
      LE Read Remote Used Features (0x04)
        Status: Success (0x00)
        Handle: 3585
        Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
          LE Encryption
< HCI Command: LE Start Encryption (0x08|0x0019) plen 28                                                                                                                                                                                               #16 [hci0] 8.253353
        Handle: 3585
        Random number: 0x4466d17a4fe0a6d4
        Encrypted diversifier: 0xdc96
        Long term key: 86f2f8d5c8b54af78af65be71cd95bc0
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                                              #17 [hci0] 8.254231
      LE Start Encryption (0x08|0x0019) ncmd 1
        Status: Success (0x00)
> HCI Event: Encryption Change (0x08) plen 4                                                                                                                                                                                                           #18 [hci0] 8.651338
        Status: Success (0x00)
        Handle: 3585
        Encryption: Enabled with AES-CCM (0x01)
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                                           #19 [hci0] 8.652170
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 517
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                                                                                                           #20 [hci0] 8.701333
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                                           #21 [hci0] 8.701495
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 517
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                 #22 [hci0] 8.703243
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                 #23 [hci0] 8.753241
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                                                                                                           #24 [hci0] 8.801367
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 252
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                                           #25 [hci0] 8.801870
      ATT: Read Request (0x0a) len 2
        Handle: 0x0032
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                 #26 [hci0] 8.851301
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 12                                                                                                                                                                                                          #27 [hci0] 8.901345
      ATT: Read Response (0x0b) len 7
        Value: 01570140000101
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                                           #28 [hci0] 8.901729
      ATT: Read Request (0x0a) len 2
        Handle: 0x0016
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                 #29 [hci0] 8.951330
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 19                                                                                                                                                                                                          #30 [hci0] 9.001361
      ATT: Read Response (0x0b) len 14
        Value: 416d617a66697420475452203200
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                                           #31 [hci0] 9.001924
      ATT: Read Request (0x0a) len 2
        Handle: 0x0018
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                 #32 [hci0] 9.051250
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                                                                                                          #33 [hci0] 11.451362
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                                          #34 [hci0] 11.451706
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 247
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #35 [hci0] 11.501261
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                                         #36 [hci0] 12.151262
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 27                                                                                                                                                                                                         #37 [hci0] 12.151451
< ACL Data TX: Handle 3585 flags 0x01 dlen 27                                                                                                                                                                                                         #38 [hci0] 12.151459
< ACL Data TX: Handle 3585 flags 0x01 dlen 8                                                                                                                                                                                                          #39 [hci0] 12.151463
      ATT: Read By Type Response (0x09) len 57
        Attribute data length: 7
        Attribute data list: 8 entries
        Handle: 0x0002
        Value: 020300002a
        Handle: 0x0004
        Value: 020500012a
        Handle: 0x0006
        Value: 020700a62a
        Handle: 0x0009
        Value: 200a00052a
        Handle: 0x000c
        Value: 0a0d00292b
        Handle: 0x000e
        Value: 020f002a2b
        Handle: 0x0010
        Value: 0211003a2b
        Handle: 0x0013
        Value: 021400502a
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #40 [hci0] 12.201251
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #41 [hci0] 12.202245
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #42 [hci0] 12.203244
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                                         #43 [hci0] 12.251317
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0014-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                          #44 [hci0] 12.251461
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0014
        Error: Attribute Not Found (0x0a)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #45 [hci0] 12.301261
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                                         #46 [hci0] 12.351334
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Device Name (0x2a00)
< ACL Data TX: Handle 3585 flags 0x00 dlen 18                                                                                                                                                                                                         #47 [hci0] 12.351789
      ATT: Read By Type Response (0x09) len 13
        Attribute data length: 12
        Attribute data list: 1 entry
        Handle: 0x0003
        Value: 426c75655a20352e3633
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #48 [hci0] 12.402287
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                                         #49 [hci0] 22.139829
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 27                                                                                                                                                                                                         #50 [hci0] 22.140307
< ACL Data TX: Handle 3585 flags 0x01 dlen 27                                                                                                                                                                                                         #51 [hci0] 22.140358
< ACL Data TX: Handle 3585 flags 0x01 dlen 8                                                                                                                                                                                                          #52 [hci0] 22.140373
      ATT: Read By Type Response (0x09) len 57
        Attribute data length: 7
        Attribute data list: 8 entries
        Handle: 0x0002
        Value: 020300002a
        Handle: 0x0004
        Value: 020500012a
        Handle: 0x0006
        Value: 020700a62a
        Handle: 0x0009
        Value: 200a00052a
        Handle: 0x000c
        Value: 0a0d00292b
        Handle: 0x000e
        Value: 020f002a2b
        Handle: 0x0010
        Value: 0211003a2b
        Handle: 0x0013
        Value: 021400502a
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #53 [hci0] 22.152368
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #54 [hci0] 22.153363
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #55 [hci0] 22.154390
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                                         #56 [hci0] 22.201638
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0014-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                                          #57 [hci0] 22.202063
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0014
        Error: Attribute Not Found (0x0a)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #58 [hci0] 22.252332
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                                         #59 [hci0] 22.301618
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Device Name (0x2a00)
< ACL Data TX: Handle 3585 flags 0x00 dlen 18                                                                                                                                                                                                         #60 [hci0] 22.302244
      ATT: Read By Type Response (0x09) len 13
        Attribute data length: 12
        Attribute data list: 1 entry
        Handle: 0x0003
        Value: 426c75655a20352e3633
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                                                #61 [hci0] 22.352516
        Num handles: 1
        Handle: 3585
        Count: 1
< HCI Command: Disconnect (0x01|0x0006) plen 3                                                                                                                                                                                                        #62 [hci0] 41.023381
        Handle: 3585
        Reason: Remote User Terminated Connection (0x13)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                                             #63 [hci0] 41.141417
      Disconnect (0x01|0x0006) ncmd 1
        Status: Success (0x00)
> HCI Event: Disconnect Complete (0x05) plen 4                                                                                                                                                                                                        #64 [hci0] 41.152597
        Status: Success (0x00)
        Handle: 3585
        Reason: Connection Terminated By Local Host (0x16)
@ MGMT Event: Device Disconnected (0x000c) plen 8                                                                                                                                                                                                {0x0001} [hci0] 41.152660
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Reason: Connection terminated by local host (0x02)




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

* Re: GATT issue, possible bluez bug?
  2022-03-20 18:44 GATT issue, possible bluez bug? Adam Pigg
@ 2022-03-22  0:43 ` Luiz Augusto von Dentz
  2022-03-22  6:04   ` Luiz Augusto von Dentz
  2022-03-22  7:55   ` Adam Pigg
  0 siblings, 2 replies; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-03-22  0:43 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi
>
> A bit of background, I write a linux desktop/mobile app called
> Amazfish which interfaces with several watches over BLE using their
> GATT services.  To do this, I use the bluez dbus api (technically a
> thin wrapper around it I wrote called qble
> https://github.com/piggz/qble)
>
> All has been good so far, I support several generations of
> Huami/Amazfit watches, as well as the open source Pinetime and
> Bangle.js.  For the Amazfit watches, i have implementations for older
> devies such as the Bip, and newer ones such as the GTS.
>
> Much of the reverse engineering comes from the Android Gadget Bridge
> project, which supports many more devices.
>
> My community of users donated to buy me a newer device called a GTR2,
> which, according to the GB devs uses the same protocol as the slightly
> older GTS, and the packet captures I have from Android would support
> this.
>
> But this is where my trouble starts with Bluez, my existing
> implementation doesnt work at all.  Normally, after a connection, I
> would wait for the ServicesResolved signal, which happens pretty fast
> on all other devices, but on the GTR2, it takes about 30 seconds, by
> which time, the watch has disconnected. (i get a disconnected signal
> immediately after the ServicesResolved signal)
>
> To rule out my code, I have tried several things:
> Gatttool
> With gattool, i can connect, get the services, enable a notification,
> write a value and get the expected results seemingly fine
>
> Python-gatt (using the bluez dbus api)
> Im unable to iterate the services, like my app, it takes 30 seconds to
> get the signal and then swiftly disconnects
>
> Gattlib (https://github.com/labapart/gattlib)
> Gattlib is interesting as it appears to have "borrowed" much of its
> code directly from bluez.  When built against the system bluez, if the
> version is > 5.42, it will use the dbus api.  When I do this, again im
> unable to list services on the watch.  However, if I edit the build to
> force it to use its internal gatt implementation, which appears to be
> the same one used by gatttool, then, it IS able to interrogate the
> watch.
>
> I have attached 3 files
> 1. test python program which should print services, and associated btmon
> 2. btmon output while using gatttool
> 3. btmon output running gattlib discover example
>
> Note, other than discovery, I havnt been able to get gattlib to
> read/write/notify!
>
> It seems as though I may be triggering a bug in the bluez dbus api?
> Can anyone suggest anything?

What version are you using? I would first try with the latest to see
if that something already fixed.


-- 
Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-22  0:43 ` Luiz Augusto von Dentz
@ 2022-03-22  6:04   ` Luiz Augusto von Dentz
  2022-03-22  7:55   ` Adam Pigg
  1 sibling, 0 replies; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-03-22  6:04 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Mon, Mar 21, 2022 at 5:43 PM Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Adam,
>
> On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi
> >
> > A bit of background, I write a linux desktop/mobile app called
> > Amazfish which interfaces with several watches over BLE using their
> > GATT services.  To do this, I use the bluez dbus api (technically a
> > thin wrapper around it I wrote called qble
> > https://github.com/piggz/qble)
> >
> > All has been good so far, I support several generations of
> > Huami/Amazfit watches, as well as the open source Pinetime and
> > Bangle.js.  For the Amazfit watches, i have implementations for older
> > devies such as the Bip, and newer ones such as the GTS.
> >
> > Much of the reverse engineering comes from the Android Gadget Bridge
> > project, which supports many more devices.
> >
> > My community of users donated to buy me a newer device called a GTR2,
> > which, according to the GB devs uses the same protocol as the slightly
> > older GTS, and the packet captures I have from Android would support
> > this.
> >
> > But this is where my trouble starts with Bluez, my existing
> > implementation doesnt work at all.  Normally, after a connection, I
> > would wait for the ServicesResolved signal, which happens pretty fast
> > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > which time, the watch has disconnected. (i get a disconnected signal
> > immediately after the ServicesResolved signal)
> >
> > To rule out my code, I have tried several things:
> > Gatttool
> > With gattool, i can connect, get the services, enable a notification,
> > write a value and get the expected results seemingly fine
> >
> > Python-gatt (using the bluez dbus api)
> > Im unable to iterate the services, like my app, it takes 30 seconds to
> > get the signal and then swiftly disconnects
> >
> > Gattlib (https://github.com/labapart/gattlib)
> > Gattlib is interesting as it appears to have "borrowed" much of its
> > code directly from bluez.  When built against the system bluez, if the
> > version is > 5.42, it will use the dbus api.  When I do this, again im
> > unable to list services on the watch.  However, if I edit the build to
> > force it to use its internal gatt implementation, which appears to be
> > the same one used by gatttool, then, it IS able to interrogate the
> > watch.
> >
> > I have attached 3 files
> > 1. test python program which should print services, and associated btmon
> > 2. btmon output while using gatttool
> > 3. btmon output running gattlib discover example
> >
> > Note, other than discovery, I havnt been able to get gattlib to
> > read/write/notify!
> >
> > It seems as though I may be triggering a bug in the bluez dbus api?
> > Can anyone suggest anything?
>
> What version are you using? I would first try with the latest to see
> if that something already fixed.

Btw, please use bluetoothctl instead of gatttool, gatttool may
actually conflict with the bluetoothd.

-- 
Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-22  0:43 ` Luiz Augusto von Dentz
  2022-03-22  6:04   ` Luiz Augusto von Dentz
@ 2022-03-22  7:55   ` Adam Pigg
  2022-03-22 10:40     ` Adam Pigg
  1 sibling, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-03-22  7:55 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz

On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Adam,
>
> On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi
> >
> > A bit of background, I write a linux desktop/mobile app called
> > Amazfish which interfaces with several watches over BLE using their
> > GATT services.  To do this, I use the bluez dbus api (technically a
> > thin wrapper around it I wrote called qble
> > https://github.com/piggz/qble)
> >
> > All has been good so far, I support several generations of
> > Huami/Amazfit watches, as well as the open source Pinetime and
> > Bangle.js.  For the Amazfit watches, i have implementations for older
> > devies such as the Bip, and newer ones such as the GTS.
> >
> > Much of the reverse engineering comes from the Android Gadget Bridge
> > project, which supports many more devices.
> >
> > My community of users donated to buy me a newer device called a GTR2,
> > which, according to the GB devs uses the same protocol as the slightly
> > older GTS, and the packet captures I have from Android would support
> > this.
> >
> > But this is where my trouble starts with Bluez, my existing
> > implementation doesnt work at all.  Normally, after a connection, I
> > would wait for the ServicesResolved signal, which happens pretty fast
> > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > which time, the watch has disconnected. (i get a disconnected signal
> > immediately after the ServicesResolved signal)
> >
> > To rule out my code, I have tried several things:
> > Gatttool
> > With gattool, i can connect, get the services, enable a notification,
> > write a value and get the expected results seemingly fine
> >
> > Python-gatt (using the bluez dbus api)
> > Im unable to iterate the services, like my app, it takes 30 seconds to
> > get the signal and then swiftly disconnects
> >
> > Gattlib (https://github.com/labapart/gattlib)
> > Gattlib is interesting as it appears to have "borrowed" much of its
> > code directly from bluez.  When built against the system bluez, if the
> > version is > 5.42, it will use the dbus api.  When I do this, again im
> > unable to list services on the watch.  However, if I edit the build to
> > force it to use its internal gatt implementation, which appears to be
> > the same one used by gatttool, then, it IS able to interrogate the
> > watch.
> >
> > I have attached 3 files
> > 1. test python program which should print services, and associated btmon
> > 2. btmon output while using gatttool
> > 3. btmon output running gattlib discover example
> >
> > Note, other than discovery, I havnt been able to get gattlib to
> > read/write/notify!
> >
> > It seems as though I may be triggering a bug in the bluez dbus api?
> > Can anyone suggest anything?
>
> What version are you using? I would first try with the latest to see
> if that something already fixed.
>
>
Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)

I'll also try bluetoothctl and attach logs using that, though I
suspect it will behave the same as the python library and my own
library.

> --
> Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-22  7:55   ` Adam Pigg
@ 2022-03-22 10:40     ` Adam Pigg
  2022-03-22 21:35       ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-03-22 10:40 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

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

Hi Luiz


On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
> On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> <luiz.dentz@gmail.com> wrote:
> >
> > Hi Adam,
> >
> > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi
> > >
> > > A bit of background, I write a linux desktop/mobile app called
> > > Amazfish which interfaces with several watches over BLE using their
> > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > thin wrapper around it I wrote called qble
> > > https://github.com/piggz/qble)
> > >
> > > All has been good so far, I support several generations of
> > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > devies such as the Bip, and newer ones such as the GTS.
> > >
> > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > project, which supports many more devices.
> > >
> > > My community of users donated to buy me a newer device called a GTR2,
> > > which, according to the GB devs uses the same protocol as the slightly
> > > older GTS, and the packet captures I have from Android would support
> > > this.
> > >
> > > But this is where my trouble starts with Bluez, my existing
> > > implementation doesnt work at all.  Normally, after a connection, I
> > > would wait for the ServicesResolved signal, which happens pretty fast
> > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > which time, the watch has disconnected. (i get a disconnected signal
> > > immediately after the ServicesResolved signal)
> > >
> > > To rule out my code, I have tried several things:
> > > Gatttool
> > > With gattool, i can connect, get the services, enable a notification,
> > > write a value and get the expected results seemingly fine
> > >
> > > Python-gatt (using the bluez dbus api)
> > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > get the signal and then swiftly disconnects
> > >
> > > Gattlib (https://github.com/labapart/gattlib)
> > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > code directly from bluez.  When built against the system bluez, if the
> > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > unable to list services on the watch.  However, if I edit the build to
> > > force it to use its internal gatt implementation, which appears to be
> > > the same one used by gatttool, then, it IS able to interrogate the
> > > watch.
> > >
> > > I have attached 3 files
> > > 1. test python program which should print services, and associated btmon
> > > 2. btmon output while using gatttool
> > > 3. btmon output running gattlib discover example
> > >
> > > Note, other than discovery, I havnt been able to get gattlib to
> > > read/write/notify!
> > >
> > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > Can anyone suggest anything?
> >
> > What version are you using? I would first try with the latest to see
> > if that something already fixed.
> >
> >
> Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
>
> I'll also try bluetoothctl and attach logs using that, though I
> suspect it will behave the same as the python library and my own
> library.
>

Attached is the output of btmon while using bluetoothctl

bluetoothctl behaves the same as my lib and python, it is unable to
list services, and after a while, emits the ServicesResolved and
disconnected messages at the same time.  Im sure it should be able to
list the services immediately after connect just like gatttool can.

Thanks


> > --
> > Luiz Augusto von Dentz

[-- Attachment #2: btmon_bluetoothctl.txt --]
[-- Type: text/plain, Size: 20135 bytes --]

bluetoothctl:

[bluetooth]# connect F8:C3:D1:B0:5A:3A
Attempting to connect to F8:C3:D1:B0:5A:3A
[CHG] Device F8:C3:D1:B0:5A:3A Connected: yes
Connection successful
[Amazfit GTR 2]# menu gatt
Menu gatt:
Available commands:
-------------------
list-attributes [dev/local]                       List attributes
select-attribute <attribute/UUID>                 Select attribute
attribute-info [attribute/UUID]                   Select attribute
read [offset]                                     Read attribute value
write <data=xx xx ...> [offset] [type]            Write attribute value
acquire-write                                     Acquire Write file descriptor
release-write                                     Release Write file descriptor
acquire-notify                                    Acquire Notify file descriptor
release-notify                                    Release Notify file descriptor
notify <on/off>                                   Notify attribute value
clone [dev/attribute/UUID]                        Clone a device or attribute
register-application [UUID ...]                   Register profile to connect
unregister-application                            Unregister profile
register-service <UUID> [handle]                  Register application service.
unregister-service <UUID/object>                  Unregister application service
register-includes <UUID> [handle]                 Register as Included service in.
unregister-includes <Service-UUID><Inc-UUID>      Unregister Included service.
register-characteristic <UUID> <Flags=read,write,notify...> [handle] Register application characteristic
unregister-characteristic <UUID/object>           Unregister application characteristic
register-descriptor <UUID> <Flags=read,write...> [handle] Register application descriptor
unregister-descriptor <UUID/object>               Unregister application descriptor
back                                              Return to main menu
version                                           Display version
quit                                              Quit program
exit                                              Quit program
help                                              Display help about this program
export                                            Print environment variables
[Amazfit GTR 2]# list-attributes
[Amazfit GTR 2]# list-attributes
[CHG] Device F8:C3:D1:B0:5A:3A ServicesResolved: yes
[CHG] Device F8:C3:D1:B0:5A:3A ServicesResolved: no
[CHG] Device F8:C3:D1:B0:5A:3A Connected: no
[bluetooth]# list-attributes
Missing device address argument
[bluetooth]#



----------

btmon:

piggz@adam-laptop ~ $ sudo btmon
Bluetooth monitor ver 5.63
= Note: Linux version 5.16.14-1-default (x86_64)                                                                                                                                     0.789481
= Note: Bluetooth subsystem version 2.22                                                                                                                                             0.789491
= New Index: DC:53:60:51:00:C6 (Primary,USB,hci0)                                                                                                                             [hci0] 0.789493
= Open Index: DC:53:60:51:00:C6                                                                                                                                               [hci0] 0.789495
= Index Info: DC:53:60:51:00:C6 (Intel Corp.)                                                                                                                                 [hci0] 0.789497
@ MGMT Open: bluetoothd (privileged) version 1.21                                                                                                                           {0x0001} 0.789501
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7                                                                                                                #1 [hci0] 23.828121
        Type: Passive (0x00)
        Interval: 60.000 msec (0x0060)
        Window: 60.000 msec (0x0060)
        Own address type: Public (0x00)
        Filter policy: Accept all advertisement (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                               #2 [hci0] 23.945934
      LE Set Scan Parameters (0x08|0x000b) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                    #3 [hci0] 23.945959
        Scanning: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                               #4 [hci0] 23.946923
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 40                                                                                                                                 #5 [hci0] 24.036976
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Scannable undirected - ADV_SCAN_IND (0x02)
        Address type: Random (0x01)
        Address: 59:99:99:79:5A:A2 (Resolvable)
        Data length: 28
        16-bit Service UUIDs (complete): 1 entry
          Google (0xfe9f)
        Service Data (UUID 0xfe9f): 0000000000000000000000000000000000000000
        RSSI: -79 dBm (0xb1)
> HCI Event: LE Meta Event (0x3e) plen 43                                                                                                                                 #6 [hci0] 24.935972
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: F8:C3:D1:B0:5A:3A (Static)
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff02f8c3d1b05a3a
        RSSI: -55 dBm (0xc9)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                    #7 [hci0] 24.936049
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                               #8 [hci0] 24.960963
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Create Connection (0x08|0x000d) plen 25                                                                                                                 #9 [hci0] 24.961101
        Scan interval: 60.000 msec (0x0060)
        Scan window: 60.000 msec (0x0060)
        Filter policy: Accept list is not used (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Own address type: Public (0x00)
        Min connection interval: 30.00 msec (0x0018)
        Max connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Min connection length: 0.000 msec (0x0000)
        Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                #10 [hci0] 24.961888
      LE Create Connection (0x08|0x000d) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19                                                                                                                                #11 [hci0] 25.792901
      LE Connection Complete (0x01)
        Status: Success (0x00)
        Handle: 3585
        Role: Central (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Central clock accuracy: 0x00
@ MGMT Event: Device Connected (0x000b) plen 44                                                                                                                     {0x0001} [hci0] 25.792971
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Flags: 0x00000008
          Connection Locally Initiated
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff02f8c3d1b05a3a
< HCI Command: LE Read Remote Used Features (0x08|0x0016) plen 2                                                                                                         #12 [hci0] 25.793193
        Handle: 3585
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                #13 [hci0] 25.793895
      LE Read Remote Used Features (0x08|0x0016) ncmd 1
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 12                                                                                                                                #14 [hci0] 25.841893
      LE Read Remote Used Features (0x04)
        Status: Success (0x00)
        Handle: 3585
        Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
          LE Encryption
< HCI Command: LE Start Encryption (0x08|0x0019) plen 28                                                                                                                 #15 [hci0] 25.841997
        Handle: 3585
        Random number: 0x4466d17a4fe0a6d4
        Encrypted diversifier: 0xdc96
        Long term key: 86f2f8d5c8b54af78af65be71cd95bc0
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                #16 [hci0] 25.842883
      LE Start Encryption (0x08|0x0019) ncmd 1
        Status: Success (0x00)
> HCI Event: Encryption Change (0x08) plen 4                                                                                                                             #17 [hci0] 26.290886
        Status: Success (0x00)
        Handle: 3585
        Encryption: Enabled with AES-CCM (0x01)
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #18 [hci0] 26.291150
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 517
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #19 [hci0] 26.340636
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #20 [hci0] 26.341105
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 517
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #21 [hci0] 26.341885
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #22 [hci0] 26.391907
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 26.440658
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 252
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #24 [hci0] 26.441186
      ATT: Read Request (0x0a) len 2
        Handle: 0x0032
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #25 [hci0] 26.490891
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 12                                                                                                                            #26 [hci0] 26.540658
      ATT: Read Response (0x0b) len 7
        Value: 01570140000101
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #27 [hci0] 26.541145
      ATT: Read Request (0x0a) len 2
        Handle: 0x0016
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #28 [hci0] 26.640888
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 19                                                                                                                            #29 [hci0] 26.641236
      ATT: Read Response (0x0b) len 14
        Value: 416d617a66697420475452203200
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #30 [hci0] 26.641557
      ATT: Read Request (0x0a) len 2
        Handle: 0x0018
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #31 [hci0] 26.690889
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #32 [hci0] 29.073366
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #33 [hci0] 29.073754
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 247
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #34 [hci0] 29.090909
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #35 [hci0] 29.790616
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 27                                                                                                                            #36 [hci0] 29.791232
< ACL Data TX: Handle 3585 flags 0x01 dlen 27                                                                                                                            #37 [hci0] 29.791274
< ACL Data TX: Handle 3585 flags 0x01 dlen 8                                                                                                                             #38 [hci0] 29.791289
      ATT: Read By Type Response (0x09) len 57
        Attribute data length: 7
        Attribute data list: 8 entries
        Handle: 0x0002
        Value: 020300002a
        Handle: 0x0004
        Value: 020500012a
        Handle: 0x0006
        Value: 020700a62a
        Handle: 0x0009
        Value: 200a00052a
        Handle: 0x000c
        Value: 0a0d00292b
        Handle: 0x000e
        Value: 020f002a2b
        Handle: 0x0010
        Value: 0211003a2b
        Handle: 0x0013
        Value: 021400502a
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #39 [hci0] 29.840901
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #40 [hci0] 29.841879
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #41 [hci0] 29.842882
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #42 [hci0] 29.890579
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0014-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                             #43 [hci0] 29.890738
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0014
        Error: Attribute Not Found (0x0a)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #44 [hci0] 29.940895
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #45 [hci0] 29.990588
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Device Name (0x2a00)
< ACL Data TX: Handle 3585 flags 0x00 dlen 18                                                                                                                            #46 [hci0] 29.991016
      ATT: Read By Type Response (0x09) len 13
        Attribute data length: 12
        Attribute data list: 1 entry
        Handle: 0x0003
        Value: 426c75655a20352e3633
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #47 [hci0] 30.040906
        Num handles: 1
        Handle: 3585
        Count: 1
< HCI Command: Disconnect (0x01|0x0006) plen 3                                                                                                                           #48 [hci0] 58.673128
        Handle: 3585
        Reason: Remote User Terminated Connection (0x13)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                #49 [hci0] 58.790939
      Disconnect (0x01|0x0006) ncmd 1
        Status: Success (0x00)
> HCI Event: Disconnect Complete (0x05) plen 4                                                                                                                           #50 [hci0] 58.791937
        Status: Success (0x00)
        Handle: 3585
        Reason: Connection Terminated By Local Host (0x16)
@ MGMT Event: Device Disconnected (0x000c) plen 8                                                                                                                   {0x0001} [hci0] 58.791993
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Reason: Connection terminated by local host (0x02)



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

* Re: GATT issue, possible bluez bug?
  2022-03-22 10:40     ` Adam Pigg
@ 2022-03-22 21:35       ` Luiz Augusto von Dentz
  2022-03-22 23:09         ` Adam Pigg
  0 siblings, 1 reply; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-03-22 21:35 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
>
> On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi Luiz
> >
> > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > <luiz.dentz@gmail.com> wrote:
> > >
> > > Hi Adam,
> > >
> > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi
> > > >
> > > > A bit of background, I write a linux desktop/mobile app called
> > > > Amazfish which interfaces with several watches over BLE using their
> > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > thin wrapper around it I wrote called qble
> > > > https://github.com/piggz/qble)
> > > >
> > > > All has been good so far, I support several generations of
> > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > devies such as the Bip, and newer ones such as the GTS.
> > > >
> > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > project, which supports many more devices.
> > > >
> > > > My community of users donated to buy me a newer device called a GTR2,
> > > > which, according to the GB devs uses the same protocol as the slightly
> > > > older GTS, and the packet captures I have from Android would support
> > > > this.
> > > >
> > > > But this is where my trouble starts with Bluez, my existing
> > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > immediately after the ServicesResolved signal)
> > > >
> > > > To rule out my code, I have tried several things:
> > > > Gatttool
> > > > With gattool, i can connect, get the services, enable a notification,
> > > > write a value and get the expected results seemingly fine
> > > >
> > > > Python-gatt (using the bluez dbus api)
> > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > get the signal and then swiftly disconnects
> > > >
> > > > Gattlib (https://github.com/labapart/gattlib)
> > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > code directly from bluez.  When built against the system bluez, if the
> > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > unable to list services on the watch.  However, if I edit the build to
> > > > force it to use its internal gatt implementation, which appears to be
> > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > watch.
> > > >
> > > > I have attached 3 files
> > > > 1. test python program which should print services, and associated btmon
> > > > 2. btmon output while using gatttool
> > > > 3. btmon output running gattlib discover example
> > > >
> > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > read/write/notify!
> > > >
> > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > Can anyone suggest anything?
> > >
> > > What version are you using? I would first try with the latest to see
> > > if that something already fixed.
> > >
> > >
> > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> >
> > I'll also try bluetoothctl and attach logs using that, though I
> > suspect it will behave the same as the python library and my own
> > library.
> >
>
> Attached is the output of btmon while using bluetoothctl
>
> bluetoothctl behaves the same as my lib and python, it is unable to
> list services, and after a while, emits the ServicesResolved and
> disconnected messages at the same time.  Im sure it should be able to
> list the services immediately after connect just like gatttool can.

Looks like there is multiple rounds of MTU Exchange, not sure if that
is actually a problem but the spec does say it shall only be sent once
per client:

BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
page 1424:

This request shall only be sent once during a connection by the client.

There is also no response to frame #30:
< ACL Data TX: Handle 3585 flags 0x00 dlen 7

                           #30 [hci0] 26.641557
      ATT: Read Request (0x0a) len 2
        Handle: 0x0018

So after 30 seconds (ATT timeout) without receiving any response it disconnects:

< HCI Command: Disconnect (0x01|0x0006) plen 3

                           #48 [hci0] 58.673128
        Handle: 3585
        Reason: Remote User Terminated Connection (0x13)

> Thanks
>
>
> > > --
> > > Luiz Augusto von Dentz



-- 
Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-22 21:35       ` Luiz Augusto von Dentz
@ 2022-03-22 23:09         ` Adam Pigg
  2022-03-22 23:35           ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-03-22 23:09 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Thanks Luiz

On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Adam,
>
> On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi Luiz
> >
> >
> > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > <luiz.dentz@gmail.com> wrote:
> > > >
> > > > Hi Adam,
> > > >
> > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > thin wrapper around it I wrote called qble
> > > > > https://github.com/piggz/qble)
> > > > >
> > > > > All has been good so far, I support several generations of
> > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > >
> > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > project, which supports many more devices.
> > > > >
> > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > older GTS, and the packet captures I have from Android would support
> > > > > this.
> > > > >
> > > > > But this is where my trouble starts with Bluez, my existing
> > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > immediately after the ServicesResolved signal)
> > > > >
> > > > > To rule out my code, I have tried several things:
> > > > > Gatttool
> > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > write a value and get the expected results seemingly fine
> > > > >
> > > > > Python-gatt (using the bluez dbus api)
> > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > get the signal and then swiftly disconnects
> > > > >
> > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > force it to use its internal gatt implementation, which appears to be
> > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > watch.
> > > > >
> > > > > I have attached 3 files
> > > > > 1. test python program which should print services, and associated btmon
> > > > > 2. btmon output while using gatttool
> > > > > 3. btmon output running gattlib discover example
> > > > >
> > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > read/write/notify!
> > > > >
> > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > Can anyone suggest anything?
> > > >
> > > > What version are you using? I would first try with the latest to see
> > > > if that something already fixed.
> > > >
> > > >
> > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > >
> > > I'll also try bluetoothctl and attach logs using that, though I
> > > suspect it will behave the same as the python library and my own
> > > library.
> > >
> >
> > Attached is the output of btmon while using bluetoothctl
> >
> > bluetoothctl behaves the same as my lib and python, it is unable to
> > list services, and after a while, emits the ServicesResolved and
> > disconnected messages at the same time.  Im sure it should be able to
> > list the services immediately after connect just like gatttool can.
>
> Looks like there is multiple rounds of MTU Exchange, not sure if that
> is actually a problem but the spec does say it shall only be sent once
> per client:
>
> BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> page 1424:
>
> This request shall only be sent once during a connection by the client.
>
> There is also no response to frame #30:
> < ACL Data TX: Handle 3585 flags 0x00 dlen 7
>
>                            #30 [hci0] 26.641557
>       ATT: Read Request (0x0a) len 2
>         Handle: 0x0018
>
> So after 30 seconds (ATT timeout) without receiving any response it disconnects:
>

So, the verdict is that the watch isnt acting to spec right?

Why does gatttool work ok, is it a completely different implementation?

I understand if wouldnt be to spec, but would it be possible to make
bluez more resilient to devices not acting to spec?  Android and iOS
work just fine in this regard, so could bluez handle mis-behaving
devices more flexibly?

Do you have any suggestions for things I could try? I looked for
similar lines in the working gatttool log, and it doesnt have anything
like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
it behaving differently?


> < HCI Command: Disconnect (0x01|0x0006) plen 3
>
>                            #48 [hci0] 58.673128
>         Handle: 3585
>         Reason: Remote User Terminated Connection (0x13)
>
> > Thanks
> >
> >
> > > > --
> > > > Luiz Augusto von Dentz
>
>
>
> --
> Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-22 23:09         ` Adam Pigg
@ 2022-03-22 23:35           ` Luiz Augusto von Dentz
  2022-03-22 23:43             ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-03-22 23:35 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
>
> Thanks Luiz
>
> On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> <luiz.dentz@gmail.com> wrote:
> >
> > Hi Adam,
> >
> > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > >
> > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi Luiz
> > > >
> > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > <luiz.dentz@gmail.com> wrote:
> > > > >
> > > > > Hi Adam,
> > > > >
> > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > thin wrapper around it I wrote called qble
> > > > > > https://github.com/piggz/qble)
> > > > > >
> > > > > > All has been good so far, I support several generations of
> > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > >
> > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > project, which supports many more devices.
> > > > > >
> > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > this.
> > > > > >
> > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > immediately after the ServicesResolved signal)
> > > > > >
> > > > > > To rule out my code, I have tried several things:
> > > > > > Gatttool
> > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > write a value and get the expected results seemingly fine
> > > > > >
> > > > > > Python-gatt (using the bluez dbus api)
> > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > get the signal and then swiftly disconnects
> > > > > >
> > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > watch.
> > > > > >
> > > > > > I have attached 3 files
> > > > > > 1. test python program which should print services, and associated btmon
> > > > > > 2. btmon output while using gatttool
> > > > > > 3. btmon output running gattlib discover example
> > > > > >
> > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > read/write/notify!
> > > > > >
> > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > Can anyone suggest anything?
> > > > >
> > > > > What version are you using? I would first try with the latest to see
> > > > > if that something already fixed.
> > > > >
> > > > >
> > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > >
> > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > suspect it will behave the same as the python library and my own
> > > > library.
> > > >
> > >
> > > Attached is the output of btmon while using bluetoothctl
> > >
> > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > list services, and after a while, emits the ServicesResolved and
> > > disconnected messages at the same time.  Im sure it should be able to
> > > list the services immediately after connect just like gatttool can.
> >
> > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > is actually a problem but the spec does say it shall only be sent once
> > per client:
> >
> > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > page 1424:
> >
> > This request shall only be sent once during a connection by the client.
> >
> > There is also no response to frame #30:
> > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> >
> >                            #30 [hci0] 26.641557
> >       ATT: Read Request (0x0a) len 2
> >         Handle: 0x0018
> >
> > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> >
>
> So, the verdict is that the watch isnt acting to spec right?
>
> Why does gatttool work ok, is it a completely different implementation?
>
> I understand if wouldnt be to spec, but would it be possible to make
> bluez more resilient to devices not acting to spec?  Android and iOS
> work just fine in this regard, so could bluez handle mis-behaving
> devices more flexibly?

That I can't really explain, perhaps it is timing related, something
with Exchange MTU since it appears to stop the device from responding
when it happens a second time.

> Do you have any suggestions for things I could try? I looked for
> similar lines in the working gatttool log, and it doesnt have anything
> like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> it behaving differently?

Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
timer to start it later or perhaps the problem first response to
exchange MTU does actually use the final_mtu which makes the watch to
trigger yet another exchange to have both rx and tx MTU the same so
try with the following change:

diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
index 2adb4afbf..d326782bf 100644
--- a/src/shared/gatt-server.c
+++ b/src/shared/gatt-server.c
@@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
*chan, uint8_t opcode,
        final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);

        /* Respond with the server MTU */
-       put_le16(server->mtu, rsp_pdu);
+       put_le16(final_mtu, rsp_pdu);
        bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);

        /* Set MTU to be the minimum */


>
> > < HCI Command: Disconnect (0x01|0x0006) plen 3
> >
> >                            #48 [hci0] 58.673128
> >         Handle: 3585
> >         Reason: Remote User Terminated Connection (0x13)
> >
> > > Thanks
> > >
> > >
> > > > > --
> > > > > Luiz Augusto von Dentz
> >
> >
> >
> > --
> > Luiz Augusto von Dentz



-- 
Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-22 23:35           ` Luiz Augusto von Dentz
@ 2022-03-22 23:43             ` Luiz Augusto von Dentz
  2022-03-23  9:11               ` Adam Pigg
  0 siblings, 1 reply; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-03-22 23:43 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Adam,
>
> On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Thanks Luiz
> >
> > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > <luiz.dentz@gmail.com> wrote:
> > >
> > > Hi Adam,
> > >
> > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi Luiz
> > > >
> > > >
> > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Hi Luiz
> > > > >
> > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > <luiz.dentz@gmail.com> wrote:
> > > > > >
> > > > > > Hi Adam,
> > > > > >
> > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > thin wrapper around it I wrote called qble
> > > > > > > https://github.com/piggz/qble)
> > > > > > >
> > > > > > > All has been good so far, I support several generations of
> > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > >
> > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > project, which supports many more devices.
> > > > > > >
> > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > this.
> > > > > > >
> > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > immediately after the ServicesResolved signal)
> > > > > > >
> > > > > > > To rule out my code, I have tried several things:
> > > > > > > Gatttool
> > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > write a value and get the expected results seemingly fine
> > > > > > >
> > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > get the signal and then swiftly disconnects
> > > > > > >
> > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > watch.
> > > > > > >
> > > > > > > I have attached 3 files
> > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > 2. btmon output while using gatttool
> > > > > > > 3. btmon output running gattlib discover example
> > > > > > >
> > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > read/write/notify!
> > > > > > >
> > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > Can anyone suggest anything?
> > > > > >
> > > > > > What version are you using? I would first try with the latest to see
> > > > > > if that something already fixed.
> > > > > >
> > > > > >
> > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > >
> > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > suspect it will behave the same as the python library and my own
> > > > > library.
> > > > >
> > > >
> > > > Attached is the output of btmon while using bluetoothctl
> > > >
> > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > list services, and after a while, emits the ServicesResolved and
> > > > disconnected messages at the same time.  Im sure it should be able to
> > > > list the services immediately after connect just like gatttool can.
> > >
> > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > is actually a problem but the spec does say it shall only be sent once
> > > per client:
> > >
> > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > page 1424:
> > >
> > > This request shall only be sent once during a connection by the client.
> > >
> > > There is also no response to frame #30:
> > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > >
> > >                            #30 [hci0] 26.641557
> > >       ATT: Read Request (0x0a) len 2
> > >         Handle: 0x0018
> > >
> > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > >
> >
> > So, the verdict is that the watch isnt acting to spec right?
> >
> > Why does gatttool work ok, is it a completely different implementation?
> >
> > I understand if wouldnt be to spec, but would it be possible to make
> > bluez more resilient to devices not acting to spec?  Android and iOS
> > work just fine in this regard, so could bluez handle mis-behaving
> > devices more flexibly?
>
> That I can't really explain, perhaps it is timing related, something
> with Exchange MTU since it appears to stop the device from responding
> when it happens a second time.
>
> > Do you have any suggestions for things I could try? I looked for
> > similar lines in the working gatttool log, and it doesnt have anything
> > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > it behaving differently?
>
> Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> timer to start it later or perhaps the problem first response to
> exchange MTU does actually use the final_mtu which makes the watch to
> trigger yet another exchange to have both rx and tx MTU the same so
> try with the following change:
>
> diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> index 2adb4afbf..d326782bf 100644
> --- a/src/shared/gatt-server.c
> +++ b/src/shared/gatt-server.c
> @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> *chan, uint8_t opcode,
>         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
>
>         /* Respond with the server MTU */
> -       put_le16(server->mtu, rsp_pdu);
> +       put_le16(final_mtu, rsp_pdu);
>         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
>
>         /* Set MTU to be the minimum */

Hmm Im not sure if this will work since the peripheral seems to
respond different values 252 vs 247, also the spec does say that:

'The Server Rx MTU parameter shall be set to the *maximum size* of the
Attribute protocol PDU that the server can receive.
The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
and the Server Rx MTU*. The size is the same to ensure that a client can
correctly detect the final packet of a long attribute read.'

So my interpretation is that the minimum is calculated after the
Exchange is complete so it doesn't require the Server MTU to be
limited by the Client MTU, anyway if Android and iOS does apply the
minimum logic before responding we can do the same.

>
> >
> > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > >
> > >                            #48 [hci0] 58.673128
> > >         Handle: 3585
> > >         Reason: Remote User Terminated Connection (0x13)
> > >
> > > > Thanks
> > > >
> > > >
> > > > > > --
> > > > > > Luiz Augusto von Dentz
> > >
> > >
> > >
> > > --
> > > Luiz Augusto von Dentz
>
>
>
> --
> Luiz Augusto von Dentz



-- 
Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-22 23:43             ` Luiz Augusto von Dentz
@ 2022-03-23  9:11               ` Adam Pigg
  2022-03-23 13:36                 ` Adam Pigg
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-03-23  9:11 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

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

Hi Luiz

Good that you clearly know more about this than me!...

On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Adam,
>
> On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> <luiz.dentz@gmail.com> wrote:
> >
> > Hi Adam,
> >
> > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Thanks Luiz
> > >
> > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > <luiz.dentz@gmail.com> wrote:
> > > >
> > > > Hi Adam,
> > > >
> > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Hi Luiz
> > > > >
> > > > >
> > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > Hi Luiz
> > > > > >
> > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi Adam,
> > > > > > >
> > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > https://github.com/piggz/qble)
> > > > > > > >
> > > > > > > > All has been good so far, I support several generations of
> > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > >
> > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > project, which supports many more devices.
> > > > > > > >
> > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > this.
> > > > > > > >
> > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > >
> > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > Gatttool
> > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > >
> > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > get the signal and then swiftly disconnects
> > > > > > > >
> > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > watch.
> > > > > > > >
> > > > > > > > I have attached 3 files
> > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > 2. btmon output while using gatttool
> > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > >
> > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > read/write/notify!
> > > > > > > >
> > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > Can anyone suggest anything?
> > > > > > >
> > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > if that something already fixed.
> > > > > > >
> > > > > > >
> > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > >
> > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > suspect it will behave the same as the python library and my own
> > > > > > library.
> > > > > >
> > > > >
> > > > > Attached is the output of btmon while using bluetoothctl
> > > > >
> > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > list services, and after a while, emits the ServicesResolved and
> > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > list the services immediately after connect just like gatttool can.
> > > >
> > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > is actually a problem but the spec does say it shall only be sent once
> > > > per client:
> > > >
> > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > page 1424:
> > > >
> > > > This request shall only be sent once during a connection by the client.
> > > >
> > > > There is also no response to frame #30:
> > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > >
> > > >                            #30 [hci0] 26.641557
> > > >       ATT: Read Request (0x0a) len 2
> > > >         Handle: 0x0018
> > > >
> > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > >
> > >
> > > So, the verdict is that the watch isnt acting to spec right?
> > >
> > > Why does gatttool work ok, is it a completely different implementation?
> > >
> > > I understand if wouldnt be to spec, but would it be possible to make
> > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > work just fine in this regard, so could bluez handle mis-behaving
> > > devices more flexibly?
> >
> > That I can't really explain, perhaps it is timing related, something
> > with Exchange MTU since it appears to stop the device from responding
> > when it happens a second time.
> >
> > > Do you have any suggestions for things I could try? I looked for
> > > similar lines in the working gatttool log, and it doesnt have anything
> > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > it behaving differently?
> >
> > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > timer to start it later or perhaps the problem first response to
> > exchange MTU does actually use the final_mtu which makes the watch to
> > trigger yet another exchange to have both rx and tx MTU the same so
> > try with the following change:
> >
> > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > index 2adb4afbf..d326782bf 100644
> > --- a/src/shared/gatt-server.c
> > +++ b/src/shared/gatt-server.c
> > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > *chan, uint8_t opcode,
> >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> >
> >         /* Respond with the server MTU */
> > -       put_le16(server->mtu, rsp_pdu);
> > +       put_le16(final_mtu, rsp_pdu);
> >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> >
> >         /* Set MTU to be the minimum */
>
> Hmm Im not sure if this will work since the peripheral seems to
> respond different values 252 vs 247, also the spec does say that:
>
> 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> Attribute protocol PDU that the server can receive.
> The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> and the Server Rx MTU*. The size is the same to ensure that a client can
> correctly detect the final packet of a long attribute read.'
>
> So my interpretation is that the minimum is calculated after the
> Exchange is complete so it doesn't require the Server MTU to be
> limited by the Client MTU, anyway if Android and iOS does apply the
> minimum logic before responding we can do the same.
>

Maybe it will help if I attach an android packet capture....

The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
log can be opened in Wireshark, and to my untrained eye, it looks like
the MTU negotiation is at packets 451 and 452, and 247 is used?

Ill try and get the proposed patch built and see how it behaves

Thanks

> >
> > >
> > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > >
> > > >                            #48 [hci0] 58.673128
> > > >         Handle: 3585
> > > >         Reason: Remote User Terminated Connection (0x13)
> > > >
> > > > > Thanks
> > > > >
> > > > >
> > > > > > > --
> > > > > > > Luiz Augusto von Dentz
> > > >
> > > >
> > > >
> > > > --
> > > > Luiz Augusto von Dentz
> >
> >
> >
> > --
> > Luiz Augusto von Dentz
>
>
>
> --
> Luiz Augusto von Dentz

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: btsnoop_hci_zepp.log --]
[-- Type: text/x-log; charset="windows-1252"; name="btsnoop_hci_zepp.log", Size: 325631 bytes --]

btsnoop\0\0\0\0\x01\0\0\x03ê\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰Äq\x01\x03\f\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰1…\x04\x0e\x04\x01\x03\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰4½\x01\x05\x10\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x03\0\0\0\0\0â¸9‰9D\x04\x0e\v\x01\x05\x10\0\0\x042\x06\0\b\0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‰<|\x013\f\a›\x06ÿ\x14\0
\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰@Š\x04\x0e\x04\x013\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰C£\x01\x01\x10\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0â¸9‰Gî\x04\x0e\f\x01\x01\x10\0\x06\0\0\x06\x1d\0Ó\a\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰K&\x01	\x10\0\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0â¸9‰OR\x04\x0e
\x01	\x10\0o›i\v"¬\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰R©\x01\x02\x10\0\0\0\0G\0\0\0G\0\0\0\x03\0\0\0\0\0â¸9‰V¶\x04\x0eD\x01\x02\x10\0ÿÿÿ\x03Îÿïÿÿÿÿ\x7fò\x0fèþ?÷ƒÿ\x1c\0\0\0aÿÿÿ\x7f\x06 óÿ\0\0\0\0\0\0\0\0\0\0\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â¸9‰Zh\x01\x04\x10\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x03\0\0\0\0\0â¸9‰^\x1a\x04\x0e\x0e\x01\x04\x10\0\0\x02ÿþþØ?[‡\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9‰`÷\x01V\f\x01\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰e#\x04\x0e\x04\x01V\f\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰h\x1e\x01m\f\x02\x01\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰kÐ\x04\x0e\x04\x01m\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9‰oc\x01\x04\x10\x01\x01\0\0\0\x11\0\0\0\x11\0\0\0\x03\0\0\0\0\0â¸9‰s\x15\x04\x0e\x0e\x01\x04\x10\0\x01\x02\a\0\0\0\0\0\0\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9‰v\x10\x01\x04\x10\x01\x02\0\0\0\x11\0\0\0\x11\0\0\0\x03\0\0\0\0\0â¸9‰yá\x04\x0e\x0e\x01\x04\x10\0\x02\x02\0\x03\0\0\0\0\0\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰|Ü\x01\x0f \0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9‰€Ë\x04\x0e\x05\x01\x0f \0€\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰„\x03\x01\x02 \0\0\0\0
\0\0\0
\0\0\0\x03\0\0\0\0\0â¸9‰‡µ\x04\x0e\a\x01\x02 \0\0\0\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰‹†\x01\x1c \0\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0â¸9‰8\x04\x0e\f\x01\x1c \0ÿÿÿÿÿ\x03\0\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰’p\x01\x03 \0\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0â¸9‰–"\x04\x0e\f\x01\x03 \0\x0f\0\0\0\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\x02\0\0\0\0\0â¸9‰™Ô\x01\x01 \b\x7f\x06\0\0\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰ž\0\x04\x0e\x04\x01\x01 \0\0\0\0\f\0\0\0\f\0\0\0\x02\0\0\0\0\0â¸9‰ Ü\x01\x01\f\bÿÿÿÿÿÿ¿=\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰¦Ò\x04\x0e\x04\x01\x01\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9‰¬‹\x01E\f\x01\x02\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰°™\x04\x0e\x04\x01E\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9‰³u\x01G\f\x01\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰·\b\x04\x0e\x04\x01G\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9‰¹å\x01C\f\x01\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰½—\x04\x0e\x04\x01C\f\0\0\0\0\a\0\0\0\a\0\0\0\x02\0\0\0\0\0â¸9‰Às\x01$\f\x03\x14\x01\x1a\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰Ä%\x04\x0e\x04\x01$\f\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰Ç \x01\x18\f\x02\0 \0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰Êñ\x04\x0e\x04\x01\x18\f\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰Î
\x01\x0f\b\x02\a\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰Ñ¼\x04\x0e\x04\x01\x0f\b\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰Ô™\x01\x14\f\0\0\0\0ÿ\0\0\0ÿ\0\0\0\x03\0\0\0\0\0â¸9‰Øi\x04\x0eü\x01\x14\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\0\0\0\0\0\0\0\0ü\0\0\0ü\0\0\0\x02\0\0\0\0\0â¸9‰Ü^[\x01\x13\føNexus 7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9‰é”\x04\x0e\x04\x01\x13\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9‰ð_\x01R\fñ\x01\b	Nexus 7\x01\x03\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9‰‘\x01.\x04\x0e\x04\x01R\f\0\0\0\0\x04\0\0\0\x04\0\0\0\x02\0\0\0\0\0â¸9‰‘\x04)\x01\x18 \0\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0â¸9‰‘\x1c>\x04\x0e\f\x01\x18 \0”tbNùm\x02\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9‰‘\x1f9\x01R\fñ\x01\b	Nexus 7\x03\x03\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9‰‘B\b\x04\x0e\x04\x01R\f\0\0\0\0
\0\0\0
\0\0\0\x02\0\0\0\0\0â¸9‰‘Eº\x01\x05 \x06j‰,”tb\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰‘I‹\x04\x0e\x04\x01\x05 \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‰™hP\x01\v \a\x01\x12\0\x12\0\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰™y¸\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰™|ð\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰™¢÷\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰™¦/\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰™¶¢\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‰™¹\x01\v \a\x01\x12\0\x12\0\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰™½«\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‰™Á \x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰™Äð\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰™Çë\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰™Ì\x17\x04\x0e\x04\x01\f \0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰šzù\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Á\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9‰š\x7fú\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Á\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9‰co\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¥\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰¢”\x05\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:È\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9‰¢˜è\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÈ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰§‰™\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ä\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9‰§\x0e\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Ã\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰¯J\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Ì\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰´™\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ä\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰¼›ð\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Ì\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰Á’—\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ä\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰É¬[\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Í\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9‰É°i\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÍ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰Î³\x1a\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~È\0\0\0-\0\0\0-\0\0\0\x03\0\0\0\0\0â¸9‰Ó\0˜\x04>*\x02\x01\0\x01èå\x11¾Dà\x1e\x02\x01\x06\x11\x06è¿lÏ\x17‹2¸LHjå\0ÿº«\b\x16
\x18$\x04›¢\x03­\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰ÖÒµ\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Î\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰ÛÛ\\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~¸\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰ãÔ9\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Î\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰é\x04Ï\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~¾\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‰ðÜ\x0e\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Å\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9‰ðáM\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÅ\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9‰ò“^[\x04>(\x02\x01\x02\x01‰FRS\x1aL\x1c\x03\x03oý\x17\x16oý˜ˆoaeŽ\x10@Ý:K˜\x01Ŧ´\rIqÈ«\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰õ«!\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰ö\x1e¥\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‰ö!¾\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰ö(å\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‰ö,\x1d\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰ö1\\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰ö5j\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰ö:\x10\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰ö=£\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰öD\x13\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‰öH\x02\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰öM`\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‰öP˜\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰öT¥\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‰öW \x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‰ö\Á\x04\x0e\x04\x01\f \0\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9Š<Þx\x04>(\x02\x01\x02\x01‰FRS\x1aL\x1c\x03\x03oý\x17\x16oý˜ˆoaeŽ\x10@Ý:K˜\x01Ŧ´\rIqȧ\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9Š=\x05Ï\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¦\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Š?\x18J\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:É\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9Š?^[Þ\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÉ\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9ŠA-(\x04>(\x02\x01\x02\x01‰FRS\x1aL\x1c\x03\x03oý\x17\x16oý˜ˆoaeŽ\x10@Ý:K˜\x01Ŧ´\rIqȬ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9ŠD¿"\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Æ\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9ŠE\x1eú\x04>(\x02\x01\x02\x01‰FRS\x1aL\x1c\x03\x03oý\x17\x16oý˜ˆoaeŽ\x10@Ý:K˜\x01Ŧ´\rIqȬ\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0â¸9ŠE"Ž\x04>\f\x02\x01\x04\x01‰FRS\x1aL\0¬\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9ŠExb\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&§\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0â¸9ŠE{|\x04>\f\x02\x01\x04\x01fÍJ¬ @\0¥\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9ŠF{m\x04>(\x02\x01\x02\x01­4 99y\x1c\x03\x03Ÿþ\x17\x16Ÿþ\0\0\0\0\0\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\0\0â¸9ŠIQˆ\x04>(\x02\x01\x02\x01‰FRS\x1aL\x1c\x03\x03oý\x17\x16oý˜ˆoaeŽ\x10@Ý:K˜\x01Ŧ´\rIqÈ«\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9ŠŒþî\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¨\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9ŠkK\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:É\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9ŠÛ„=\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Í\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9ŠÛˆ\x0e\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÍ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‹!!\x13\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Æ\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9‹#êN\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¦\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‹o¨¦\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ä\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‹¾UÆ\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~³\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9‹¾Yx\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0´\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9Œ\x06\ò\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¦\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9Œ\x06â•\x04>(\x02\x01\x02\x01­4 99y\x1c\x03\x03Ÿþ\x17\x16Ÿþ\0\0\0\0\0\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\0\0â¸9Œ\avÂ\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:È\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9Œ\a|>\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÈ\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9Œ
˜®\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¦\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Œ\fð/\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Â\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9Œ\fóg\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Â\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9ŒU¨b\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:È\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9ŒU«×\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÈ\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9ŒŸñ>\x04>(\x02\x01\x02\x01‰FRS\x1aL\x1c\x03\x03oý\x17\x16oý˜ˆoaeŽ\x10@Ý:K˜\x01Ŧ´\rIqÈ­\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9Œ¡\x7fg\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¥\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Œ£æ¤\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Æ\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9Œ¥¨\x10\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¥\0\0\0-\0\0\0-\0\0\0\x03\0\0\0\0\0â¸9Œ©eÊ\x04>*\x02\x01\0\x01èå\x11¾Dà\x1e\x02\x01\x06\x11\x06è¿lÏ\x17‹2¸LHjå\0ÿº«\b\x16
\x18$\x04›¢\x03®\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Œ©Â\x0e\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~º\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9Œ©Ìª\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0º\0\0\0\x17\0\0\0\x17\0\0\0\x03\0\0\0\0\0â¸9ŒªË‰\x04>\x14\x02\x01\x03\x01ã|«Ìêç\b\aÿL\0\x12\x02\0\x02£\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Œë'Ï\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~º\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9Œë+¾\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0º\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Œò\x0eÙ\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:È\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9Œò\x13ù\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÈ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸99º—\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~½\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸99¾†\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0¾\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9a-g\x01&\f\x02`\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9a=\x05\x04\x0e\x04\x01&\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9a@ô\x01R\fñ\x01\b	Nexus 7\x05\x03\x12\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9aPí\x04\x0e\x04\x01R\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9c.\x1f\x01R\fñ\x01\b	Nexus 7\a\x03\f\x11\x12\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9c:H\x04\x0e\x04\x01R\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9c=Ü\x01R\fñ\x01\b	Nexus 7	\x03
\x11\f\x11\x12\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9cM¶\x04\x0e\x04\x01R\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9cZx\x01R\fñ\x01\b	Nexus 7\v\x03
\x11\f\x11\x0e\x11\x12\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9cfd\x04\x0e\x04\x01R\f\0\0\0\0\b\0\0\0\b\0\0\0\x02\0\0\0\0\0â¸9c;\x01:\f\x04\x013‹ž\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9cÒý\x04\x0e\x04\x01:\f\0\0\0\0\b\0\0\0\b\0\0\0\x02\0\0\0\0\0â¸9j‡ö\x01\x1e\f\x04\0\b\x12\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9k ³\x04\x0e\x04\x01\x1e\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9k±E\x01\x1a\f\x01\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9kº°\x04\x0e\x04\x01\x1a\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9kÌT\x01\x1a\f\x01\x03\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9kÖ^[\x04\x0e\x04\x01\x1a\f\0\0\0\0\b\0\0\0\b\0\0\0\x02\0\0\0\0\0â¸9ké\x0f\x01\x1e\f\x04\0\x10\x12\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9kòz\x04\x0e\x04\x01\x1e\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9l\x02í\x01\x1a\f\x01\x02\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9l\rL\x04\x0e\x04\x01\x1a\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9l(·\x01\x1a\f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9n½`\x04\x0e\x04\x01\x1a\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9nÕÐ\x01R\fñ\x01\b	Nexus 7\r\x03
\x11\f\x11\x0e\x11\x12\x11\x16\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9oEF\x04\x0e\x04\x01R\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9oWƒ\x01R\fñ\x01\b	Nexus 7\x0f\x03
\x11\f\x11\x0e\x11\x12\x11\x15\x11\x16\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9oah\x04\x0e\x04\x01R\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9osh\x01R\fñ\x01\b	Nexus 7\x0f\x03
\x11\f\x11\x0e\x11\x12\x11\x15\x11\x16\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9o}M\x04\x0e\x04\x01R\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9o/\x01R\fñ\x01\b	Nexus 7\x0f\x03
\x11\f\x11\x0e\x11\x12\x11\x15\x11\x16\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9o˜{\x04\x0e\x04\x01R\f\0\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9o©+\x01R\fñ\x01\b	Nexus 7\x0f\x03
\x11\f\x11\x0e\x11\x12\x11\x15\x11\x16\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9o²–\x04\x0e\x04\x01R\f\0\0\0\0\b\0\0\0\b\0\0\0\x02\0\0\0\0\0â¸9oâ\x01\x1e\f\x04\0\b\x12\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9oÌï\x04\x0e\x04\x01\x1e\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9o݁\x01\x1a\f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9oç)\x04\x0e\x04\x01\x1a\f\0\0\0\0\x05\0\0\0\x05\0\0\0\x02\0\0\0\0\0â¸9oø\x16\x01\x1a\f\x01\x02\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9p\x01D\x04\x0e\x04\x01\x1a\f\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9p\x1cì\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9€\bT\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9€-\f\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9€DK\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9€d\\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9€tî\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9€–\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9€­Ë\x04\x0e\x04\x01\f \0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9t„\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Å\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Á§\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ñ<\f\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9ÑNg\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ñ\Ô\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9Ñ{Ó\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ñ…™\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Ñ¥\x12\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ñ°F\x04\x0e\x04\x01\f \0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9ÖÐi\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~¿\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9ÖÓý\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0¿\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Ž\x1dï\x02\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Ç\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9Ž\x1dó.\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÈ\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9Ž\x1fv_\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¥\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Žl\x16Û\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Ä\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9Žl\x1aP\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÄ\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Žvȼ\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ž†¬e\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9Ž†¯\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ž†¶\r\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9Ž†¹\b\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ž†Äz\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Ž†ÇV\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ž†Ë¡\x04\x0e\x04\x01\f \0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Ž‰„J\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~¾\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9Ž‰‡ü\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0¾\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Ž“-¤\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Å\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9Ž“1V\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÅ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Ž D¼\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Å\0\0\0\x17\0\0\0\x17\0\0\0\x03\0\0\0\0\0â¸9Ž²üZ\x04>\x14\x02\x01\x03\x01ã|«Ìêç\b\aÿL\0\x12\x02\0\x02¥\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9ŽÇXM\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:È\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9ŽÇ[ÿ\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÈ\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9ŽÒUá\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ŽæÚz\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9ŽæÝ”\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ŽæèÉ\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9ŽæíÊ\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Žæò®\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Žç\0‚\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Žç)þ\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Žç-\x17\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ž÷\x0e›\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9Ž÷¬Q\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Žøšž\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9Žø¬½\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ŽúúY\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9ŽÿEï\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9
ªü\x04\x0e\x04\x01\f \0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9\x15¦å\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Æ\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9\x15«N\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÆ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9/¶q\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Æ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9<½\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:É\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9@Ù^[\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ç\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9@Ý(\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Ç\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9I¿P\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:È\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9V¼å\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Î\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9VÀZ\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÎ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9c¿|\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Í\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9t€þ\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9„x3\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9„}‘\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9„‚t\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9„…¬\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9„Šp\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9„¦\x19\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9†:7\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9†K€\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9—-Ë\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9—;b\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9—]Õ\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9—p«\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9—{Á\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9—"\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9—¦\x04\x0e\x04\x01\f \0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9—÷#\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Ä\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9—ú[\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÃ\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9ž\x19¸\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ÿ§\v\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9¡`Õ\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9¡qg\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9¡t€\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9¡‚°\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9¡…É\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9¡”í\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9¡—è\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9±9â\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9±=W\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9±DA\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9±G<\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9±K†\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9±Nû\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9±U\x10\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9±X£\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9±j\v\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9±m\x06\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9±q2\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9±t\x0e\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9±x\x1c\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9±zø\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9±\x7fC\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9±‚>\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Án]\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9Áž\r\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Á´9\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9Á·4\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Á»#\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Á¾<\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ÁáÃ\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Áæã\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ÑÏé\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9ÑßJ\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ñîª\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9Ò\x12«\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ò\x1dß\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Ò7\a\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ÒB;\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9Ò_Ì\x01\x05\f\x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ÒmD\x04\x0e\x04\x01\x05\f\0\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0â¸9Ò–¢\x01\x01\x04\x053‹ž\x02\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9Ò¢\x04\x0f\x04\0\x01\x01\x04\0\0\0\x04\0\0\0\x04\0\0\0\x03\0\0\0\0\0â¸9ùû$\x04\x01\x01\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9ùþ{\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ú(\x15\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9ú+/\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ú.ÿ\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9ú4\x01\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9ú8-\x04\x0e\x04\x01\f \0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9\0L±\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:È\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9\vf†\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÈ\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9\x18‚%\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9\x1aKn\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9\x1aNi\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9\x1aR´\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9\x1aU¯\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9\x1aYž\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9\x1a\z\x01\x05\f\x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9\x1a`ä\x04\x0e\x04\x01\x05\f\0\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0â¸9\x1ad–\x01\x01\x04\x053‹ž\x03\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9\x1ahÂ\x04\x0f\x04\0\x01\x01\x04\0\0\0\x04\0\0\0\x04\0\0\0\x03\0\0\0\0\0â¸9UNY\x04\x01\x01\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9U\j\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9U{,\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9U€¨\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9U•þ\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9U¡Q\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9U¯Ü\x04\x0e\x04\x01\f \0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9`ˆ \x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Â\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9cV \x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Â\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9u²ª\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Ã\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9zÅÏ\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~¾\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‡Ñ\x19\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~¾\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9—y¡\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0½\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9—Š\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9§qp\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9§u_\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9§ƒp\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9§ˆ\x16\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9§·\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9§•\x14\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9§¦?\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9§ªå\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9§¯m\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9§²I\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9§¶8\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9§¹\x15\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9§Ày\x04\x0e\x04\x01\f \0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9¯1Q\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Â\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9¸™•\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Â\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9ÃîN\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Ç\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9Ãñ¤\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÇ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9Éeð\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~¼\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9Éjx\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0¼\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9ÖyÐ\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Á\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9Ö}ü\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Á\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9êñ.\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Ê\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9ý™M\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~È\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‘\x12\v\x11\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Ë\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9‘\x12çö\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþË\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‘$Ú+\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Æ\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘@*E\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘OÌõ\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‘O÷þ\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘P\x03Ì\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‘P%Å\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘P/0\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘PPT\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘PY\b\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘Py±\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘`^[1\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‘`,™\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘`6_\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‘`Yk\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘`Öµ\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘`ôý\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘a\01\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘à'\x01\x05\f\x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘ÿ&\x04\x0e\x04\x01\x05\f\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘Ž$9\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘Ž9\x15\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‘Žk‚\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘Ž{×\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‘Ž›è\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘Žª±\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘ŽÄ\x15\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘ŽÍÛ\x04\x0e\x04\x01\f \0\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0â¸9‘Ží‘\x01\x01\x04\x053‹ž\x02\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘Žö¿\x04\x0f\x04\0\x01\x01\x04\0\0\0\x04\0\0\0\x04\0\0\0\x03\0\0\0\0\0â¸9‘¶RP\x04\x01\x01\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘¶^¶\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘¶~È\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‘¶‚=\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘¶‡\x01\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘¶Š•\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘¶Žß\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘Ôë3\x01\x05\f\x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘Ôóç\x04\x0e\x04\x01\x05\f\0\0\0\0	\0\0\0	\0\0\0\x02\0\0\0\0\0â¸9‘Õ\x10	\x01\x01\x04\x053‹ž\x03\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘Õ\x19t\x04\x0f\x04\0\x01\x01\x04\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9‘Õ¼ã\x04>+\x02\x01\0\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x02øÃÑ°Z:Â\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9‘Õ¿ý\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÃ\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘ÙñY\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘ÙüŽ\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‘Ú\0\x03\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘Ú\x15–\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9‘Ú&e\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘ÚVp\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9‘ÚY‰\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘Ú`6\x04\x0e\x04\x01\f \0\0\0\0\x1d\0\0\0\x1d\0\0\0\x02\0\0\0\0\0â¸9‘æ\x0eÑ\x01\r \x19`\00\0\0\x01:Z°ÑÃø\x01\x18\0(\0\0\0Ð\a\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9‘æ\x1a$\x04\x0f\x04\0\x01\r \0\0\0\x04\0\0\0\x04\0\0\0\x03\0\0\0\0\0â¸9’\x10YI\x04\x01\x01\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9’\x15¼\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’\x164³\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9’\x16å›\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’\x16ñ\r\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9’\x17F†\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’\x17PL\x04\x0e\x04\x01\f \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9’&”“\x01\f \x02\0\x01\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’6‰f\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9’6–¢\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’6 â\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9’6»\x1c\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’6ÄÄ\x04\x0e\x04\x01\f \0\0\0\0\x16\0\0\0\x16\0\0\0\x03\0\0\0\0\0â¸9’=÷%\x04>\x13\x01\0\x02\0\0\x01:Z°ÑÃø'\0\0\0Ð\a\x05\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9’>\f \x01\x16 \x02\x02\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’>\x16ú\x04\x0f\x04\0\x01\x16 \0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0â¸9’>H‘\x04>\f\x04\0\x02\0\r\0\0\0\0\0\0\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9’>KÉ\x01\x1d\x04\x02\x02\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’>\x7fÃ\x04\x0f\x04\0\x01\x1d\x04\0\0\0\v\0\0\0\v\0\0\0\x03\0\0\0\0\0â¸9’?¡Ì\x04\f\b\0\x02\0	1\x01\x0fa\0\0\0\f\0\0\0\f\0\0\0\x01\0\0\0\0\0â¸9’@_”\x02\x02 \a\0\x03\0\x04\0\x02÷\0\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9’@kÛ\x02\x02\0\a\0\x03\0\x04\0\x03÷\0\0\0\0\x12\0\0\0\x12\0\0\0\x02\0\0\0\0\0â¸9’@¤{\x01\x13 \x0e\x02\0\x06\0\x06\0\0\0Ð\a\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’@â—\x04\x0f\x04\0\x01\x13 \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’AÜs\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’Aàb\x02\x02\0\v\0\a\0\x04\0\x10\x01\0ÿÿ\0(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Bšó\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1d\0\0\0\x1d\0\0\0\x01\0\0\0\0\0â¸9’CYì\x02\x02 \x18\0\x14\0\x04\0\x11\x06\x01\0\x04\0\x01\x18\x14\0\x18\0\0\x18(\05\0
\x18\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’CsP\x02\x02\0\v\0\a\0\x04\0\x106\0ÿÿ\0(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’D\x17Ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0â¸9’FAŒ\x04>
\x03\0\x02\0\x06\0\0\0Ð\a\0\0\0\x1f\0\0\0\x1f\0\0\0\x01\0\0\0\0\0â¸9’FDã\x02\x02 \x1a\0\x16\0\x04\0\x11\x148\0=\0\0\a\x10¯	\0\x18!\x125\0\00\x15\0\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’F\º\x02\x02\0\v\0\a\0\x04\0\x10>\0ÿÿ\0(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Ft\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’FŽ\x15\x02\x02 ^[\0&\0\x04\0\x11\x06@\0m\0àþp\0\0áþ„\0‰\0\r\x18Œ\0‘\0\0\0\x14\0\0\0\x14\0\0\0\x01\0\0\0\0\0â¸9’F‘Š\x02\x02\x10\x0f\0\0\x11\x18”\0–\0\x02\x18™\0œ\0\x028\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’F©ž\x02\x02\0\v\0\a\0\x04\0\x10\0ÿÿ\0(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’FÈ`\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’Fîg\x02\x02 	\0\x05\0\x04\0\x01\x10\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’G\x1e\x02\x02\0\v\0\a\0\x04\0\b\x01\0\x04\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’GO3\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’GZÃ\x02\x02 	\0\x05\0\x04\0\x01\b\x01\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’G}t\x02\x02\0\v\0\a\0\x04\0\b\x01\0\x04\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’G–}\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x01\0\0\0\0\0â¸9’G²½\x02\x02 \r\0	\0\x04\0	\a\x02\0"\x03\0\x05*\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’G˧\x02\x02\0\v\0\a\0\x04\0\b\x03\0\x04\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Gî•\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’H\vÊ\x02\x02 	\0\x05\0\x04\0\x01\b\x03\0
\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’H#F\x02\x02\0	\0\x05\0\x04\0\x04\x04\0\x04\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’HE!\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’HbV\x02\x02 
\0\x06\0\x04\0\x05\x01\x04\0\x02)\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’HŠ‚\x02\x02\0\v\0\a\0\x04\0\b\x14\0\x18\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’H^[\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’HºÊ\x02\x02 	\0\x05\0\x04\0\x01\b\x14\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’HÒ'\x02\x02\0\v\0\a\0\x04\0\b\x14\0\x18\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Hõ3\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\x01\0\0\0\0\0â¸9’I\x12h\x02\x02 \x14\0\x10\0\x04\0	\a\x15\0\x02\x16\0\0*\x17\0\x02\x18\0\x01*\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’I\­\x02\x02\0\v\0\a\0\x04\0\b\x18\0\x18\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Iux\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’I‡Z\x02\x02 	\0\x05\0\x04\0\x01\b\x18\0
\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9’IŒ\x1f\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ê\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9’Iu\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþË\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’IØ-\x02\x02\0\v\0\a\0\x04\0\b(\05\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Iþ\x15\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’J\x19Ÿ\x02\x02 	\0\x05\0\x04\0\x01\b(\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’J\x1d\x14\x02\x02\0\v\0\a\0\x04\0\b(\05\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’J:I\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’JTÞ\x02\x02 ^[\0%\0\x04\0	\a)\0\x02*\0%*+\0\x02,\0'*-\0\x02.\0(*\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9’JWÙ\x02\x02\x10\x0e\0/\0\x020\0#*1\0\x022\0P*\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’JZó\x02\x02\0\v\0\a\0\x04\0\b2\05\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’J\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’J¬º\x02\x02 ^[\0\x17\0\x04\0	\x153\0\x144\0\0\a\x10¯	\0\x18!\x125\0\0\x14\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’J¹{\x02\x02\0\v\0\a\0\x04\0\b4\05\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’JÉV\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’Jææ\x02\x02 	\0\x05\0\x04\0\x01\b4\0
\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Jêz\x02\x02\0	\0\x05\0\x04\0\x045\05\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’K\x04^[\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’K"%\x02\x02 
\0\x06\0\x04\0\x05\x015\0\x02)\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’K%¹\x02\x02\0\v\0\a\0\x04\0\b8\0=\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’K>Â\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’K\\x15\x02\x02 	\0\x05\0\x04\0\x01\b8\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’K_Š\x02\x02\0\v\0\a\0\x04\0\b8\0=\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’K†g\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’K—\x17\x02\x02 ^[\0,\0\x04\0	\x159\0\x18:\0\0\a\x10¯	\0\x18!\x125\0\01\x15\0\0\0\0\0\x1a\0\0\0\x1a\0\0\0\x01\0\0\0\0\0â¸9’Kš«\x02\x02\x10\x15\0<\0\x04=\0\0\a\x10¯	\0\x18!\x125\0\02\x15\0\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’KÄ\x02\x02\0\v\0\a\0\x04\0\b=\0=\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’K´\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’KÑ%\x02\x02 	\0\x05\0\x04\0\x01\b=\0
\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’KÔ¹\x02\x02\0	\0\x05\0\x04\0\x04;\0;\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Kîy\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’L\vÌ\x02\x02 
\0\x06\0\x04\0\x05\x01;\0\x02)\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’L\x0fœ\x02\x02\0\v\0\a\0\x04\0\b@\0m\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’L)\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’LFT\x02\x02 	\0\x05\0\x04\0\x01\b@\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’LIÉ\x02\x02\0\v\0\a\0\x04\0\b@\0m\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Lc§\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\x01\0\0\0\0\0â¸9’L8\x02\x02 \x14\0\x10\0\x04\0	\aA\0\x1aB\0+*D\0\x1aE\0\x04*\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’L…'\x02\x02\0\v\0\a\0\x04\0\bE\0m\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Lž/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’L¾\x04\x02\x02 ^[\0é\0\x04\0	\x15G\0\x14H\0\0\a\x10¯	\0\x18!\x125\0\0\x01\0\0\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’N\x0f#\x02\x02\x10^[\0J\0\x10K\0\0\a\x10¯	\0\x18!\x125\0\0\x02\0\0\0M\0\x14N\0\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’N\x12=\x02\x02\x10^[\0\a\x10¯	\0\x18!\x125\0\0\x03\0\0\0P\0\x14Q\0\0\a\x10¯	\0\x18\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’N\x15V\x02\x02\x10^[\0!\x125\0\0\x04\0\0\0S\0\x10T\0\0\a\x10¯	\0\x18!\x125\0\0\x05\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’N\x18\x14\x02\x02\x10^[\0\0\0\0V\0\x12W\0\0\a\x10¯	\0\x18!\x125\0\0\x06\0\0\0Y\0\x12\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’N^[\x0f\x02\x02\x10^[\0Z\0\0\a\x10¯	\0\x18!\x125\0\0\a\0\0\0_\0\x10`\0\0\a\x10¯\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’N\x1dì\x02\x02\x10^[\0	\0\x18!\x125\0\0\x10\0\0\0b\0\bc\0\0\a\x10¯	\0\x18!\x125\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’N È\x02\x02\x10^[\0\0\0\x0e\0\0\0e\0\x16f\0\0\a\x10¯	\0\x18!\x125\0\0 \0\0\0\0\0\0\x1a\0\0\0\x1a\0\0\0\x01\0\0\0\0\0â¸9’N#†\x02\x02\x10\x15\0h\0\x14i\0\0\a\x10¯	\0\x18!\x125\0\0\x16\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’N&Ÿ\x02\x02\0\v\0\a\0\x04\0\bi\0m\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’N8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’NâB\x02\x02 ^[\0\x17\0\x04\0	\x15k\0\x14l\0\0\a\x10¯	\0\x18!\x125\0\0\x17\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’Nå[\x02\x02\0\v\0\a\0\x04\0\bl\0m\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’O\x05m\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’O@P\x02\x02 	\0\x05\0\x04\0\x01\bl\0
\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’OJÎ\x02\x02\0	\0\x05\0\x04\0\x04C\0C\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’O]g\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’O„½\x02\x02 
\0\x06\0\x04\0\x05\x01C\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Oˆ\x14\x02\x02\0	\0\x05\0\x04\0\x04F\0F\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’O—ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’Oµ$\x02\x02 
\0\x06\0\x04\0\x05\x01F\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’O¹P\x02\x02\0	\0\x05\0\x04\0\x04I\0I\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’OÒ•\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’Oð\a\x02\x02 
\0\x06\0\x04\0\x05\x01I\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Oó?\x02\x02\0	\0\x05\0\x04\0\x04L\0L\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’P-æ\x02\x02 
\0\x06\0\x04\0\x05\x01L\0\x02)\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Ps£\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’P}\x0e\x02\x02\0	\0\x05\0\x04\0\x04O\0O\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’PŸû\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’PÚƒ\x02\x02 
\0\x06\0\x04\0\x05\x01O\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’PÝÚ\x02\x02\0	\0\x05\0\x04\0\x04R\0R\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’P÷]\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’Q\x14í\x02\x02 
\0\x06\0\x04\0\x05\x01R\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Qi\x02\x02\0	\0\x05\0\x04\0\x04U\0U\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’QŠY\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’Q§o\x02\x02 
\0\x06\0\x04\0\x05\x01U\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Qª§\x02\x02\0	\0\x05\0\x04\0\x04X\0X\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’QÄÂ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’Qâ4\x02\x02 
\0\x06\0\x04\0\x05\x01X\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Qå©\x02\x02\0	\0\x05\0\x04\0\x04[\0^\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Qÿ,\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’R\x1c\x7f\x02\x02 
\0\x06\0\x04\0\x05\x01[\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’R\x1fÖ\x02\x02\0	\0\x05\0\x04\0\x04\\0^\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’R9´\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’RZº\x02\x02 	\0\x05\0\x04\0\x01\x04\\0
\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’R]ñ\x02\x02\0	\0\x05\0\x04\0\x04a\0a\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Rt[\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’R˜·\x02\x02 
\0\x06\0\x04\0\x05\x01a\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Rž\x14\x02\x02\0	\0\x05\0\x04\0\x04d\0d\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’R®ã\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’RÌU\x02\x02 
\0\x06\0\x04\0\x05\x01d\0\x01)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’RÖ:\x02\x02\0	\0\x05\0\x04\0\x04g\0g\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’S$O\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’SA„\x02\x02 
\0\x06\0\x04\0\x05\x01g\0\x02)\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’SG\x1e\x02\x02\0	\0\x05\0\x04\0\x04j\0j\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’S~\x12\x02\x02 
\0\x06\0\x04\0\x05\x01j\0\x02)\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’S‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’S…ñ\x02\x02\0	\0\x05\0\x04\0\x04m\0m\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’S›G\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’S¶”\x02\x02 
\0\x06\0\x04\0\x05\x01m\0\x02)\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’Sº	\x02\x02\0\v\0\a\0\x04\0\bp\0\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’SÕU\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’Sñw\x02\x02 	\0\x05\0\x04\0\x01\bp\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’Sõ\v\x02\x02\0\v\0\a\0\x04\0\bp\0\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’T\x0fc\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’T,z\x02\x02 ^[\0\x17\0\x04\0	\x15q\0\x16r\0\0\a\x10¯	\0\x18!\x125\0\0	\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’T0\r\x02\x02\0\v\0\a\0\x04\0\br\0\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’TI\x16\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’Tg \x02\x02 ^[\03\0\x04\0	\at\0\bu\0Ýþv\0\x02w\0Þþx\0\x02y\0ßþ\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’Tj•\x02\x02\x10^[\0z\0
{\0Ðþ|\0
}\0Ñþ~\0\x02\x7f\0Òþ€\0
\0Ó\0\0\0\x06\0\0\0\x06\0\0\0\x01\0\0\0\0\0â¸9’Tm\x02\x02\x10\x01\0þ\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’TpÈ\x02\x02\0\v\0\a\0\x04\0\b\0\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Tƒ½\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’T¡\x10\x02\x02 	\0\x05\0\x04\0\x01\b\0
\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’T¥<\x02\x02\0	\0\x05\0\x04\0\x04s\0s\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’T¾E\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’Tßã\x02\x02 
\0\x06\0\x04\0\x05\x01s\0\x02)\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’Tå^\x02\x02\0\v\0\a\0\x04\0\b„\0‰\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Tù
\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’U\x16]\x02\x02 	\0\x05\0\x04\0\x01\b„\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’U\x19ñ\x02\x02\0\v\0\a\0\x04\0\b„\0‰\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’U3’\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\x01\0\0\0\0\0â¸9’UQ~\x02\x02 \x14\0\x10\0\x04\0	\a…\0\x10†\07*ˆ\0
‰\09*\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’UU\x11\x02\x02\0\v\0\a\0\x04\0\b‰\0‰\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’UnW\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’U‹m\x02\x02 	\0\x05\0\x04\0\x01\b‰\0
\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’UŽ¥\x02\x02\0	\0\x05\0\x04\0\x04‡\0‡\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’U¨¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’Uòm\x02\x02 
\0\x06\0\x04\0\x05\x01‡\0\x02)\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’Uõ¥\x02\x02\0\v\0\a\0\x04\0\bŒ\0‘\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’V\0œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’V\x1e\x0e\x02\x02 	\0\x05\0\x04\0\x01\bŒ\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’V!¢\x02\x02\0\v\0\a\0\x04\0\bŒ\0‘\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’V;C\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\x01\0\0\0\0\0â¸9’VY\x10\x02\x02 \x14\0\x10\0\x04\0	\a\0
Ž\0F*\0\x1a\0D*\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’V\¤\x02\x02\0\v\0\a\0\x04\0\b\0‘\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’VuË\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’V“˜\x02\x02 	\0\x05\0\x04\0\x01\b\0
\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’V—J\x02\x02\0	\0\x05\0\x04\0\x04‘\0‘\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’V°r\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’VÍã\x02\x02 
\0\x06\0\x04\0\x05\x01‘\0\x02)\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’VÑÓ\x02\x02\0\v\0\a\0\x04\0\b”\0–\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’VëU\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’W\bM\x02\x02 	\0\x05\0\x04\0\x01\b”\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’W\f\x1e\x02\x02\0\v\0\a\0\x04\0\b”\0–\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’W&^[\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x01\0\0\0\0\0â¸9’WC1\x02\x02 \r\0	\0\x04\0	\a•\0\x04–\0\x06*\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’WG \x02\x02\0\v\0\a\0\x04\0\b–\0–\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’W`)\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’W}|\x02\x02 	\0\x05\0\x04\0\x01\b–\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’WL\x02\x02\0\v\0\a\0\x04\0\b™\0œ\0\x02(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Wš±\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’W¸A\x02\x02 	\0\x05\0\x04\0\x01\b™\0
\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’W»Õ\x02\x02\0\v\0\a\0\x04\0\b™\0œ\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’WÕv\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x01\0\0\0\0\0â¸9’Wó\x06\x02\x02 \r\0	\0\x04\0	\aš\0\x1a›\0\x02J\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9’W÷Q\x02\x02\0\v\0\a\0\x04\0\b›\0œ\0\x03(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’X\x10;\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’Xz\x17\x02\x02 	\0\x05\0\x04\0\x01\b›\0
\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’X}m\x02\x02\0	\0\x05\0\x04\0\x04œ\0œ\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’XÀM\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’Xùg\x02\x02 
\0\x06\0\x04\0\x05\x01œ\0\x02)\0\0\0\x12\0\0\0\x12\0\0\0\x02\0\0\0\0\0â¸9’Xý\x19\x01\x13 \x0e\x02\0'\0'\0\0\0Ð\a\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9’Y\x06Á\x04\x0f\x04\0\x01\x13 \0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0â¸9’Yª«\x04>
\x03\0\x02\0'\0\0\0Ð\a\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9’\\v;\x02\x02\0\a\0\x03\0\x04\0
f\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’\¤L\x04\x13\x05\x01\x02\0\x01\0\0\0\0\v\0\0\0\v\0\0\0\x01\0\0\0\0\0â¸9’]bo\x02\x02 \x06\0\x02\0\x04\0\v\v\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’^\x04\x02\x02\0	\0\x05\0\x04\0Rg\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’^!\r\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’^ߌ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’`ÿú\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’a\x1a®\x04\x13\x05\x01\x02\0\x01\0\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9’a\x1eA\x02\x02\0\b\0\x04\0\x04\0Ri\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’aÙÅ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’aÝ\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’bš\x0e\x02\x02 	\0\x05\0\x04\0^[i\0\x02\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’c~\x1a\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’d\x14m\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’dž\x1d\x02\x02\0	\0\x05\0\x04\0Rm\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’dÓ\v\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’dÖa\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’e‘M\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’i\x06Œ\x02\x02\0	\0\x05\0\x04\0R5\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’iI‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9’iîJ\x02\x02\0\f\0\b\0\x04\0R4\0ý\x0f\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’jƉ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’jËN\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’k…'\x02\x02 ^[\0\x17\0\x04\0^[4\0€\x01\0\0\x0f\0\0\0\x01\x01\v\x01	\a˜ª}\0\0A\0\0\0\x14\0\0\0\x14\0\0\0\x01\0\0\0\0\0â¸9’kˆ@\x02\x02 \x0f\0\v\0\x04\0^[4\0€\x01€\x01\b\x02\b\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’l¸˜\x02\x02\0	\0\x05\0\x04\0Rs\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’m\x03\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’m\bÒ\x02\x02\0	\0\x05\0\x04\0Rr\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’mÀ†\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’mÍ)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’n€í\x02\x02 ^[\0\x17\0\x04\0^[r\0\x10\x01\x01\x18cÂÌåÑYA;í’ıcÂy\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9’o\x132\x02\x02\0
\0\x06\0\x04\0Rr\0‚\0\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’oûj\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1f\0\0\0\x1f\0\0\0\x01\0\0\0\0\0â¸9’pºE\x02\x02 \x1a\0\x16\0\x04\0^[r\0\x10‚\x01©IÆÊÛã¨TíÝj>ß7\fˆ\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9’tNF\x02\x02\0^[\0\x17\0\x04\0Rf\0\0\x04\0ƒ\0¾ø`)¥¡\x01d Ôp;¸á˜\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’tre\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9’t±ï\x02\x02\0^[\0\x17\0\x04\0Rf\0\0D\x01Uôe“Ç]\x06ˇ=ú%\x17b˯!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’u1!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9’u4Ó\x02\x02\0^[\0\x17\0\x04\0Rf\0\0D\x02Zi\x03ËúŒˆ<8Cø\x1f¸\x13å	“\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’uòØ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9’uù\v\x02\x02\0^[\0\x17\0\x04\0Rf\0\0D\x03¡\x19P±\x04£'O\x05ÿÑ\x15j¨\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’v³@\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9’v·\x10\x02\x02\0\f\0\b\0\x04\0Rf\0\0„\x04\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’wqü\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’{#¬\x02\x02 
\0\x06\0\x04\0^[r\0\x10ƒ\x01\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9’{&ä\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0„\x01\x01\0\0\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9’—\a<\x04>(\x02\x01\x02\x01‰FRS\x1aL\x1c\x03\x03oý\x17\x16oý˜ˆoaeŽ\x10@Ý:K˜\x01Ŧ´\rIqȤ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9’¥6Ó\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:¿\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9’¥;\x1e\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþ¿\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’¯6\x03\x02\x02 
\0\x06\0\x04\0^[r\0\x10\x01\x01\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9’¯{‚\x02\x02\0
\0\x06\0\x04\0Rr\0‚\0\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’¯ü#\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1f\0\0\0\x1f\0\0\0\x01\0\0\0\0\0â¸9’±r7\x02\x02 \x1a\0\x16\0\x04\0^[r\0\x10‚\x01'¸@…±Ê:G›¼”éåŽNk\0\0\0\x1e\0\0\0\x1e\0\0\0\0\0\0\0\0\0â¸9’± \x1c\x02\x02\0\x19\0\x15\0\x04\0Rr\0ƒ\0¤VÍ \x1a,{\x1a#Ë€nŠGœ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’²0<\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’²î~\x02\x02 
\0\x06\0\x04\0^[r\0\x10ƒ\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’³\x10x\x02\x02\0	\0\x05\0\x04\0Rs\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’³¬¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’´jÅ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9’´nw\x02\x02\0\x12\0\x0e\0\x04\0\x12B\0æ\a\x03\x12\x17\x1d
\x05{\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’µ)Ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9’µöÉ\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’¶\x0ec\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’¶¦ž\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9’¶©õ\x02\x02\0\x12\0\x0e\0\x04\0Ri\0\x03\a\0\0\x01\0\0\0
\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’·ey\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’·Ú\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9’¸#Ù\x02\x02 \v\0\a\0\x04\0^[i\0\x04\0\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\x01\0\0\0\0\0â¸9’¸p\x06\x02\x02 \x13\0\x0f\0\x04\0^[l\0\x03\x03\0\0\x02\0\0\0
\0\x02\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’¸«'\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’¸ã¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’¹Ÿã\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9’¾V¥\x02\x02\0\a\0\x03\0\x04\0
.\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’¾à°\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x01\0\0\0\0\0â¸9’¿“û\x02\x02 \r\0	\0\x04\0\vV6.3.1.2\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9’¿ #\x02\x02\0\a\0\x03\0\x04\0
0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ÀR\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x01\0\0\0\0\0â¸9’Á\x10ù\x02\x02 \r\0	\0\x04\0\vøÃÑÿþ°Z:\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9’Á^[ð\x02\x02\0\a\0\x03\0\x04\0
*\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ÁÏ;\x04\x13\x05\x01\x02\0\x01\0\0\0\0^[\0\0\0^[\0\0\0\x01\0\0\0\0\0â¸9’›\x02\x02 \x16\0\x12\0\x04\0\vPRVS48 05000b002e\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9’™J\x02\x02\0\a\0\x03\0\x04\0
2\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ÃKÝ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9’Ä
š\x02\x02 \f\0\b\0\x04\0\v\x01W\x01@\0\x01\x01\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9’Ä\x17\x1e\x02\x02\0\a\0\x03\0\x04\0
,\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ÄÈb\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x15\0\0\0\x15\0\0\0\x01\0\0\0\0\0â¸9’Ň<\x02\x02 \x10\0\f\0\x04\0\vV0.47.19.17\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Ç;È\x02\x02\0	\0\x05\0\x04\0R5\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ÇÂ!\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9’ÇÆ\x10\x02\x02\0\f\0\b\0\x04\0R4\0ý\x0f\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ȃ\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’Ȇw\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’É?{\x02\x02 ^[\0\x17\0\x04\0^[4\0€\x01\0\0\x0f\0\0\0\x01\x01\v\x01	\a˜ª}\0\0A\0\0\0\x14\0\0\0\x14\0\0\0\x01\0\0\0\0\0â¸9’ÉBð\x02\x02 \x0f\0\v\0\x04\0^[4\0€\x01€\x01\b\x02\b\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Ê(j\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ʽm\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1a\0\0\0\x1a\0\0\0\0\0\0\0\0\0â¸9’ÊÂ2\x02\x02\0\x15\0\x11\0\x04\0Ri\0\x03\a\x01\0\x04\0\0\0
\0\x03\x01\x01\a\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’Ëzø\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Ë~N\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9’Ì9^[\x02\x02 \v\0\a\0\x04\0^[i\0\x04\x01\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’Í\x1e´\x02\x02 ^[\0\x17\0\x04\0^[l\0\x03\x01\x01\0&\0\0\0
\0\x04\x01\x01\a\x01\x01\x01\x01\x10\x02\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’Í$ç\x02\x02 ^[\0\x17\0\x04\0^[l\0\x03\0\x01\x01^[\0\x01\x02\x03\x04\x05\x06\a\b	
\v\f\r\x0e\0\0\0\x1c\0\0\0\x1c\0\0\0\x01\0\0\0\0\0â¸9’Í7€\x02\x02 \x17\0\x13\0\x04\0^[l\0\x03\x02\x01\x02\x11\x12\x13\x14\x16\x17\x18\x19\x1a^[\x1c\x1d\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Í;P\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Ît=\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’ÏñZ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’ÔÈ,\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Õ%þ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9’Õ9©\x02\x02\0\b\0\x04\0\x04\0RN\0\f\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’Õä›\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ÕçÓ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’Ö«\x17\x02\x02 
\0\x06\0\x04\0^[N\0\x10\f\x05\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’ÖÝÁ\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Ø\x1f€\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’Ù\b\x14\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’Ù þ\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’Ûàr\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’Üßé\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9’ÜâÆ\x02\x02\0\b\0\x04\0\x04\0RN\0\x11\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ÝW>\x04\x13\x05\x01\x02\0\x01\0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9’é˝\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Æ\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’éΘ\x02\x02 ^[\0\x17\0\x04\0^[N\0\x10\x11\x01\x03\v\x02\a\0\0\0-\a\0\0\0\a\a\0\0\0\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9’éÑt\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÆ\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’éõî\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’êº&\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9’ëR\x06\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&£\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’ë_\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’ëvÜ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ëz¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9’ë‹>\x02\x02\0\b\0\x04\0\x04\0RN\0#\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’ì5¶\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ì9h\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x16\0\0\0\x16\0\0\0\x01\0\0\0\0\0â¸9’ìóÚ\x02\x02 \x11\0\r\0\x04\0^[N\0\x10#\x01\x01\x01\a\0\0\0\a\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’í\r\x01\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’íºÐ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’í¾c\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’îpØ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’îtl\x04\x13\x05\x01\x02\0\x01\0\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9’îwÂ\x02\x02\0\b\0\x04\0\x04\0RN\0A\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’ï/9\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ï2Ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9’ïí>\x02\x02 
\0\x06\0\x04\0^[N\0\x10A\x05\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’ð)ë\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ñjZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’ñn+\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’ò)r\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’òùw\x04\x13\x05\x01\x02\0\x01\0\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9’òþ<\x02\x02\0\b\0\x04\0\x04\0RN\0\x0e\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’ó¦\x15\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ôc¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9’õ#«\x02\x02 ^[\0\x17\0\x04\0^[N\0\x10\x0e\x0119854,c707962,135\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’õ>_\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’õàÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9’öŸ\x1d\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9’ö²N\x02\x02\0\a\0\x03\0\x04\0
W\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ø^[Þ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1e\0\0\0\x1e\0\0\0\x01\0\0\0\0\0â¸9’øÚö\x02\x02 \x19\0\x15\0\x04\0\v\x0fO\0²\a\x01\x01\0\0\0\0²\a\x01\x01\0\0\0\0d\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9’üóÃ\x02\x02\0	\0\x05\0\x04\0\x12X\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9’ýQ•\x04\x13\x05\x01\x02\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9’þ\x0f>\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“\x04\x11f\x02\x02\0	\0\x05\0\x04\0\x12a\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“\x04ÁZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9“\x05\x7fœ\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9“\x06LÅ\x02\x02\0\a\0\x03\0\x04\0
Ž\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“\x06ü|\x04\x13\x05\x01\x02\0\x01\0\0\0\0\v\0\0\0\v\0\0\0\x01\0\0\0\0\0â¸9“\aºû\x02\x02 \x06\0\x02\0\x04\0\v\x05\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9“\b¦¨\x02\x02\0\a\0\x03\0\x04\0
Z\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“	7Û\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x01\0\0\0\0\0â¸9“	öÔ\x02\x02 \x12\0\x0e\0\x04\0\v\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â¸9“\rš°\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\x01\x02\0\x1f\0\0\0\x17\0\x01O\a\0\0º\a\f\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“\x0f,\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“\x0f0\0\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0\x02\x01²\0w:\x06ì\x1c¤\x01\0\0\0gb\0
\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“\x0fê\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“\x10/ñ\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“\x10¨9\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x15\0\0\0\x15\0\0\0\0\0\0\0\0\0â¸9“\x11-C\x02\x02\0\x10\0\f\0\x04\0Ri\0\x03\x06\x02\x02adam\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“\x11g\x14\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“\x11j§\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“\x12ã¶\x02\x02 \v\0\a\0\x04\0^[i\0\x04\x02\x01\x02\0\0\0\x18\0\0\0\x18\0\0\0\x01\0\0\0\0\0â¸9“\x13yë\x02\x02 \x13\0\x0f\0\x04\0^[l\0\x03\x03\x02\0\x02\0\0\0\x17\0\x02\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“\x13¦Ü\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“\x14`Ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“\x15\x1eØ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\0\0\0\0\0\0â¸9“4\x01H\x02\x02\0\a\0\x03\0\x04\0
Z\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“4]\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\x01\0\0\0\0\0â¸9“5$d\x02\x02 \x12\0\x0e\0\x04\0\v\f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“5Ny\x02\x02\0	\0\x05\0\x04\0\x12[\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“5ÙÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9“6˜4\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“6®¼\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“8\x15\x14\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9“8&>\x02\x02\0\x12\0\x0e\0\x04\0Ri\0\x03\a\x03\0\x01\0\0\0\x11\0 \0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“8Ô,\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“8Ý—\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“9‘ô\x02\x02 \v\0\a\0\x04\0^[i\0\x04\x03\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\x01\0\0\0\0\0â¸9“9–\x01\x02\x02 \x14\0\x10\0\x04\0^[l\0\x03\x03\x03\0\x03\0\0\0\x11\0!\x02\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“9±l\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9“:-¤\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ë\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9“:E¸\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“:P6\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“:Ž3\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“;͏\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“;àG\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9“;ä°\x02\x02\0\x12\0\x0e\0\x04\0Ri\0\x03\a\x04\0\x01\0\0\0\x11\0 \0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“<ŒÆ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“<–\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“=Jo\x02\x02 \v\0\a\0\x04\0^[i\0\x04\x04\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\x01\0\0\0\0\0â¸9“=N}\x02\x02 \x14\0\x10\0\x04\0^[l\0\x03\x03\x04\0\x03\0\0\0\x11\0!\x02\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“=qL\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“>\b±\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“>\vé\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“>ÇO\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“>Ê¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9“>Îð\x02\x02\0\x12\0\x0e\0\x04\0Ri\0\x03\a\x05\0\x01\0\0\0\x11\0\x10\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“?†)\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“?‰½\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“@Cñ\x02\x02 \v\0\a\0\x04\0^[i\0\x04\x05\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“@^h\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9“A\x03(\x02\x02 ^[\0\x17\0\x04\0^[l\0\x03\x01\x05\0]\0\0\0\x11\0\x11\x01en-GB\0\x0ee\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9“AÁä\x02\x02 ^[\0\x17\0\x04\0^[l\0\x03\0\x05\x01n-US\0en-GB\0en-CA\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9“AÈ‘\x02\x02 ^[\0\x17\0\x04\0^[l\0\x03\0\x05\x02\0en-AU\0en-IN\0de-\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9“AÔ¹\x02\x02 ^[\0\x17\0\x04\0^[l\0\x03\0\x05\x03DE\0ja-JP\0fr-CA\0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Açq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9“Aêæ\x02\x02 ^[\0\x17\0\x04\0^[l\0\x03\0\x05\x04r-FR\0it-IT\0es-ES\0\0\0 \0\0\0 \0\0\0\x01\0\0\0\0\0â¸9“Að½\x02\x02 ^[\0\x17\0\x04\0^[l\0\x03\0\x05\x05\0es-MX\0es-US\0pt-\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“B\x02\x06\x02\x02 \x0e\0
\0\x04\0^[l\0\x03\x02\x05\x06BR\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“B\x05¸\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“Cº\a\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Cü\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1d\0\0\0\x1d\0\0\0\0\0\0\0\0\0â¸9“Cÿ+\x02\x02\0\x18\0\x14\0\x04\0Ri\0\x03\a\x06\0\a\0\0\0\x11\0\x12en-GB\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“D»£\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“D¾Û\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“Ey.\x02\x02 \v\0\a\0\x04\0^[i\0\x04\x06\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\x01\0\0\0\0\0â¸9“E|£\x02\x02 \x13\0\x0f\0\x04\0^[l\0\x03\x03\x06\0\x02\0\0\0\x11\0\x13\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“E’î\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“F7\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“FõÑ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“K›g\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Lë8\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Lûè\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9“M\0Ë\x02\x02\0\x12\0\x0e\0\x04\0Ri\0\x03\a\a\0\x01\0\0\0\v\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“M§í\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“Qvv\x02\x02 \v\0\a\0\x04\0^[i\0\x04\a\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\x01\0\0\0\0\0â¸9“QzÁ\x02\x02 \x13\0\x0f\0\x04\0^[l\0\x03\x03\a\0\x02\0\0\0\v\0\x02\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“R'!\x02\x02\0	\0\x05\0\x04\0\x12;\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“RÝ…\x04\x13\x05\x01\x02\0\x01\0\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9“Rà½\x02\x02\0\b\0\x04\0\x04\0\x12:\0Ñ\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9“S›Š\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Sžà\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x15\0\0\0\x15\0\0\0\0\0\0\0\0\0â¸9“S®ø\x02\x02\0\x10\0\f\0\x04\0Rf\0\0Ã\0!\0\0\0\0\x01\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9“TZ	\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“Tƒ…\x02\x02 \v\0\a\0\x04\0^[:\0\x10Ñ\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“T‡“\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“TŠŽ\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“U\x18j\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Ã\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“U‘\r\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“U—œ\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“UÖo\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“V\x12G\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9“V\x15A\x02\x02\0\x12\0\x0e\0\x04\0Ri\0\x03\a\b\0\x01\0\0\0\v\0\x06\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“X\x12H\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“X\x16U\x02\x02 \v\0\a\0\x04\0^[i\0\x04\b\x01\0\0\0\0\x1a\0\0\0\x1a\0\0\0\x01\0\0\0\0\0â¸9“X\x1d\x02\x02\x02 \x15\0\x11\0\x04\0^[l\0\x03\x03\b\0\x04\0\0\0\v\0\a\x01\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“X :\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“X$…\x02\x02\0	\0\x05\0\x04\0\x12;\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“XЊ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“XÓà\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9“ZM\x0e\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ZQX\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“[\vP\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“]Çm\x02\x02\0	\0\x05\0\x04\0\x12U\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“`A\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9“a½©\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“añ
\x02\x02\0	\0\x05\0\x04\0RR\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“b{Í\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x16\0\0\0\x16\0\0\0\0\0\0\0\0\0â¸9“c6{\x02\x02\0\x11\0\r\0\x04\0RQ\0\x01\x05æ\a\x03\x12\x17\x1d\x11\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“cB\v\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“cøé\x04\x13\x05\x01\x02\0\x01\0\0\0\0^[\0\0\0^[\0\0\0\x01\0\0\0\0\0â¸9“dÇ\x06\x02\x02 \x16\0\x12\0\x04\0^[Q\0\x10\x01\x01\0\0\0\0æ\a\x03\x12\x17\x1d\x11\0\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9“eËù\x02\x02\0\b\0\x04\0\x04\0RQ\0\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“f3ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“fòæ\x02\x02 
\0\x06\0\x04\0^[Q\0\x10\x03\x01\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9“yüK\x04>(\x02\x01\x02\x01‰FRS\x1aL\x1c\x03\x03oý\x17\x16oý˜ˆoaeŽ\x10@Ý:K˜\x01Ŧ´\rIqȦ\0\0\0\x17\0\0\0\x17\0\0\0\x03\0\0\0\0\0â¸9“|'U\x04>\x14\x02\x01\x03\x01ã|«Ìêç\b\aÿL\0\x12\x02\0\x02¦\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9“|æÈ\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Æ\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9“}>Â\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÅ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9“~N\x14\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ë\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9“~R›\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Ë\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“˜@Ç\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\x01	\0ø\x01\0\0\x03\0 DQVBQEJyQ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“˜É¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“˜Ñ\x05\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x01ktGXip6SltGSlpuQ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“™ˆš\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“™Èa\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x02kZgBAQEAAAAAgN13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“šFŸ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“šJ3\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x03nZHgseQtsL8LhLOa\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“›\x05\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“›\b²\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x045E6F5ICqmCfwV7nD\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“›Ã`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“›ø\x11\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x05V3MrqGk4XI6eQcyh\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“@@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“C–\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x06UnHDVHqHCsdA8y9c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ž½>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“žÀ³\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\a4qp7QPvQWurkFv7N\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ÿ{½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“Ÿ\x7f2\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\b-lgbiIW3iOF8hfGo\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ 9ÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“ >J\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0		sILgOaMglNl7vPPH\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“ ûÕ\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	
4TUepMeC9sdO2FF5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¡¶ß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“¡º‘\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\vdLqHOKUjMnnTairc\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¢u@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“¢xÓ\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\f7oB08Jbh3XaXFogr\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“£3¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“£6÷\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\r5BpXysm20_t64FQH\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“£ò{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“£öK\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x0e71wmbwbWp6-_\0DQV\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¤°ž\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“¤µ&\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¥n…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“¥r±\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\x04	\x0fBQEJyQktGXip6Slt\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“¦-œ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¦1N\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1e\0\0\0\x1e\0\0\0\0\0\0\0\0\0â¸9“¦4h\x02\x02\0\x19\0\x15\0\x04\0Rf\0\0Â\0:\x03\0\0\0\0\x10'\0\0\0,\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¦ðf\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“¦ôÏ\x02\x02 \v\0\a\0\x04\0^[i\0\x04	\x01\x0f\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“§\x15<\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“§ª\x02\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Â\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“§®¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“§¸é\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x10GSlpuQkZgBAAEAAA\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“¨hû\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¨lR\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“¨q¯\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x11AAmYlOH7QJDr6Thp\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“©'\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“©/w\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x12dgT4Q7htxb3GYfSQ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“©å\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“©ê%\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x13NUdcReszcqCD-Nyc\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ª¤Z\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“ª§’\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x14n8gA6f6gRSIxauJ1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“«lD\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“«pp\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x15QSf8Rg5Rztg0ifwn\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¬!w\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“¬&\x1d\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x16XhQwR7vB_Ig0YKuF\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¬ß?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“¬â´\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x17IQd4nHTPNGz1YWuh\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“­­\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“­°“\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x18l9_qa2uIuol14rbn\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“®\\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“®`,\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“¯ÚÈ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¯Þ˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“¯ã¹\x02\x02\0\f\0\b\0\x04\0RN\0\x02\0\a\0\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“°—@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“°œ\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x19BbOH0Q1CKK4cH8hg\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“±V^[\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“±\N\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“²Â\r\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x1aejJb1MY4wAt-5naJ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“²Õ]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“²ÝY\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	^[iykU8U8dTDcGuTLG\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“³‘[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“³•J\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x1c2eV14aAzGuF9q8Q2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“´O»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“´V¥\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x1dMN\0
\0com.huami.m\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“µ\x0e;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“µ\x12H\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0	\x1eidong\0100555_6.7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“µÍ4\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“µÐæ\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¶Šü\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1e\0\0\0\x1e\0\0\0\0\0\0\0\0\0â¸9“¶Äë\x02\x02\0\x19\0\x15\0\x04\0Ri\0\x03\x06	\x1f.1-play\0en_US\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“·I™\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“·Mä\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“·Qw\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“¸\a½\x02\x02 \v\0\a\0\x04\0^[i\0\x04	\x01\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¸\f¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“¸#(\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“¸Æ\x1d\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¸É±\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“¸Î\x1a\x02\x02\0\f\0\b\0\x04\0RN\0\x02\x01\a\0\x7f\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“¹†Â\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¹‰ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“¹ð\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“ºBß\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ºfý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“ºtv\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\x01
\0\x1f\0\0\0\x17\0\x01O\a\0\0º\a\f\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“»\x02\x15\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“»\x05.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“»\b…\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0
\x01²\0w:\x06ì\x1c¤\x01\0\0\0gb\0
\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“»¿û\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“»ÃR\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¼~\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x15\0\0\0\x15\0\0\0\0\0\0\0\0\0â¸9“¼u\x02\x02\0\x10\0\f\0\x04\0Ri\0\x03\x06
\x02adam\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“½<¼\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“½@P\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“½D›\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9“½úà\x02\x02 \v\0\a\0\x04\0^[i\0\x04
\x01\x02\0\0\0\x18\0\0\0\x18\0\0\0\x01\0\0\0\0\0â¸9“¾\0ô\x02\x02 \x13\0\x0f\0\x04\0^[l\0\x03\x03	\0\x02\0\0\0\x17\0\x02\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¾\vì\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“¾\x16Å\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“¾¹@\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¾Èd\x04\x13\x05\x01\x02\0\x01\0\0\0\0^[\0\0\0^[\0\0\0\0\0\0\0\0\0â¸9“¾Ìr\x02\x02\0\x16\0\x12\0\x04\0RN\0\x062\0¾KiÿU–Î	\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“¿wý\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“¿{r\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“¿~È\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9“À6]\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x062\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“À9Ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ÀOà\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“ÀõÐ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Á\x11;\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“Á\x1d	\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Á³\x1e\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ÁÇ\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“ÁÊ\x02\x02\x02\0\f\0\b\0\x04\0RN\0\x02\x02\a\0€\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Âqù\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Âu«\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“Ã/Á\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ÃG[\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ãî"\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“Ãñ—\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Å\x14ð\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Å-Ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9“Å3t\x02\x02\0\v\0\a\0\x04\0RN\0\x06\x03\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Åk \x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ҝ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9“Æ)Ü\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x03\0\x01\0\0\0\x18\0\0\0\x18\0\0\0\0\0\0\0\0\0â¸9“ÆZB\x02\x02\0\x13\0\x0f\0\x04\0Rf\0\0Á\0\bSilloth\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Æè\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“Æì\r\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“Ǧ\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ǪO\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ǯé\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9“ÇÒö\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Æ\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9“ÇØq\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÆ\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Èdß\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ÈiH\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“Èl€\x02\x02\0\f\0\b\0\x04\0RN\0\x02\x03\x124\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“É#}\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“É'M\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“É+[\x02\x02\0\f\0\b\0\x04\0Rf\0\0Á\0 \0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“Éáü\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Éå®\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“Éøþ\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“Ê {\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ê¥\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ʸ\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Ë`â\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ëd³\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9“Ëg®\x02\x02\0\v\0\a\0\x04\0RN\0\x06\x02\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Ì\x1eŒ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ì$&\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\0\0\0\0\0\0â¸9“Ì'^\x02\x02\0\x13\0\x0f\0\x04\0Rf\0\0Á\0\x04Ø\x155b\0ÿÿ\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9“ÌÜ5\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x02\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ìߪ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“Ìú}\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“Íš\x1c\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“͝‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“Í¢î\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“ÎY\x15\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Î\Š\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“Î_£\x02\x02\0\f\0\b\0\x04\0RN\0\x02\x04\x124\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Ï\x178\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ï\x1a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“Ï\x1då\x02\x02\0^[\0\x17\0\x04\0Rf\0\0\x01\0\x01Ø\x155b\0\a\0\0\x0f\x04Clear\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“ÏÖ\x13\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ÏÙK\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“ÏÜÞ\x02\x02\0^[\0\x17\0\x04\0Rf\0\0A\x01\0\x01\x0f\x04Clear\0\0\0\r\x01Cle\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Д\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“З\x02\x02\0^[\0\x17\0\x04\0Rf\0\0A\x02ar\0\x01\x01\f\x05Cloudy\0\x01\0\x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ÑRy\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“ÑW\x1f\x02\x02\0^[\0\x17\0\x04\0Rf\0\0A\x03\x05Cloudy\0\x01\x01\x0e\x03Cloud\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ò\x10ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1c\0\0\0\x1c\0\0\0\0\0\0\0\0\0â¸9“Ò\x14ª\x02\x02\0\x17\0\x13\0\x04\0Rf\0\0\x04y\0\x01\x03\x0f\x03Cloudy\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ÒÏ:\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ÒҐ\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“Ӎ¹\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ó‘å\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ÓŸ\x02\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“ÔKû\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ÔP'\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“ÔS}\x02\x02\0\f\0\b\0\x04\0RN\0\x02\x05\x124\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Ö‡x\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“ÖŒ[\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“֏²\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1d\0\0\0\x1d\0\0\0\0\0\0\0\0\0â¸9“Ö“\b\x02\x02\0\x18\0\x14\0\x04\0Rf\0\0Á\0\x02Ø\x155b\0\0\bClear\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“Ø\x06}\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ø
/\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“Ø\x0e=\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ØÂ>\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ØÅv\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Ú?<\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“ÚBt\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ÚEQ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“ÚH‰\x02\x02\0\f\0\b\0\x04\0RN\0\x02\x06\x124\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Û\x17õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9“Û^[å\x02\x02\0\x12\0\x0e\0\x04\0Rf\0\0Á\0€\a\0\0\0\x03L\x03\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“ÛþE\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ü\x1d\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“Ü5Ó\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“Ý8ü\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Ý<Ì\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ÝCy\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ÝF±\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“Ý÷Ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“Ýûˆ\x02\x02\0\f\0\b\0\x04\0RN\0\x02\a\x124\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“Þ¹Ë\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ÞÂÚ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“ÞÐR\x02\x02\0^[\0\x17\0\x04\0Rf\0\0\x01\0@Ø\x155b\0SE wind, fo\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“ßuŒ\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ßy>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9“ß|W\x02\x02\0^[\0\x17\0\x04\0Rf\0\0A\x01rce 3\0Humidity76%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“à3T\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9“à6ª\x02\x02\0\v\0\a\0\x04\0Rf\0\0\x02\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“àò.\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“á\x1aÕ\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“á°3\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“â\x1a¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“â\x1e\x1d\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“âo§\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“âz$\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9“â€\x1a\x02\x02\0\v\0\a\0\x04\0RN\0\x06
\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“ã-\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ã1|\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\0\0\0\0\0\0â¸9“ã6Ù\x02\x02\0\x14\0\x10\0\x04\0Rf\0\0Á\0\x10Ø\x155b\0\x06\x16\x12\x17\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9“ãëÏ\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06
\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ä\x1fm\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ä?\x04\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9“åh\x16\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“ò…ž\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“òˆÖ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“òŒ,\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ò˶\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“òи\x02\x02\0\f\0\b\0\x04\0RN\0\x02\b\x124\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“óŠ5\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“óª\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“ôH:\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ôäd\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“õËŠ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“öòð\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“öõë\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“÷B7\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“ù†I\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“ù§ç\x02\x02\0\f\0\b\0\x04\0RN\0\x02	\x124\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ú;š\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9“úùû\x02\x02 
\0\x06\0\x04\0^[N\0\x10\x02\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“û\x14Í\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“û¸\\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“û»ï\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“üw6\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“üzn\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9“ü‡0\x02\x02\0\f\0\b\0\x04\0RN\0\x06\x10\0\x01\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9“ý5—\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“ý:˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“ý?×\x02\x02\0	\0\x05\0\x04\0\x12‡\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9“ýô®\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x10\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“þuç\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9“þy>\x02\x02\0
\0\x06\0\x04\0\x12‰\0\x15\x03\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9“þ²^[\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9“þ½P\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9“þùÞ\x02\x02\0	\0\x05\0\x04\0\x12‡\0\0\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9“ÿpš\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”\x03Q\x05\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x03Tz\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x03å\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x03ç\x1a\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x04J†\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\x05dV\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x05}!\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9”\x05€Y\x02\x02\0\f\0\b\0\x04\0RN\0\x06\x10\0\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\x06"¶\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x06&h\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”\x06àÚ\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x10\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\aRï\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\aŸ–\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\aü°\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\b]ö\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”	\x16$\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”	\x1aÊ\x02\x02\0\v\0\a\0\x04\0RN\0\x06<\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”	(½\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”	ß|\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\0\0\0\0\0\0â¸9”	ã.\x02\x02\0\x13\0\x0f\0\x04\0Rf\0\0Á\0\bSilloth\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”
™±\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06<\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”
¨ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”
Çw\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9”\vWó\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\v\=\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\va?\x02\x02\0	\0\x05\0\x04\0\x12‡\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\f\x16\x16\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\f\x19È\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9”\f¼Ü\x02\x02\0
\0\x06\0\x04\0\x12‰\0\x15\0\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”\fÔw\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\fÚª\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\r\x1fT\x02\x02\0	\0\x05\0\x04\0\x12‰\0\x14\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”\r–å\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\r Ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9”\x0e\x13x\x02\x02\0\f\0\b\0\x04\0Rf\0\0Á\0 \0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”\x0f\x0fÖ\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9”\x0f\x14\x02\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x0f\x17•\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x0f Ã\x02\x02\0	\0\x05\0\x04\0\x12‡\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x0fÎU\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x0fÔ,\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”\x10ŒÔ\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x10†\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”\x10“Ÿ\x02\x02\0\v\0\a\0\x04\0RN\0\x06"\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\x11K4\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x11P6\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\0\0\0\0\0\0â¸9”\x11\x7fM\x02\x02\0\x13\0\x0f\0\x04\0Rf\0\0Á\0\x04Ø\x155b\0ÿÿ\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”\x12	Ò\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06"\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x12\r„\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x12$*\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9”\x12ÈQ\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x12Ì@\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x12ÑÛ\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9”\x13\a\x7f\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:É\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9”\x13\v¬\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x13ˆ]\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\x13‹³\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”\x13
\x02\x02\0\v\0\a\0\x04\0RN\0\x06\x01\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\x14Dô\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x14I]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”\x15\0–\x02\x02\0^[\0\x17\0\x04\0Rf\0\0\x01\0\x01Ø\x155b\0\a\0\0\x0f\x04Clear\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”\x158ž\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x01\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x16€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”\x16„\x02\x02\0^[\0\x17\0\x04\0Rf\0\0A\x01\0\x01\x0f\x04Clear\0\0\0\r\x01Cle\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x17>ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x17Be\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x17ý2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”\x18\x06ù\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\x01\v\0\x1f\0\0\0\x17\0\x01O\a\0\0º\a\f\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\x18¼\r\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x18¿Ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”\x18Â÷\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\0\v\x01²\0w:\x06ì\x1c¤\x01\0\0\0gb\0
\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x19z0\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x19~\x01\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x1a8\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x15\0\0\0\x15\0\0\0\0\0\0\0\0\0â¸9”\x1agÆ\x02\x02\0\x10\0\f\0\x04\0Ri\0\x03\x06\v\x02adam\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\x1a÷/\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x1aü0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”^[\x01é\x02\x02\0^[\0\x17\0\x04\0Rf\0\0A\x02ar\0\x01\x01\f\x05Cloudy\0\x01\0\x10\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9”^[µÌ\x02\x02 \v\0\a\0\x04\0^[i\0\x04\v\x01\x02\0\0\0\x18\0\0\0\x18\0\0\0\x01\0\0\0\0\0â¸9”^[¹ø\x02\x02 \x13\0\x0f\0\x04\0^[l\0\x03\x03
\0\x02\0\0\0\x17\0\x02\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”^[½\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”^[À‡\x02\x02\0^[\0\x17\0\x04\0Rf\0\0A\x03\x05Cloudy\0\x01\x01\x0e\x03Cloud\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x1csð\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1c\0\0\0\x1c\0\0\0\0\0\0\0\0\0â¸9”\x1cw¢\x02\x02\0\x17\0\x13\0\x04\0Rf\0\0\x04y\0\x01\x03\x0f\x03Cloudy\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x1d2P\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x1dho\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9”\x1dò\0\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x1dõÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x1døë\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\x1e®ó\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x1eµD\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\0\0\0\0\0\0â¸9”\x1eº¢\x02\x02\0\x13\0\x0f\0\x04\0RN\0\b\0<\0\b\0\x15\0\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”\x1fm¯\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x1fqÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1d\0\0\0\x1d\0\0\0\0\0\0\0\0\0â¸9” \x04¹\x02\x02\0\x18\0\x14\0\x04\0Rf\0\0Á\0\x02Ø\x155b\0\0\bClear\0\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9” ,k\x02\x02 
\0\x06\0\x04\0^[N\0\x10\b\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9” ?œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9” Vž\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9” êp\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9” íÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9” ðà\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”!¨”\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”!®.\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”!²<\x02\x02\0\v\0\a\0\x04\0RN\0\x06\x03\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”"iW\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9”"m'\x02\x02\0\x12\0\x0e\0\x04\0Rf\0\0Á\0€\a\0\0\0\x03L\x03\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”"qS\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”#%í\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x03\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”#)%\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”#?p\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9”#äª\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”#è\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”#ñÆ\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”$¢r\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”$¦a\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”$©™\x02\x02\0\v\0\a\0\x04\0RN\0\x06\x02\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”%`ñ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”%fl\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”%iá\x02\x02\0^[\0\x17\0\x04\0Rf\0\0\x01\0@Ø\x155b\0SE wind, fo\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”& '\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x02\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”&#÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”&*g\x02\x02\0^[\0\x17\0\x04\0Rf\0\0A\x01rce 3\0Humidity76%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”&Þi\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”&áü\x02\x02\0\v\0\a\0\x04\0Rf\0\0\x02\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”'œO\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”'  \x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9”(Zí\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0\x01\x01\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”(_u\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”(c‚\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”)\x19/\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”)<Ô\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”)?í\x02\x02\0\v\0\a\0\x04\0RN\0\x06
\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”)ßn\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”)âÄ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x19\0\0\0\x19\0\0\0\0\0\0\0\0\0â¸9”)æ9\x02\x02\0\x14\0\x10\0\x04\0Rf\0\0Á\0\x10Ø\x155b\0\x06\x16\x12\x17\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”*˜\x15\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”*›l\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06
\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”*¼\x16\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9”,\x13+\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0Á\x01\x01\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”,\x18§\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”,\x1f\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”,"O\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”,Ñm\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9”,×E\x02\x02\0\f\0\b\0\x04\0RN\0\x06\x10\0\x01\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”-Â\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”-–×\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”.NŠ\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x10\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”.rÇ\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”/\f4\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”/\x0fæ\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”/ÊÑ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”/ÎÀ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9”/Ñø\x02\x02\0\f\0\b\0\x04\0RN\0\x06\x10\0\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”0‰¬\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”0?\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”1G’\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x10\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”1ñ5\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”2\x14#\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”2ÄS\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”3À\x02\x02\0^[\0\x17\0\x04\0Ri\0\x03\x01\f\0\x11\0\0\0
\0\x05\x01\x01\x01\0\x03\b\x10\x02	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”4Eœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”4Hó\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”4ÿ²\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9”5\x04ñ\x02\x02\0\x12\0\x0e\0\x04\0Ri\0\x03\x06\f\x010\a\0
0\x16\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”5¿%\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”5¹\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9”6|s\x02\x02 \v\0\a\0\x04\0^[i\0\x04\f\x01\x01\0\0\0\x18\0\0\0\x18\0\0\0\x01\0\0\0\0\0â¸9”6€Ý\x02\x02 \x13\0\x0f\0\x04\0^[l\0\x03\x03\v\0\x02\0\0\0
\0\x06\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”6 U\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”7:ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”7>g\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”7ù¯\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”8·X\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”8ºS\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x1f\0\0\0\x1f\0\0\0\0\0\0\0\0\0â¸9”8½\x11\x02\x02\0\x1a\0\x16\0\x04\0Ri\0\x03\a\r\0	\0\0\0
\0\x05\x01\x01\x01\0\x01\v\x10\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”9vê\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9”:9v\x02\x02 \v\0\a\0\x04\0^[i\0\x04\r\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\x01\0\0\0\0\0â¸9”:<q\x02\x02 \x13\0\x0f\0\x04\0^[l\0\x03\x03\f\0\x02\0\0\0
\0\x06\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”:Y¦\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”:óO\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”:ö¦\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”;²g\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”;µb\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x13\0\0\0\x13\0\0\0\0\0\0\0\0\0â¸9”;¸š\x02\x02\0\x0e\0
\0\x04\0RN\0\x06\a\0 \0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”<q\x05\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”<t[\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”=í‰\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\a\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”>
b\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”>«¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”>®ä\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”?€Ò\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”@(O\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”@+‡\x02\x02\0\v\0\a\0\x04\0RN\0\x06\r\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”@çg\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”A°‚\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\r\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”A³!\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”AÈ–\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”Bcë\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”E„\r\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”E—{\x02\x02\0^[\0\x17\0\x04\0Rf\0\0\x02\0\x1e\0\0ÿ\x19\x01\0ÿ\x02\x02\0ÿ$\x03\0ÿ\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”F\x1cH\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”F\x1fÛ\x02\x02\0^[\0\x17\0\x04\0Rf\0\0B\x01\x04\0ÿ\x14\x05\0ÿ\x1c\x06\0ÿ!\a\0ÿ\v\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”FÚå\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9”Fà\x06\x02\x02\0^[\0\x17\0\x04\0Rf\0\0B\x02\0ÿ\x04	\0ÿ	
\0ÿ&\v\0ÿ(\f\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”G™'\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9”H.Ã\x02\x02\0\f\0\b\0\x04\0Rf\0\0‚\x03ÿ\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”HVï\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x13\0\0\0\x13\0\0\0\x01\0\0\0\0\0â¸9”I\x15«\x02\x02 \x0e\0
\0\x04\0^[f\0\x10\0‚\x01\x01\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”J‚s\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”J•\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9”J®\x15\x02\x02\0\f\0\b\0\x04\0RN\0\x06\x1a\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”KPì\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”KU°\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”L\x0f\x0f\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x1a\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”R'E\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”S\x7fn\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”Sƒ¸\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”T>g\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”TCh\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”TFü\x02\x02\0\v\0\a\0\x04\0RN\0\x06\x1f\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”TüŠ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”Tÿá\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”U»e\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x1f\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”UàÓ\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”Vy\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”V|¢\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”W7Ê\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”W;!\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”W>Y\x02\x02\0\v\0\a\0\x04\0RN\0\x06 \0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”Wö\r\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”Wùc\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”X´O\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06 \0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”Xì7\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”YuŒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”Z1M\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9”cÙ^[\x04>(\x02\x01\x02\x01­4 99y\x1c\x03\x03Ÿþ\x17\x16Ÿþ\0\0\0\0\0\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\0\0â¸9”z©h\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¥\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”z®K\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”zìg\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”zðÐ\x02\x02\0\v\0\a\0\x04\0RN\0\x06(\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”{«`\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”{®ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”|o˜\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06(\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”|‘í\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”}'j\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”}*À\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”}æ&\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”~~€\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”~‚o\x02\x02\0\v\0\a\0\x04\0RN\0\x06)\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”~¥Ö\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x7f=Ô\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”\x7fc\x06\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06)\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x7fð\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”€!…\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”€ß¨\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”…Ò\x05\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”†\x14‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x1a\0\0\0\x1a\0\0\0\0\0\0\0\0\0â¸9”†\x18\x1d\x02\x02\0\x15\0\x11\0\x04\0Ri\0\x03\a\x0e\0\x04\0\0\0\v\0\b\x01\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”†Ó¡\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”†×Í\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9”‡‘ˆ\x02\x02 \v\0\a\0\x04\0^[i\0\x04\x0e\x01\0\0\0\0\x18\0\0\0\x18\0\0\0\x01\0\0\0\0\0â¸9”‡˜ì\x02\x02 \x13\0\x0f\0\x04\0^[l\0\x03\x03\r\0\x02\0\0\0\v\0	\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”‡­‹\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”Šl\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”Š‘\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”Š¢*\x02\x02\0	\0\x05\0\x04\0\x12\0‚\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”Œ
§\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”Œ\x0f\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”Œ@\x0f\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”ŒÇ×\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”ŒÌ\x03\x02\x02\0\v\0\a\0\x04\0RN\0\x06<\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”…€\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”ˆš\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”ŽCg\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06<\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”Ždl\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”\x02`\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”\x05ô\x02\x02\0	\0\x05\0\x04\0\x12‡\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”À„\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”Ä\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9”÷\x1d\x02\x02\0
\0\x06\0\x04\0\x12‰\0\x15\0\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”\x7f\x03\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”ƒŠ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”Ç\x03\x02\x02\0	\0\x05\0\x04\0\x12‰\0\x14\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”‘û¥\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”‘ÿv\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”’XE\x02\x02\0	\0\x05\0\x04\0\x12‡\0\0\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”’º$\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”’½{\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”“Yh\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”“xf\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”“}Ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\0\0\0\0\0\0â¸9”“€¿\x02\x02\0\f\0\b\0\x04\0RN\0\x06\x1a\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9””7#\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9””:˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9””õF\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06\x1a\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”•\x16j\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”•³ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”•ê!\x02\x02\0	\0\x05\0\x04\0\x12‡\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”–rc\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”–u›\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”–¤“\x02\x02\0	\0\x05\0\x04\0\x12‰\0\x14\x01\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”—0¥\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”—;»\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”—™\x12\x02\x02\0	\0\x05\0\x04\0\x12‡\0\0\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”—ðÏ\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”—ô&\x04\x13\x05\x01\x02\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9”˜­G\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”™‡P\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”š*À\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”š/)\x02\x02\0\v\0\a\0\x04\0RN\0\x06=\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”šé \x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”ší.\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”›ª \x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06=\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”›ÌÑ\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”$B\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”'z\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”ã\x1d\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”æí\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”ê%\x02\x02\0\v\0\a\0\x04\0RN\0þ\x06\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”ž¡"\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”ž¥È\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”Ÿ_d\x02\x02 \f\0\b\0\x04\0^[N\0\x10þ\x06\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”Ÿ„ñ\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”¡œ«\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”¡¡ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”¡¥_\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”¢Y#\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”¢\˜\x02\x02\0\v\0\a\0\x04\0RN\0\x06<\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”£\x18\x1c\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”£^[s\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”£Ö}\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06<\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”¥ªD\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”¦\x11C\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”¦a}\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”¦ÏÂ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”¦Ó7\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9”¦Öé\x02\x02\0\v\0\a\0\x04\0RN\0\x06"\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”§ŽA\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”§‘y\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x11\0\0\0\x11\0\0\0\x01\0\0\0\0\0â¸9”¨Le\x02\x02 \f\0\b\0\x04\0^[N\0\x10\x06"\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”¨j2\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”©\v?\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”©É\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9”«p³\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~È\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9”«Žú\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¤\0\0\0\x17\0\0\0\x17\0\0\0\x03\0\0\0\0\0â¸9”¬ÒÀ\x04>\x14\x02\x01\x03\x01ã|«Ìêç\b\aÿL\0\x12\x02\0\x02¦\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9”±€\x17\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ç\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9”±…U\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÇ\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”´Ÿ&\x02\x02\0	\0\x05\0\x04\0Rj\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”µ²H\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”µÚ8\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x17\0\0\0\x17\0\0\0\0\0\0\0\0\0â¸9”µÝŽ\x02\x02\0\x12\0\x0e\0\x04\0Ri\0\x03\a\x0f\0\x01\0\0\0\x12\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”¶o\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9”·-!\x02\x02 \v\0\a\0\x04\0^[i\0\x04\x0f\x05\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9”·Lõ\x02\x02\0	\0\x05\0\x04\0Rj\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9”·ëc\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9”¸­ð\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9”ùµ¢\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ã\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9”ù¹Î\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Ã\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9”ü‡5\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:È\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9”ü‹$\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÈ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9•G„\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ã\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9•Gˆº\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÃ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9•HKƒ\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~³\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9•HOì\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0²\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9•R\x16¹\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•R¥‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9•R¨à\x02\x02\0
\0\x06\0\x04\0RN\0þ\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9•Sc­\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Sh®\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x15\0\0\0\x15\0\0\0\x01\0\0\0\0\0â¸9•T"\r\x02\x02 \x10\0\f\0\x04\0^[N\0\x10þ\0\x01\x01\v\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9•T;q\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Tàn\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9•Už°\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9•’•T\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ç\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9•–Ù¥\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05K\x1c+â&¥\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9•–ú\x11\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~¼\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9•–ýI\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0»\0\0\0\x19\0\0\0\x19\0\0\0\x01\0\0\0\0\0â¸9•š\x0eÿ\x02\x02 \x14\0\x10\0\x04\0^[Z\0\f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9•¥ƒÈ\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•¥õ¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9•¥ù4\x02\x02\0
\0\x06\0\x04\0RN\0þ\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9•¦´>\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•¦·Ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x15\0\0\0\x15\0\0\0\x01\0\0\0\0\0â¸9•§rC\x02\x02 \x10\0\f\0\x04\0^[N\0\x10þ\0\x01\x01\v\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9•«Í–\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•«è¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9•¬§€\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9•½£¨\x02\x02\0	\0\x05\0\x04\0\x12;\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•½Ãº\x04\x13\x05\x01\x02\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9•¾ %\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9•¿iØ\x02\x02\0\b\0\x04\0\x04\0\x12:\0Ð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•À\x01\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9•Àì\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x12\0\0\0\x12\0\0\0\x01\0\0\0\0\0â¸9•Àñ6\x02\x02 \r\0	\0\x04\0^[:\0\x10Ð\x01\x05\0@\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\0\0â¸9•Á"®\x02\x02\0\b\0\x04\0\x04\0\x12:\0Ñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Á{\x04\x04\x13\x05\x01\x02\0\x01\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9•Âø\x02\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x10\0\0\0\x10\0\0\0\x01\0\0\0\0\0â¸9•Âûw\x02\x02 \v\0\a\0\x04\0^[:\0\x10Ñ\x01\0\0\0\0\x1a\0\0\0\x1a\0\0\0\0\0\0\0\0\0â¸9•Ã\x1d4\x02\x02\0\x15\0\x11\0\x04\0\x12:\0ÒüX4\x01\02Ö²‰\0@\0ÿ\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9•Äwc\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x17\0\0\0\x17\0\0\0\x01\0\0\0\0\0â¸9•ÄÖ¢\x02\x02 \x12\0\x0e\0\x04\0^[:\0\x10Ò\x01\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÅY†\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x15\0\0\0\x15\0\0\0\x01\0\0\0\0\0â¸9•Ç¹»\x02\x02 \x10\0\f\0\x05\0\x12\x02\b\0	\0\f\0\0\0Ð\a\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9•Èü«\x02\x02\0	\0\x05\0\x04\0\x12:\0Ó\x01\0\0\0\x12\0\0\0\x12\0\0\0\x02\0\0\0\0\0â¸9•ÉT‡\x01\x13 \x0e\x02\0	\0\f\0\0\0Ð\a\0\0\0\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9•ÉhQ\x04\x0f\x04\0\x01\x13 \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Êh`\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9•Ên8\x02\x02\0
\0\x06\0\x05\0\x13\x02\x02\0\0\0\0\0\0
\0\0\0
\0\0\0\x01\0\0\0\0\0â¸9•Ë'x\x02\x02 \x05\0\x01\0\x04\0\x13\0\0\0\x0f\0\0\0\x0f\0\0\0\x01\0\0\0\0\0â¸9•Ë+á\x02\x02 
\0\x06\0\x04\0^[:\0\x10Ó\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ë6@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ë˜¸\x02\x02\0^[\0\x17\0\x04\0R=\0UIHH\x04\0\0\0\0\0\0\x01|,©Ø\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ëé/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ëð8\x02\x02\0^[\0\x17\0\x04\0R=\0\0\084\x01\0\0\0\0\0\0\0\x01\x05\b\b\0\0f²\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Íb¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0\r\0\0\0\r\0\0\0\x03\0\0\0\0\0â¸9•Ífj\x04>
\x03\0\x02\0\f\0\0\0Ð\a\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Íiþ\x02\x02\0^[\0\x17\0\x04\0R=\0\x13ž €\b\0‹\b™ ï±@ªªªªªªª\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Î/Ã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ï÷¼\x02\x02\0^[\0\x17\0\x04\0R=\0ªªªªªªªªªªªªªªªª÷f‹\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ð\a\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ð\x13'\x02\x02\0^[\0\x17\0\x04\0R=\0™ æ6A^¾\x1d=ýp\0¡\r	œj$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ð>ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÐDc\x02\x02\0^[\0\x17\0\x04\0R=\0	åÿ>ù5ÿ¥©›‹\b™ èµB¨¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÐyŽ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ð‹p\x02\x02\0^[\0\x17\0\x04\0R=\0\x0f\x18ý^\0¡\f¯™ò°Å°0\x04Â(ª\0\x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÐÈÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÐÒ›\x02\x02\0^[\0\x17\0\x04\0R=\0Ô¬‹\b™ ë4C [\x13›ý6\0¡\fÎ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÐîÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ð÷3\x02\x02\0^[\0\x17\0\x04\0R=\0Çƨ&†YÐéñéÿv½8‹\b™ íµ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ñ)c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ñ1\x04\x02\x02\0^[\0\x17\0\x04\0R=\0D\x0eI\fiýJ\0¡\f¼óØc…=UF>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÑcÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÑhU\x02\x02\0^[\0\x17\0\x04\0R=\0 è\0&zL‹\b™ ð4E0\x1f\v"ý+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ñ®\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ñ±h\x02\x02\0^[\0\x17\0\x04\0R=\0\0¡\füÆ\x1c)\rDk‘Ýö\0\x05í‹\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÑÙÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÑÝý\x02\x02\0^[\0\x17\0\x04\0R=\0™ ò¶F\x16\f\x1cÔým\0¡\r4F*Ú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ò\x13¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ò\x17\x17\x02\x02\0^[\0\x17\0\x04\0R=\0Ð\v
Æš\x1f\0p3‹\b™ õ4G€³\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÒNI\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ò‚C\x02\x02\0^[\0\x17\0\x04\0R=\0\x05²ýR\0¡\r\x1a\x1dTY¢ì¬ã¾þ)\02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÒÆÎ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÒÊC\x02\x02\0^[\0\x17\0\x04\0R=\0ÇÁ‹\b™ ÷¶H<¬\x0eWýE\0¡\rz\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ó8Å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÓS\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0qœñ\x05qèYÞ8ø\0\a à‹\b™ ú7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÓsM\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ów<\x02\x02\0^[\0\x17\0\x04\0R=\0I\x11·\aÔý@\0¡\feñ­wLy\x11jË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ó­Õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ó±¦\x02\x02\0^[\0\x17\0\x04\0R=\0­Ò\0(y\x0f‹\bš ü¶J=Û\x0f\x13ýB\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Óì\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Óïÿ\x02\x02\0^[\0\x17\0\x04\0R=\0\0¡\fù»\x1dš5¡qþ^[Ñÿ» _‹\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ô##\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÔZT\x02\x02\0^[\0\x17\0\x04\0R=\0™ ÿ7K\x02F\r\0ýWÿ¡\rëŸ\Ôp\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ô˜Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ô±ó\x02\x02\0^[\0\x17\0\x04\0R=\0‚UY Pø\0m4e‹\bš¡\x01´LG’\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÔÒÚ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ôøá\x02\x02\0^[\0\x17\0\x04\0R=\0\x11­ý2\0¡\f7EÀ«3W͏ó\x01çÿÍ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÕGê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÕM„\x02\x02\0^[\0\x17\0\x04\0R=\0¿|‹\b™¡\x047M/»\x11KýX\0¡\r\a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Õ‚‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Õ…ç\x02\x02\0^[\0\x17\0\x04\0R=\0÷ì&g×E\x04Ê$\0W$N‹\bš¡\x06µ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Õ½V\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÕÁ&\x02\x02\0^[\0\x17\0\x04\0R=\0N\fà\x0f\x06Ýý$\0¡\fÀDt‚{l2’'\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Õ÷¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Õü(\x02\x02\0^[\0\x17\0\x04\0R=\0°óÿð\0V‹\b™¡	5Orgø\vý(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ö2f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ö5¼\x02\x02\0^[\0\x17\0\x04\0R=\0\0¡\ríRÀ,\x05‡21¼ö\0$!¨‹\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Öm+\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÖwŠ\x02\x02\0^[\0\x17\0\x04\0R=\0™¡\v·Phݐ\x11 ý-\0¡\f\x7fKqq\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ö§Ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ö°H\x02\x02\0^[\0\x17\0\x04\0R=\0DN~-JÀÿûó½‹\b™ Ï¶Qnš\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Öâ\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÖæI\x02\x02\0^[\0\x17\0\x04\0R=\0\x18BýW\0¡\rØt÷ûÃ*AV´vM\0(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•×\x1d\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•× W\x02\x02\0^[\0\x17\0\x04\0R=\0Ã!‹\b™ Ò7R\x11†\x12¬ý_\0¡\f’\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•×W‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•×Ô´\x02\x02\0^[\0\x17\0\x04\0R=\0èÙ}£\x0e	\a^[\x1cÿÎÛ«‹\b™ Ô¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ø	ƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ø\f»\x02\x02\0^[\0\x17\0\x04\0R=\0SJ+\x17{ýZ\0¡\r+vË—RWs¹o\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ØB#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ØGû\x02\x02\0^[\0\x17\0\x04\0R=\0Ý\x11\00
È‹\b™ ×7T)Eÿ’ý \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ø\x7fÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ø…Ù\x02\x02\0^[\0\x17\0\x04\0R=\0\0¡\r¨Ápr€ˆ«'! C\0\x14–Ž‹\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ø¶ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ØÁî\x02\x02\0^[\0\x17\0\x04\0R=\0™ Ù´UÉ\x1a\vZý_\0¡\f4™ß~×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Øñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ØõO\x02\x02\0^[\0\x17\0\x04\0R=\0õÁ_B\x14\0\x1d™Û‹\b™ Ü7VkM\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9•Ù\x19«\x01R\fñ\x01\b	Nexus 7\x11\x03
\x11\f\x11\x0e\x11\x12\x11\x15\x11\x16\x11/\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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â¸9•Ù#Í\x04\x0e\x04\x01R\f\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÙNÖ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÙQï\x02\x02\0^[\0\x17\0\x04\0R=\0\f†ýP\0¡\fõõÐe³ýiR®_\x1e\0G\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÙgF\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ù|»\x02\x02\0^[\0\x17\0\x04\0R=\0s\x03‹\bš ÞµW\x10…\x0f\x10Hý<\0¡\r*\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ù¡°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ù¥Ü\x02\x02\0^[\0\x17\0\x04\0R=\0Áµ÷z\x1c|¦ºGþÿÿ\x0e\a‹\b™ á7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÙÛû\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ùß3\x02\x02\0^[\0\x17\0\x04\0R=\0XenúøýE\0¡\r+\x19ïÇ!	\x16\v6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÚQH\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÚTa\x02\x02\0^[\0\x17\0\x04\0R=\00"ÿý °‹\b™ è3YV‘	\x7fý#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ú‹ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ú•—\x02\x02\0^[\0\x17\0\x04\0R=\0\0¡\r\x17GŠl(`–¾„\f'\0/¤n‹\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÚÆñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Úз\x02\x02\0^[\0\x17\0\x04\0R=\0™ ê±Z8Àý\x05ý\x14\0¡\r:E™†\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Û\x0fl\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Û\x13˜\x02\x02\0^[\0\x17\0\x04\0R=\0™È£É®\x19\0%þÑ‹\b™ í3[Ud\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ûy)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Û|\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0\x14\aýP\0¡\fÖrjM\x1a¥LYf¨\x14\0}\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Û°y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Û³±\x02\x02\0^[\0\x17\0\x04\0R=\0Æ&‹\b”4\b4\ŸÛN\x13›ý^\0¡\r\x19\0\0\0õ\0\0\0õ\0\0\0\x02\0\0\0\0\0â¸9•ÛêJ\x01R\fñ\x01\b	Nexus 7\x13\x03\x05\x11
\x11\f\x11\x0e\x11\x12\x11\x15\x11\x16\x11/\x11\0\x12\x01\x05\x01\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ûös\x04\x13\x05\x01\x02\0\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9•Ûý{\x04\x0e\x04\x01R\f\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ü ã\x02\x02\0^[\0\x17\0\x04\0R=\0áeQ',8V¥óñÿf Ù‹\bš ô±\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ü›o\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÜŸ\x02\x02\x02\0^[\0\x17\0\x04\0R=\0]\x0f÷\x0f\x19ýN\0¡\r„p’\x11Zä%\\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÜØx\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÜÝô\x02\x02\0^[\0\x17\0\x04\0R=\0›¿ÿèáw‹\b™ ÷0^.1ü\x05ýC\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ý\x13™\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ý\x17i\x02\x02\0^[\0\x17\0\x04\0R=\0ÿ¡\f$\x1dØ$çFåõ`»ÿÿ¿ð‹\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ý…Ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ý‹\v\x02\x02\0^[\0\x17\0\x04\0R=\0™ ù³_U\bpýR\0¡\rK\x1e\x12\\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÝÃÊ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÝÇö\x02\x02\0^[\0\x17\0\x04\0R=\0ŒÑ:¨é\0\x19"ù‹\b™ ü0`/M\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Ýú¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Ýþ3\x02\x02\0^[\0\x17\0\x04\0R=\0
WýG\0¡\f8ò#Á¡‘\x04s\x167ôÿÓ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Þ5e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Þc¦\x02\x02\0^[\0\x17\0\x04\0R=\0ɬ\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•Þq=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•Þ§™\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\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\0\0â¸9•Þáˆ\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Á\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9•Þæk\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ß\x1fá\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•â}†\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•âŽ±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•â’û\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\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\0\0â¸9•â«M\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:È\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9•â°Œ\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•âÏM\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ã\x0fQ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ãAû\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ãEQ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ãyK\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ã£»\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ãî\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ãò‡\x02\x02\0^[\0\x17\0\x04\0R=\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\x02\0\0\0\0\0â¸9•ãù\x16\x01\f \x02\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ä0)\x04\x13\x05\x01\x02\0\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9•ä3ú\x04\x0e\x04\x01\f \0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ä6¸\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9•ä:K\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9•äC\x1d\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9•äFU\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9•äP\x1c\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9•äS\x17\x01\f \x02\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9•äX\x18\x04\x0e\x04\x01\f \0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•äg<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•äp§\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•äžŒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ä¢]\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•äØ×\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•äÛñ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•å\x13`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•å2}\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•åN\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•åQ\x01\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•å‰E\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•åŽG\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•æ\0>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•æ\x04‰\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•æ:.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•æ@B\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•æsG\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•æv¼\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•æ­±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•æ²\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ç"£\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ç%ù\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ç]I\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•çaW\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ç™@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•çž\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•çÒµ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•è?0\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•èGä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•èvû\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•èƒù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•èˆ%\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•è¿”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•é\x1aÆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•éln\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•éoˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•é¦Ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•éªM\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•éá\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ëQ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0‹\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ë{î\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ë\x7fd\x02\x02\0^[\0\x17\0\x04\0R=\0™ ãµs™\0\0\0\0\0\0\0\x0fÀ\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ë¶X\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ëºf\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\x15UW\x18\x04‹\b™¡\x03°t ‚\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ëðÂ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ìÝc\x02\x02\0^[\0\x17\0\x04\0R=\0 ‚\b ‚\b ‚\b ‚\b ‚\b ‚\b ‚\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•í\x19;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•í\x1cT\x02\x02\0^[\0\x17\0\x04\0R=\0™‹\b™¡\x063uªªªªªªªªªªª\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•í[ƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•í_r\x02\x02\0^[\0\x17\0\x04\0R=\0ªªªªªªªªªªª©ìÿ‹\b™¡\b°\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•í‹2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•íŽK\x02\x02\0^[\0\x17\0\x04\0R=\0vªªªª¢þ\x17¾¢=EU[²Ôeüud\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•íÆë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•íÊ#\x02\x02\0^[\0\x17\0\x04\0R=\0Ç5M:gý‹\b™ Ï0w37:FUIZ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•î\0#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•î\x03=\x02\x02\0^[\0\x17\0\x04\0R=\0FM2AR1'SP4Y-44T\x02‘Œ‹\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•î:¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•î^\x02\x02\0^[\0\x17\0\x04\0R=\0™ T²x\x12\x01þ\06\0ü\0ÿÿöÿÿÿý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•îuq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•îxæ\x02\x02\0^[\0\x17\0\x04\0R=\0™\x12‰\a\x12\0\x02\x0fY‹\b™¡\v1y¬\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•î¯Ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•î³1\x02\x02\0^[\0\x17\0\x04\0R=\0hýüp*¿·‹«Ç5É:\x05\x06=ûTE\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•îê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ïfš\x02\x02\0^[\0\x17\0\x04\0R=\0H‰‹\b™ Ô0z¨k¨\x01šs%¯AÅ"\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ïŸñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ï£à\x02\x02\0^[\0\x17\0\x04\0R=\08"^[1ß\x06f\x03[–UKj­‹\b™ Ö²\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ïÚZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ïÞÄ\x02\x02\0^[\0\x17\0\x04\0R=\0{\x03\x18˜,¼1>Ëb	!ËBÚ4Y\x06‘\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ð\x11è\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ð\x16Ž\x02\x02\0^[\0\x17\0\x04\0R=\0YÚÂü¬Ë‹\b™ Û°|ÿ7¸=\0 ~\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ðJJ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ñ-D\x02\x02\0^[\0\x17\0\x04\0R=\0E\x7fí\vgpˆcc\x06¯¦Cm\x19À<΋\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ñoO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ñs¸\x02\x02\0^[\0\x17\0\x04\0R=\0™ Þ3}\x18\0‰»Óã©\x15¦ Í'Tš\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ñªË\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ñ®º\x02\x02\0^[\0\x17\0\x04\0R=\0J\x06Î4Ù¤YýÁd‹\b™¡\x012~\x1a'˜\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ñç\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•óà®\x02\x02\0^[\0\x17\0\x04\0R=\0l_ÌeKí¾^[¦äs/\x1c\x06è˜øä\bA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ô.†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ô2²\x02\x02\0^[\0\x17\0\x04\0R=\0þ\a‹\b™ ã3\x7f¹¼««»Êœ©¬™™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ôiˆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ôlß\x02\x02\0^[\0\x17\0\x04\0R=\0Ë»°««À\0\x0fÀ\0\0\b‹›0\0°\x01†\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ô£Ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ô§g\x02\x02\0^[\0\x17\0\x04\0R=\04Y\0\0\x1cßD!2201419H379Y\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ôÞ=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ôáu\x02\x02\0^[\0\x17\0\x04\0R=\0A\0\0\0€Ë3b\0\x16\b\x19\x10Y\0\0\0\0\x03\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•õ\x19\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•õ\x1c:\x02\x02\0^[\0\x17\0\x04\0R=\0\x01\0\0\0\0\0\0\0\x02\x05\x0f\0ü$1b\0WÌ‚\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•õŽ1\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ö\x02k\x02\x02\0^[\0\x17\0\x04\0R=\0A\x01gÁè‡ç³%GƒÁŸž˜\x18”²\x11A\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ö?Ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•öC&\x02\x02\0^[\0\x17\0\x04\0R=\00QÙ"Ÿÿ¦@Þ•E=aY‹À\x0f–\0C\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•öy¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ö€æ\x02\x02\0^[\0\x17\0\x04\0R=\0ä¬XÀ\0\0\0\0\0\0\0\0\0WÌ‚A\x01gÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ö³S\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ö¶m\x02\x02\0^[\0\x17\0\x04\0R=\0è‡ç³%GƒÁŸž˜\x18”²\x11A0QÙ"\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•öí€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•öõ÷\x02\x02\0^[\0\x17\0\x04\0R=\0Ÿÿ¦@Þ•E=aY‹À\x0f–\0Cä¬XÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•÷('\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•÷D*\x02\x02\0^[\0\x17\0\x04\0R=\0€Žj9\0,#®\0\0, \0\0\0\0\x17\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•÷c„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•÷j1\x02\x02\0^[\0\x17\0\x04\0R=\0\0 \x01ÃbC¡wæý\x15 \0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•÷ P\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•÷£ˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•÷Øð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•÷Ü
\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0äg3bpæ	=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ø\x12„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ø\x191\x02\x02\0^[\0\x17\0\x04\0R=\0Š~Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•øM+\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•øQu\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ø‡Ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ù_;\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ù¬·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ú/}\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ú\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ú`\x02\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ú–ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•úšŠ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•úÑ~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•úÔ¶\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•û\f\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ûëæ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ûö¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ûú5\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ü1H\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ü4a\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x16\0\0²\0\x04íî\f:Óp^\0ØàìG\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ükî\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•üoE\x02\x02\0^[\0\x17\0\x04\0R=\0åâAò\x1a‰›ý©…^M†±!]\x14ýü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ü³\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ü¼)\x02\x02\0^[\0\x17\0\x04\0R=\0\x03œeç‹\x12'EöÏû\0¸\aï²cœž@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•üàÂ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•üæ\\x02\x02\0^[\0\x17\0\x04\0R=\0Ïÿ°\x02ã(ëмêçÇ·,f\x01yŒ¸î\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ý\x1d2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ý ˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\x19꜓ÓO\0‘â&Hþî\x7fó™kšý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ýVj\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ý]\x17\x02\x02\0^[\0\x17\0\x04\0R=\0¸Ví]†©Q#KA\x03ý–M5æ\x06Ù·D\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ý“°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ý—D\x02\x02\0^[\0\x17\0\x04\0R=\0þ§\x05\x01W¯Ô±’'H?í–¹\x02\f„äÑ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ýË{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ýÐ!\x02\x02\0^[\0\x17\0\x04\0R=\0U†\x1aÇžM]\x01x.nðÓÙ¡œ‹À@\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•þ\x06}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•þ\vB\x02\x02\0^[\0\x17\0\x04\0R=\0΁[Hû¾¾ôm_™ýÚ\x1cN]ZÚî$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•þ@l\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•þ¼\v\x02\x02\0^[\0\x17\0\x04\0R=\0°	ýK1\aå¥UCDS¿\x0f\x01Ã{À°\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•þð`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•þù\x14\x02\x02\0^[\0\x17\0\x04\0R=\0À\x01í=æbÂ\x02J\x1fáÒŽQÆ].T\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÿ*Ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÿ.|\x02\x02\0^[\0\x17\0\x04\0R=\0PÝ$òâSaœëN1\0/ÄŠH«aþõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÿh/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÿl<\x02\x02\0^[\0\x17\0\x04\0R=\0ÕJ˜ýZæ§\:W‰&D3\x10ý]3Ûã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÿ¤Ÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÿª9\x02\x02\0^[\0\x17\0\x04\0R=\0/\x7fÉCT\x11\x1a\x010i²¯Æ-<½nË\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9•ÿÛ”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9•ÿß	\x02\x02\0^[\0\x17\0\x04\0R=\0\x1e\x03áÓöûŒÅÇíJ\x01\r€Üó]ƒ(œ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\0\x15(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\0\x1af\x02\x02\0^[\0\x17\0\x04\0R=\0|¬!\0Øž´H\x0eÛ>÷s\x1f—ý­˜ú[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\0PH\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\0‚ò\x02\x02\0^[\0\x17\0\x04\0R=\0‰@!(Ç \x16ý½K±â]YJCÛ…$\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\0ËN\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\0Î¥\x02\x02\0^[\0\x17\0\x04\0R=\0Pxª®\x05·(;GªÔ\x02à7äÔ\x0fÄÌÄ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x01\x01ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x01\x06Q\x02\x02\0^[\0\x17\0\x04\0R=\0¹®A\x01†ò”õDY÷›@\x12\x12\0…ùØH\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x01:i\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x01=¿\x02\x02\0^[\0\x17\0\x04\0R=\0\x05\x1d€ø´Þ•ýÆ#F[ñ†¶)^â\x1cý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x01t•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x01xf\x02\x02\0^[\0\x17\0\x04\0R=\0Ù†‰á$÷ÅBÏö.\x01‹µ¨­î¸¿9\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x01±ž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x01Á<\x02\x02\0^[\0\x17\0\x04\0R=\0¥ìÝ\x02úºêÕmò\x10Ä¡Ž8\x01¾	N÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x01êõ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x01ñþ\x02\x02\0^[\0\x17\0\x04\0R=\0‚ÁÍ›iµ\x02\0˜·÷HÉ\x03ÂùV™”ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x02%@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x02+6\x02\x02\0^[\0\x17\0\x04\0R=\0–ŠZKèH+\x01ú"ýx	dàÖx<B\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x02_\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x02bâ\x02\x02\0^[\0\x17\0\x04\0R=\0[:9\x01ê>­¬\x01eR8xþæ\x02úuôÖ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x02š2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x02Ÿ\x15\x02\x02\0^[\0\x17\0\x04\0R=\0ˆŸYÃW/\x01‰›\aùº¬«›'ºóÿ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x02ÔÙ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x04Ê>\x02\x02\0^[\0\x17\0\x04\0R=\0nÄ\x10Iµ[\x04ûój“ý\x01\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x05Y,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x05\¡\x02\x02\0^[\0\x17\0\x04\0R=\0\x06\x05\x10\0ü$1b)g”*¿ùYA2Ç
8\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x05“Ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x05—)\x02\x02\0^[\0\x17\0\x04\0R=\0spwÁ}5?F«ÿ\x7fA!#'w–­§@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x05Íá\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x05ÑV\x02\x02\0^[\0\x17\0\x04\0R=\0a\0;W(¦f@º«–®ÿÍ~À\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x06\bã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x06\f^[\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0)g”*¿ùYA2Ç
8spwÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x06Ck\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x06F£\x02\x02\0^[\0\x17\0\x04\0R=\0}5?F«ÿ\x7fA!#'w–­§@a\0;W\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x06~O\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x06ˆ4\x02\x02\0^[\0\x17\0\x04\0R=\0(¦f@º«–®ÿÍ~ÀÐ\x12ɹ€\x7f—.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x06óœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\au\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0´ \0\0\0\0\x17\0\0\0\0@öƒ|¯K\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\a¦\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\a©Ã\x02\x02\0^[\0\x17\0\x04\0R=\0p\x17[Ü\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\aݽ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\aá\x13\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\x14\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\b\x18d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\b\x1d„\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0äg3bpæ	=Š~Í>ª.˽\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\bRÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\bðe\x02\x02\0^[\0\x17\0\x04\0R=\0\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–	=†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–	A\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–	wÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–	|Ó\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–	²—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–	Þï\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–	ìÃ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–	ôF\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–
'Å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–
3î\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–
b/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–
iV\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–
œ·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–
Ÿï\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–
×›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–
ÜA\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0}R\x04\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\v\x12ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\v\x1c¿\x02\x02\0^[\0\x17\0\x04\0R=\0îBHÆÄÝÿMák·FŠ?‹\bÉZ{î\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\vMD\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\vQŽ\x02\x02\0^[\0\x17\0\x04\0R=\0ô­ÄE¾ÿv'é·¦Ã~FnËÇõó\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\v‡\x15\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\vŒÍ\x02\x02\0^[\0\x17\0\x04\0R=\0E†à×jøGžÕ´ê\x115kúî»|[î\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\vÁ»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\vÅŒ\x02\x02\0^[\0\x17\0\x04\0R=\0A—0×\x01m
:ᩨ^["|Æ#p”M\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\vüC\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\f\02\x02\x02\0^[\0\x17\0\x04\0R=\0OÈaF™v@	AVƒí#)‰DQ92(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\f6ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\f:»\x02\x02\0^[\0\x17\0\x04\0R=\0Ò¢¹Â\x06	’ÊhÃv\x1f\r\x0e£Ø;~â\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\fq¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\f\x7fe\x02\x02\0^[\0\x17\0\x04\0R=\0Hèø\x10Î&WðÛzï3™ùÖ\x0fÏ=:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\f³\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\f¸`\x02\x02\0^[\0\x17\0\x04\0R=\0:\x0fK\x1dòŽ³Æ'p"My\x17\aF9õ	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\r!H\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\r^2\x02\x02\0^[\0\x17\0\x04\0R=\0¡ ŒìaMHCdBë(&5ÑÁÓ™¹É\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\r–Ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\r›Ô\x02\x02\0^[\0\x17\0\x04\0R=\0)Ž÷\x1eF
iÙl&„¾ý\x05\x10vµñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\rÑ\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\ræ\x18\x02\x02\0^[\0\x17\0\x04\0R=\0ûíÄð„\rÅÖ\x16Šl:{,ì\x1eHäîÆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x0e\vâ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x0e\x0fÑ\x02\x02\0^[\0\x17\0\x04\0R=\0¼®©LA@§E÷Ò©
Ö–ëÍm\x01B\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x0eF‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x0eNá\x02\x02\0^[\0\x17\0\x04\0R=\0øU¢)ÓÊìÀÄ¢äÈ\x17ðu\x1eëÎ2Ú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x0e»{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x0e¾ð\x02\x02\0^[\0\x17\0\x04\0R=\0±Î,–¥\x11\x0fâ¯\x15ó\x03=üñ-\x1e“Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x0eö!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x0eú/\x02\x02\0^[\0\x17\0\x04\0R=\0ÞÆ–:\x1cKŒ ^‡.ÇÆL*Lè\x19BE\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x0f0‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x0f—l\x02\x02\0^[\0\x17\0\x04\0R=\0\vX^\vk‚¡ê2´@¥GW*J\x11\fÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x0fà`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x0fã·\x02\x02\0^[\0\x17\0\x04\0R=\0¤\x06\x13È^[™ñ\x1d\x05b\0ÛnnÜœ¬š^[\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x10^[%\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x10\x1e×\x02\x02\0^[\0\x17\0\x04\0R=\0
ûwôÆ—5óQ\x12dÖèµ¼:Ý;+"\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x11@\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x11ØÀ\x02\x02\0^[\0\x17\0\x04\0R=\0ñÂrÇ’¹¤K {×D3ž\x12\f@÷¬é\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x16„M\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x16–l\x02\x02\0^[\0\x17\0\x04\0R=\0\x0eÅ`?8	+1"/¿‰íDÇilj\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x16¾·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x16ÑŒ\x02\x02\0^[\0\x17\0\x04\0R=\0ÈqÑÛU\x1c“œíÁ#\r,8ÜõøÝpô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x16ø¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x16üÒ\x02\x02\0^[\0\x17\0\x04\0R=\0\x15:8ÖàÞ:ºgÈ#)µ»Ç\x16‘\x19K\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x173Š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x177Ô\x02\x02\0^[\0\x17\0\x04\0R=\0¼QgD¨GÆ\fÉ‚¹èþÊ\a>ón¸+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x17qâ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x17u\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0+oV¾BºzÆ5ˆà\x1c\x01l¥Ü\a\bQœ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x17©Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x17­"\x02\x02\0^[\0\x17\0\x04\0R=\0ID*\fýîA÷æš­õÚÙ\x0fÖãCü:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x18\x1dÉ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x18!\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0>ûb%OQ	ÈÊk‰J™®ñC]ßx\r\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x18XŽ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x18\œ\x02\x02\0^[\0\x17\0\x04\0R=\0C±Çç\x01\0\0\0\0\0\0\0\b\x05\x10\0ü$1b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x18’ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x18–N\x02\x02\0^[\0\x17\0\x04\0R=\0<³D‹ãVVÁí²|—"Á\x7fÁç£/ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x18Íž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x18ҁ\x02\x02\0^[\0\x17\0\x04\0R=\04ìwÁÍ>l\x1d™ @ùz§ÀI\0‘@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x19\bü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x19\rþ\x02\x02\0^[\0\x17\0\x04\0R=\0 ÷œ¶@ežÀ\0\0\0\0\0\0\0\0<³D‹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x19BÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x19FB\x02\x02\0^[\0\x17\0\x04\0R=\0ãVVÁí²|—"Á\x7fÁç£/ç4ìwÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x19}U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x19€Ê\x02\x02\0^[\0\x17\0\x04\0R=\0Í>l\x1d™ @ùz§ÀI\0‘@ ÷œ¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x19· \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x19º÷\x02\x02\0^[\0\x17\0\x04\0R=\0@ežÀà™P9\0nÖ-\0\0	¡\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x19òG\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x19õù\x02\x02\0^[\0\x17\0\x04\0R=\0\x17\0\0\0\0ÀúÂ$C\x1eûcåç\x18\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1a,Ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1a0 \x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1ag9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1ajÌ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0äg3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1a¡ß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1a©€\x02\x02\0^[\0\x17\0\x04\0R=\0pæ	=Š~Í>ª.˽\04±¹\0™Ô:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1a܆\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1aßÜ\x02\x02\0^[\0\x17\0\x04\0R=\0€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–^[\x17j\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–^[\x1ck\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–^[QÓ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–^[_L\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–^[Œz\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–^[¦\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–^[Ç\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–^[Ê:\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1c\x01Š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1c\x04á\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1c<\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1c?J\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1cv¹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1czL\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1c±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1c´ó\x02\x02\0^[\0\x17\0\x04\0R=\0€Ë3b\b\x16\0\0@	\x16ùROŸ´o†\x12¾\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9–\x1càv\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ç\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9–\x1cã®\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÇ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1cí“\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1cð¬\x02\x02\0^[\0\x17\0\x04\0R=\0Sâp3³\x19©\x1f{ŠGÖ*Cq@0³K\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1d&p\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1d)Æ\x02\x02\0^[\0\x17\0\x04\0R=\0\x0fƒÿï_̆ê#î‹\x1fãÿq>`—;Æ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1da¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1df7\x02\x02\0^[\0\x17\0\x04\0R=\02ýžÿ¨”:R\x1d³>âÇšyÀl\x7f£ê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1d›Ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1d¢-\x02\x02\0^[\0\x17\0\x04\0R=\0¨'Qúgthµ\x17â\x10½þ¡†3êòŸ \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1dÖd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1dÛ„\x02\x02\0^[\0\x17\0\x04\0R=\0bw#×\·ì?©qLÆâƒñ®‚¶é\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1e\x12Z\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1e\x17™\x02\x02\0^[\0\x17\0\x04\0R=\0Å\x16’\x1eN\b¥>ªÏ†Å‘»\x16þ]´Q\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1eK±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1eOc\x02\x02\0^[\0\x17\0\x04\0R=\0>Vûâ§Z\x7fÀŒ®”éÂõ‹û\x05Õ6¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1e…ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1eŠ„\x02\x02\0^[\0\x17\0\x04\0R=\0ÓY\x15¼)	˜3ˆ¤“!@Ü\x01ØCBc?\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1eÀÁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1eèî\x02\x02\0^[\0\x17\0\x04\0R=\0·?)M£Û\aó×—èè2š–\x1dÀùÒ>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1eü\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1f\0Å\x02\x02\0^[\0\x17\0\x04\0R=\0Í!×ÄÔrü\x03\f(QÆð¹ãpó‰À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1f5Ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1f;l\x02\x02\0^[\0\x17\0\x04\0R=\0µ‚ˆè\x13hÆüÄ\x1e
·\f" »¾5¥3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1fpx\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1fuÖ\x02\x02\0^[\0\x17\0\x04\0R=\0'øƒ"Y¢âØÕ1Õ>¾TÚMö\x12‹ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x1fçq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x1fêæ\x02\x02\0^[\0\x17\0\x04\0R=\03\x17\x1dè\x13Ñ™\x1c;¯û>°\x7f,Ä\x16”	û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–  /\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9– /\x16\x02\x02\0^[\0\x17\0\x04\0R=\0•€•PðUzä:™ÀL\x1d\x7fç¡‘\0þ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9– RÙ\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~»\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9– Wa\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9– ]8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9– jt\x02\x02\0^[\0\x17\0\x04\0R=\0·(â·TL1ºÝV®3ÜÑp#\a×ÅÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9– •÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9– œÿ\x02\x02\0^[\0\x17\0\x04\0R=\0HÊB>’Ù„N'”\rö›èSçšæ›^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9– Ò*\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9– Ö7\x02\x02\0^[\0\x17\0\x04\0R=\02\x11\x1f?{À†Ãho…ù"›üO<j<å\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–!
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–!\x15
\x02\x02\0^[\0\x17\0\x04\0R=\0»\x18­Àÿuxæ×’:ÿ¾ø¾¸ŽÈH¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–!ER\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–!Jr\x02\x02\0^[\0\x17\0\x04\0R=\0–Ÿ³3L2Z$c¤«Ú¡-¬=©á(O\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–!ˆ\x14\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–!Œ÷\x02\x02\0^[\0\x17\0\x04\0R=\0Dӏ÷-ÖŒæ\vÌœ\x1aö\x1f=?þ¥åÂ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–!ºŸ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–!½×\x02\x02\0^[\0\x17\0\x04\0R=\0(\x16\x03ø3F]OÈ+\0æ;•ÅÀq\tå\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–!ôê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–!ùS\x02\x02\0^[\0\x17\0\x04\0R=\0ç‚t\0g¶ ¹\x1cmf¸\x7f6µ3\-@%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–"/¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–";@\x02\x02\0^[\0\x17\0\x04\0R=\03?”Û½S\x11=r…ÆOW}\x12ùÓ¡Çå\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–"kJ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–"o^[\x02\x02\0^[\0\x17\0\x04\0R=\0Dœ\x19²õU?\x1aðHÂiP‚ö\x0fy·N\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–"¤À\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–"§ø\x02\x02\0^[\0\x17\0\x04\0R=\0°ÅæÛÒâÀð…rä\x01g®\x01\x1d™‡º\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9–"×ä\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05[\x1c+â&¥\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–"ßH\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–"âa\x02\x02\0^[\0\x17\0\x04\0R=\0ºþ‰·­)³3êß"&ÐÕ\x7fÜ\x01\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–#\x19Ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–#\x1d&\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0	\x05\x10\0ü$1b$Çpï\´WÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–#T•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–#X£\x02\x02\0^[\0\x17\0\x04\0R=\0ªaÕ\x04¥1wÁVÍÒ\x11wV€AžÓÛt\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–#—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–#—”\x02\x02\0^[\0\x17\0\x04\0R=\0"›§@^]Rÿä_qÀ \x1e\x03=æ¦t@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–#Éâ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–#Ív\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0$Çpï\´WÁªaÕ\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–$\x04L\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–$\a„\x02\x02\0^[\0\x17\0\x04\0R=\0¥1wÁVÍÒ\x11wV€AžÓÛt"›§@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–$>ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–$_"\x02\x02\0^[\0\x17\0\x04\0R=\0^]Rÿä_qÀ \x1e\x03=æ¦t@x^\x1fº\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–$z2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–$€À\x02\x02\0^[\0\x17\0\x04\0R=\0\0Õ\x15®\0\08 \0\0\0\0\x17\0\0\0\0 ùÂ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–$´@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–$¸©\x02\x02\0^[\0\x17\0\x04\0R=\0ÿ\x145\fF¿>\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–$îª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–%\x05é\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–%)P\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–%,ä\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0äg3bpæ	=Š~Í>\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9–%BY\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–%cØ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–%fÓ\x02\x02\0^[\0\x17\0\x04\0R=\0ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–%Ÿs\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–%¢Ê\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–%Û,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–%Þƒ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–&\x13ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–&\x1a<\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–&N‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–&QÉ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–&‰\x1a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–&Ž•\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–&Ãß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–&Ê0\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–&þ\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–'\x01€\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\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\0\0â¸9–'
\x16\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05[\x1c+â&¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–'8²\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–';Ë\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–'s–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–'wà\x02\x02\0^[\0\x17\0\x04\0R=\0˜ÑÛú\x035hÅ¢Ã^R,\x04»H+/jý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–'®[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–'±±\x02\x02\0^[\0\x17\0\x04\0R=\0$f)\x02780XÍ°\x19\x1a¨b‘Ù™˜`Ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–'è¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–'ì•\x02\x02\0^[\0\x17\0\x04\0R=\0‹<:&¶±\x06Ë’}L©ñx™\x1ex^ÌÖ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–(#.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–(&f\x02\x02\0^[\0\x17\0\x04\0R=\0ËÖ3Ú¼¸\bÜ­~D3«äoühl[Å\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–(]¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–(a‡\x02\x02\0^[\0\x17\0\x04\0R=\0…µhRu+ÇH\x02\x17\x12þðÀ9\x01q<mW\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–(˜š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–(œ\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0ˆ©ê\x1a6ùkØHÌVÜ›\x1fë%\0A}Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–(Òå\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–(ÖZ\x02\x02\0^[\0\x17\0\x04\0R=\08\x18}¨\x17\x7fÒ\x1d\x04±ì×B…3Û—Ž°Û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–)\x0fU\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–)\x12\x02\x02\0^[\0\x17\0\x04\0R=\08V¼3i`\x04þ‹ŽQÅg­lRÄðÎH\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–)H\x14\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–)L^\x02\x02\0^[\0\x17\0\x04\0R=\0;+ºþRÎI\0²G¤VX†º^[òõH×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–)‚Ù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–)‡a\x02\x02\0^[\0\x17\0\x04\0R=\0¤úNÛ-÷™%¿á÷Ëä\f³§Oé	\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–)½C\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–)¾\x02\x02\0^[\0\x17\0\x04\0R=\0C<\x10Ù1Ä5܍,ZÛH™04Iý™ÿ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–)÷é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–)û!\x02\x02\0^[\0\x17\0\x04\0R=\0sÛJÅk¨jRƒjÒHüÀbÿ1^[Yÿ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–*2q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–*5È\x02\x02\0^[\0\x17\0\x04\0R=\0¹ÒÔUrµ‰\x1c"„'Ö[—HÚ¥fF%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–*m6\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–*p\x02\x02\0^[\0\x17\0\x04\0R=\0ßÍvÌ6
î¦\0Y?\x1cÌE7Úˆ\x04;Ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–*§ \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–*«q\x02\x02\0^[\0\x17\0\x04\0R=\0Ñ£\x05Û?„¡4Ë\x1f1\x01\f¯GÅŽÚbR\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–*âG\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–*åù\x02\x02\0^[\0\x17\0\x04\0R=\0j‡ÑHP\r\f\0Ýggþ\x12‹þTg;X\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–+\x1cÏ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–+"i\x02\x02\0^[\0\x17\0\x04\0R=\0º>\aÕ•hCÙH\x12ð$Í\x01úÌfí-¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–+XÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–+\´\x02\x02\0^[\0\x17\0\x04\0R=\03jr^[!èaÛó‚CÞ (³ÚÉP\x0f5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–+’Y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–;_\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0“¹É\x02tbHÅ÷¤UR9\x13ÌHx\x12¶\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–;˜”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–=8$\x02\x02\0^[\0\x17\0\x04\0R=\0ÿ½tý;z!T4¬%\x1eTèÓUž?Ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–=mO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–=ýé\x02\x02\0^[\0\x17\0\x04\0R=\0ƾ–$j7ÍøÓr¥KÚ¢\x1a§þÜ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–>\x1cŒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–> {\x02\x02\0^[\0\x17\0\x04\0R=\0p,Oßl\x02cÚ¯"z5GNc\x045MÅ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–>W3\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9–@\a±\x01\f \x02\0\x01\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–@
è\x02\x02\0^[\0\x17\0\x04\0R=\0ŒwCRáÍÁH\rž`\x01\x19oü»\b>S\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9–O¾J\x04\x0e\x04\x01\f \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9–OÌ<\x01\v \a\x01@\x1f@\x1f\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9–OÕ-\x04\x0e\x04\x01\v \0\0\0\0\v\0\0\0\v\0\0\0\x02\0\0\0\0\0â¸9–Oç\x0f\x01\v \a\x01@\x1f \x03\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9–OòC\x04\x0e\x04\x01\v \0\0\0\0\x06\0\0\0\x06\0\0\0\x02\0\0\0\0\0â¸9–P\x05V\x01\f \x02\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–P\x0eG\x04\x13\x05\x01\x02\0\x01\0\0\0\0\a\0\0\0\a\0\0\0\x03\0\0\0\0\0â¸9–P\x11#\x04\x0e\x04\x01\f \0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–P$s\x02\x02\0^[\0\x17\0\x04\0R=\0èRñ\x1eÞnËÒÆÂ=×èa:$Yú\vÎ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–P1S\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–PFN\x02\x02\0^[\0\x17\0\x04\0R=\0X\x18½¤)ªÐ\x19‰\x1aÁÝŽš]àª\x7f\x15Ú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–PkÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–P\x13\x02\x02\0^[\0\x17\0\x04\0R=\0tùá5^\x16ý\x05•GVÅØ«,RJ‰²H\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–P©!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–PǦ\x02\x02\0^[\0\x17\0\x04\0R=\0ØW\v\x02ðýû\x01\0\0\0\0\0\0\0
\x05\x10\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Pá„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Pö¼\x02\x02\0^[\0\x17\0\x04\0R=\0ü$1bp/\x03=/÷FAr±æ™¢^[ƒÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Q\x1c¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Q2\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0\0&·sÄPiÁPdœZow @P1¤\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–QV9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Qi-\x02\x02\0^[\0\x17\0\x04\0R=\0-ôÀψ·'ÒÆ @\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–QÁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–RRµ\x02\x02\0^[\0\x17\0\x04\0R=\0p/\x03=/÷FAr±æ™¢^[ƒÁ\0&·s\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–R{=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–R\x7f\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0ÄPiÁPdœZow @P1¤-ôÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–RµÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–R¹\x1c\x02\x02\0^[\0\x17\0\x04\0R=\0ψ·'ÒÆ @@‚\x119\0@Q«\0\0\x1c \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Rðl\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Róÿ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x17\0\0\0\0 òš\x10â\x04÷\vœ/\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–S*ô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–S.J\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Se|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Si.\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–S \x04\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–S£˜\x02\x02\0^[\0\x17\0\x04\0R=\0äg3bpæ	=Š~Í>ª.˽\04±¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–SÛ½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Sß\x14\x02\x02\0^[\0\x17\0\x04\0R=\0\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–T\x15p\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–T]ë\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–TÅd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–TÐ\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–U:t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–U=Ë\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ut¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Uy(\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–U¯G\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–UËK\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Uêh\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Uð^\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–V%L\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–V4p\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–V_x\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Vc†\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0€Ë3b\b\x16\0\0\x18ß\x02\x0eÈ;\vŸ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–V™â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–VÊ…\x02\x02\0^[\0\x17\0\x04\0R=\0ÓV‘ç;Å|1áØBù½\x7f95Ni\x185\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–W\x0eò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–W\x1eì\x02\x02\0^[\0\x17\0\x04\0R=\0vI\x12'ŸvVLÆ\x01ß\x13{P@~n^õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–WLï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–WU\v\x02\x02\0^[\0\x17\0\x04\0R=\0ÇÎ’¾7@V7b“ëÌlŸ×ï\x19ÄÅ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–WO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Wí¡\x02\x02\0^[\0\x17\0\x04\0R=\0¨E…Õ*ÿ*\x0f*äž•{Ùè\x17*N1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Wù«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–X\x17Z\x02\x02\0^[\0\x17\0\x04\0R=\0z'xú€•…5PO4χ˜(îj\x11L\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–X7M\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–X¨n\x02\x02\0^[\0\x17\0\x04\0R=\0ª[Þº\bÒ?ô$hôÛ¢5¾\x17Nô5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Y\x1e°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Y"%\x02\x02\0^[\0\x17\0\x04\0R=\0AºéË\x02Ù­ð[¢\x0fÅ,à1Öõ4Q\x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–YY\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Y\Ž\x02\x02\0^[\0\x17\0\x04\0R=\0¡]Åž\x04¾"êe±^[1„
­ûܶÍ5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Y”X\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Y˜…\x02\x02\0^[\0\x17\0\x04\0R=\0‡Å‚3‰¹\x1a*óùÆK¼ˆ¸Ý®\vO?\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–YÎ)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–YÓ‡\x02\x02\0^[\0\x17\0\x04\0R=\0oòró\x16óݽqâŽ4]ûëÊ\x03ò„ñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Z\b²\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Z\r9\x02\x02\0^[\0\x17\0\x04\0R=\0rÇ_Ä	VáÖ,Ru\x11Ft­žï„lë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ZC:\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ZF¯\x02\x02\0^[\0\x17\0\x04\0R=\0ëxå0;"áü¡À\x116Ù†²2z,˜+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Z}ÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Zî\x02\x02\0^[\0\x17\0\x04\0R=\0QZwKå\x18ݘ°Ç>Õ`\x7fò鼋½\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Z¸‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Z»ü\x02\x02\0^[\0\x17\0\x04\0R=\0ü?&3\x0fÜòÉ\x05©\òÖ µÃ5K“×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Zó\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Zø©\x02\x02\0^[\0\x17\0\x04\0R=\0¨W—\x12¥Õœžrl¶ì=°«0¾@\x14þ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–[.N\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–[1¥\x02\x02\0^[\0\x17\0\x04\0R=\0çŒQ6žIß1Q\x10-!­"KaÔ{Ü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–[h\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–[k”\x02\x02\0^[\0\x17\0\x04\0R=\0\x14\x10<>Þߍñ£ä>½\x13•º1©âþÈ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–[£"\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–[¦Ô\x02\x02\0^[\0\x17\0\x04\0R=\0	È4ó	§\x0fÃ*~GØ¡j·\x13e{“ž\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–[Þ$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–[á™\x02\x02\0^[\0\x17\0\x04\0R=\0ÑW\0î@n0XrFÿ¾ûŒ6x_	1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\^[\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\©d\x02\x02\0^[\0\x17\0\x04\0R=\0Zу.3êÈJª\râÛ¬'¬=¶¡žð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–]\x04–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–]!ê\x02\x02\0^[\0\x17\0\x04\0R=\0ò2÷¼˜ðK0¤k\x10È}3\rôt=oÂ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–]>á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–]gK\x02\x02\0^[\0\x17\0\x04\0R=\0\x1cßýØz¹Õ\x14{e‘ž\0iJï„H.0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–]|d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–]Že\x02\x02\0^[\0\x17\0\x04\0R=\0¬ïw\0¨øÃ6\x02×00\x16¢ò/±ØiJ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–]³µ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–]ßV\x02\x02\0^[\0\x17\0\x04\0R=\0£\rKہÞ\x17=xŒ±ïj`´¼½4Ú.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–]í¤\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–^\x19Þ\x02\x02\0^[\0\x17\0\x04\0R=\0'‡'Ç~óåôQ»ÓÁþ˜¶Ù­gò\x15\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–^'u\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–^A5\x02\x02\0^[\0\x17\0\x04\0R=\0Ë“–žêí”ðœúê/S\a©\x01Ï|ö6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–^b\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–^ia\x02\x02\0^[\0\x17\0\x04\0R=\0\x01\0\0\0\0\0\0\0\v\x05\x11\0ü$1b*hv¨\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–^œ…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–^Ÿ½\x02\x02\0^[\0\x17\0\x04\0R=\0áwzÁ€í¨×\x13\fíÀ\®¯\bÁ»DÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–^×,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–^Û:\x02\x02\0^[\0\x17\0\x04\0R=\0\0ä¼ä2ïs@²\x7f~P*H À8W4Ù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–_\x11ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–_\x15…\x02\x02\0^[\0\x17\0\x04\0R=\0χ¨À\0\0\0\0\0\0\0\0*hv¨áwzÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–_L¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–_P¥\x02\x02\0^[\0\x17\0\x04\0R=\0€í¨×\x13\fíÀ\®¯\bÁ»DÁ\0ä¼ä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–_‡?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–_Š´\x02\x02\0^[\0\x17\0\x04\0R=\02ïs@²\x7f~P*H À8W4Ùχ¨À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–_ÈÏ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–_ÌD\x02\x02\0^[\0\x17\0\x04\0R=\0 êr9\0hÍ-\0\0€Ÿ\0\0\0\0\x17\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–_ü0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–`\x06q\x02\x02\0^[\0\x17\0\x04\0R=\0\0ð
Ã4j\0\0hù\x19\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–`q~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–`vù\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–`¬C\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–`¯õ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0äg3bpæ	=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–`ç¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–`ìe\x02\x02\0^[\0\x17\0\x04\0R=\0Š~Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–a!S\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–a(\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–a\U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ac|\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–a—W\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–aœ–\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–aÐÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–aÙ¾\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–b\vî\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–b+)\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–bM#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–bU{\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–b\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–b„T\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–b»g\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–bÕ	\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–bùý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–c\r\x10\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x16\0\0@¾Òü<¸$\x06XŠ72jK¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–c0;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–c6É\x02\x02\0^[\0\x17\0\x04\0R=\0 \x01”\x01Í!Âùèæ"0e%¸ä™\x02)Û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ck[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–coˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\x1c² >@½\x1d!U"_8cû˜½žÖ=\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–c¥Å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–c¨ý\x02\x02\0^[\0\x17\0\x04\0R=\0\x11:\x7fþÞ±uÿ ­~ÎF
§´\x7fãb0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–cá#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–cäy\x02\x02\0^[\0\x17\0\x04\0R=\0†5û\x16H•¦'	jdÂùŸ¶&”Öä4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–d\x1a·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–d\x1ei\x02\x02\0^[\0\x17\0\x04\0R=\0ÓÑCü)j½ÛÍV~È3\0ZNÂ(ù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–d_¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–dj–\x02\x02\0^[\0\x17\0\x04\0R=\0˜¨]þÀR<Õ)Dò\x1dg‹\)·ÀA»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–dÚ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–d”\x12\x02\x02\0^[\0\x17\0\x04\0R=\0Ù\x12:ã,ñ…Íj3\x15BL0$ùÞ\vü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–dÊ«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–dЂ\x02\x02\0^[\0\x17\0\x04\0R=\0"ùº	ì[Ã0M½\x1cK®¶
Ë\x16þhì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–e\x05Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–e&\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0\x16î\x01Ý9°Y6˜ßþÕû“vÅ\b™Û
\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–e?Ù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–eEî\x02\x02\0^[\0\x17\0\x04\0R=\0¬Ÿ¥#Ì\aF70‘f§\x0eÂ\x0e\fVŸš	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ezŸ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–e‚@\x02\x02\0^[\0\x17\0\x04\0R=\0›2a%íÉ"àŠŒ>Ó‡¸JÈ¢{\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–eµd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–e¹S\x02\x02\0^[\0\x17\0\x04\0R=\0¢\x1e˜,_\0.¿\0åð
¨ÿ5
YË\x7fì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–eïÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–f\a\f\x02\x02\0^[\0\x17\0\x04\0R=\0ÒÝ‹Ð\¼èµàÜã8àb\x10¦\x14‘\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–f*t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–f-¬\x02\x02\0^[\0\x17\0\x04\0R=\0wv…Ñ\\bo,×Xñ>7XXîX ¢Ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–fdü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–fÓ_\x02\x02\0^[\0\x17\0\x04\0R=\0ØLþÉz\x0fäV«ïÏ‡î\bQäà\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–g\x14³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–g\x19Ó\x02\x02\0^[\0\x17\0\x04\0R=\0©¿Ê!jC0 Â£°*Üvìp–\Ú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–gOµ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–gc¼\x02\x02\0^[\0\x17\0\x04\0R=\0>¯\x14?\f3£ñó¡}ðUž]\x1c™d°-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–g‰â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–g§ì\x02\x02\0^[\0\x17\0\x04\0R=\0åZOH“ÈÃgÖróÙ\x02Ýæ\°ñ%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–gÄj\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–gÌá\x02\x02\0^[\0\x17\0\x04\0R=\0@´GÑ^3ɼnJf\x18~dô J¼Ž4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–gÿÈ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–h\x03=\x02\x02\0^[\0\x17\0\x04\0R=\0âev¬eœþ\x15+ã\x02\x19nLñ\x18³\x02\x03Ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–h9·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–hV\x17\x02\x02\0^[\0\x17\0\x04\0R=\0a=VÍm$ˆS	¢¶\x0eÕâÑ\x1e\x16¬Ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ht?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–h³è\x02\x02\0^[\0\x17\0\x04\0R=\0üJ%\x128Ev\x15ycrÚZ\x1cÄÔi¿vº\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–héP\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–iay\x02\x02\0^[\0\x17\0\x04\0R=\0r@Ø>¦Á		nE"\x14ꍼâz!#0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–i™û\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–iž\b\x02\x02\0^[\0\x17\0\x04\0R=\0L\x1d3F×6:áù^[\x1dáµDéÍ8@ÛO\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–iÓ­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–i×"\x02\x02\0^[\0\x17\0\x04\0R=\0g’?åVø{߬Yïíк\x19$ð\x13\x065\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–j\x0er\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–jƒÀ\x02\x02\0^[\0\x17\0\x04\0R=\0°\x19•©{O—ö¾Ùè\x01\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–j¾)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–lZc\x02\x02\0^[\0\x17\0\x04\0R=\0\f\x05\x11\0ü$1bfG(\x19á}qÁz„™Š\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–l“"\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–l–x\x02\x02\0^[\0\x17\0\x04\0R=\0¬:dÁO\‚W{HqÁ3—T\x1aÏ1¦@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–lͪ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–lÑ\0\x02\x02\0^[\0\x17\0\x04\0R=\0&<–XX»—À2¾Ã¸|ûžÀ\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–m\bP\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–m\f|\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0fG(\x19á}qÁz„™Š¬:dÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–mBº\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–mF\x10\x02\x02\0^[\0\x17\0\x04\0R=\0O\‚W{HqÁ3—T\x1aÏ1¦@&<–X\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–m}a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–mžÁ\x02\x02\0^[\0\x17\0\x04\0R=\0X»—À2¾Ã¸|ûžÀ`33:\0P\x0e,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–m·¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–m¿k\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0Ú \0\0\0\0\x17\0\0\0\0`\vÃã85\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–mò®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–möÚ\x02\x02\0^[\0\x17\0\x04\0R=\0\x1aê<\x10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ngÝ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–n\x7fñ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–n¢(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–n¥~\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0äg3bpæ	=Š~Í>ª.˽\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–nÜÎ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–náV\x02\x02\0^[\0\x17\0\x04\0R=\0\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–o\x17”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–o\x1aÌ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–oR\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–oUÎ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–o[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–o–\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–oÇ,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–oË´\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–p\am\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–p\v=\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–p<˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–pF\x03\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–p±Ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–pµZ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–pìO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–pïh\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0Bš»Ï\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–q&õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–q*‰\x02\x02\0^[\0\x17\0\x04\0R=\0\x02„º^[\x167„$ž˜JÂð¬(ßHƒ:Ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–qe/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–qhg\x02\x02\0^[\0\x17\0\x04\0R=\0¨˜iBÎe´ü\x17\x03”\x02³å£ÿˆ­¦1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–qœ\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–qŸ\\x02\x02\0^[\0\x17\0\x04\0R=\0äž-KßîÏ]ËGé½³\x17Ø|ë\x14>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–qÖ¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–qÚ\x03\x02\x02\0^[\0\x17\0\x04\0R=\0SWÄ؆½¨ËãÞX\x03eÀx$š\b¡7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–r\x10÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–r\x14l\x02\x02\0^[\0\x17\0\x04\0R=\0‰yH¦÷k7\avͧ\08\x1eD+)Sñá\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–rK¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–rO\x13\x02\x02\0^[\0\x17\0\x04\0R=\0¼pp×h\x7fFD¯€Á\x1cGbf3.Ñø½\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–r‡9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–r´*\x02\x02\0^[\0\x17\0\x04\0R=\0Q€Y\aF–ˆ\x03f‰¢ö\x19O\x1eÏcfà´\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–rû’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–rÿ\a\x02\x02\0^[\0\x17\0\x04\0R=\0\x17€4\x13»\x13\x01ÙÇ#K\x04+É\x055*\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–s6\x1a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–s:F\x02\x02\0^[\0\x17\0\x04\0R=\0i\x0fœ9ºÅ«õ0#`ÜQ§ÙÈ\r/ëX\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–sp¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–st°\x02\x02\0^[\0\x17\0\x04\0R=\0zIˆóv1f÷>ªlÚ(úB ,:,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–s«*\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–s¯V\x02\x02\0^[\0\x17\0\x04\0R=\0ˆ«íµ{áÝçI\0ÜÒNµø@°ïúô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–såÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–séd\x02\x02\0^[\0\x17\0\x04\0R=\0ÚfÜö(¯›\x12õ •/‚ñ:J²¥[Ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–t µ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–t$*\x02\x02\0^[\0\x17\0\x04\0R=\0Qþóï}Ç\x19áfmí.pð\x17ÓÏxtÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–t]Ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–taQ\x02\x02\0^[\0\x17\0\x04\0R=\0˜œ<\x11É\0…"NxI6‰ð?©ž¸†\x11\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–t–]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–t™Ò\x02\x02\0^[\0\x17\0\x04\0R=\0¨ci\x10âÖ©\x1fËœ\x1aÞïâ`Ðáé^[O\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–tÐ.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–tÓÿ\x02\x02\0^[\0\x17\0\x04\0R=\0¥\x10n\x13®Ö¯&ÃîêÀW*Ü\x0e:?\x19\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–u\v\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–u\x0eÄ\x02\x02\0^[\0\x17\0\x04\0R=\0~~\0äÄ‘UÒª5·6\x0f÷;yÅ‹\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–uEš\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–uK\x16\x02\x02\0^[\0\x17\0\x04\0R=\0\b(\r\x1a©µcÙ”Ÿæ.ýÀzB\x1cˆ\x11è\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–u€\x04\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–uƒZ\x02\x02\0^[\0\x17\0\x04\0R=\0pÿ"ßÍ\x1ckË\0¨óSP¦…é>qÝç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–uºÉ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–u¾{\x02\x02\0^[\0\x17\0\x04\0R=\01LËæw×S#Ì\x1d‚2Újå¬ö/­ñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–uõp\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–uøÆ\x02\x02\0^[\0\x17\0\x04\0R=\02ó{à+_œ<Ð=Áí„Žë¶¦½$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–v/Ù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–v3È\x02\x02\0^[\0\x17\0\x04\0R=\0ä´U+\x13ÐøE\x0fÓUÁ\x04à]÷WŒ{ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–vj€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–vmÖ\x02\x02\0^[\0\x17\0\x04\0R=\0²à¬\x1dúàyÏb\x18\x0eº\x0e¢X\x1eZòý\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–v¥d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–v©®\x02\x02\0^[\0\x17\0\x04\0R=\0³(‰27³\x19°î™\v^[söm\x1f;°£\x12\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–và)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–vä’\x02\x02\0^[\0\x17\0\x04\0R=\0ðCÑÛ„ÌrË\x15TaV˼3	Z\x17@\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–w\x1a’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–w#ý\x02\x02\0^[\0\x17\0\x04\0R=\0“x±Æ:Z²\x15'3ü\x19°t¥Ò袣×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–wTü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–wX®\x02\x02\0^[\0\x17\0\x04\0R=\0
\x1dv½\x01\0\0\0\0\0\0\0\r\x05\x10\0ü$1b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–wf\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–w”I\x02\x02\0^[\0\x17\0\x04\0R=\0\x19wžœé³hÁÏÙ!ˆô\x1eÁ\x1c\x03cu\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–wÊ+\x04\x13\x05\x01\x02\0\x01\0\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9–|¯Æ\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ã\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9–|²ß\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Ã\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–|µù\x02\x02\0^[\0\x17\0\x04\0R=\0³²pÁ„„†ýµýŸ@vúQ„ézw@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–}˜Ô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–}Ñ\x18\x02\x02\0^[\0\x17\0\x04\0R=\0ÆÊ\x11ÛÈÏ¡À\0\0\0\0\0\0\0\0\x19wžœ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–}þ¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–~\x06Û\x02\x02\0^[\0\x17\0\x04\0R=\0é³hÁÏÙ!ˆô\x1eÁ\x1c\x03cu³²pÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–~2›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–~7#\x02\x02\0^[\0\x17\0\x04\0R=\0„„†ýµýŸ@vúQ„ézw@ÆÊ\x11Û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–~n6\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–~r\x02\x02\0^[\0\x17\0\x04\0R=\0ÈÏ¡ÀÀ
º¸\0à@-\0\0PŸ\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–~¨D\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–~³ó\x02\x02\0^[\0\x17\0\x04\0R=\0\x17\0\0\0\0àóÂ;Tý±Øâ\x04\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–~âÌ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–~æ~\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x7f\x1d\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x7f!û\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0äg3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x7fWb\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x7f[ê\x02\x02\0^[\0\x17\0\x04\0R=\0pæ	=Š~Í>ª.˽\04±¹\0™Ô:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x7f‘ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x7f–5\x02\x02\0^[\0\x17\0\x04\0R=\0€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x7fÌí\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x7fн\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–€\a8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–€
­\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–€Aý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–€EÎ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–€·,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–€»•\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–€ò¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–€ö¶\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\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\0\0â¸9–	ª\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:É\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9–\r™\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–,\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–1¸\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–fã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–jX\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¡‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–©†\x02\x02\0^[\0\x17\0\x04\0R=\0€Ë3b\b\x16\0\0 (ÓçÔÁ
¬\x0f\x17\x1dÏ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ûó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ß¥\x02\x02\0^[\0\x17\0\x04\0R=\0-5Ò2‚å\x1d\x0f2\x11ñÌ}(3Hv+÷<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‚\x16×\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‚\x1aÆ\x02\x02\0^[\0\x17\0\x04\0R=\0y2\x1eÝÀÇŠõëv4-¹‚‘8‘\x18¯Ï\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‚P\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ƒ'x\x02\x02\0^[\0\x17\0\x04\0R=\0y\x05ý\x17W\x0e\x1cU×Õº×~<@Öêóù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ƒ;ž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ƒ>Ö\x02\x02\0^[\0\x17\0\x04\0R=\0b™ôèk"g¬FßöÍ•Ÿ^[3%‘ \x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ƒv‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ƒ£6\x02\x02\0^[\0\x17\0\x04\0R=\0n$ŠÍüÅöGø\x02÷=|ŸeÞ„ü±ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ƒës\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ƒñ\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0”†x,æõú80\x16ËÎ\x15\x01Ÿ\x16<à÷T\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–„&W\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–„*	\x02\x02\0^[\0\x17\0\x04\0R=\0ÍrLØd“ûÂSÓðø0\x15\x17ê\x16áȬ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–„`ß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–„ds\x02\x02\0^[\0\x17\0\x04\0R=\0Ö\x01ÕÌ|0a3sŸ!\x11\x114&ÎonµG\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–„œ\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–„¡ \x02\x02\0^[\0\x17\0\x04\0R=\0Ô^[ò>\b\x12®ß'‰Úóâ$º+;$`9\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–„Þà\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–„â±\x02\x02\0^[\0\x17\0\x04\0R=\0\x18åêÍ,)@\x15iôÍTžŒàØ]ÿºÂ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–…\x11/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–…\x16\x12\x02\x02\0^[\0\x17\0\x04\0R=\0\x1cýî÷Öˆ:ë½Ç/­¢´·ËRý¢3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–…K=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–…N²\x02\x02\0^[\0\x17\0\x04\0R=\06Ö \x12´>ÅÎ\x05coGÐ@è?‰S÷à\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–……¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–†5¹\x02\x02\0^[\0\x17\0\x04\0R=\0ð|\x04ó“ù*;àÀ9Õ…\x0eͧéà\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–†pœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–†~p\x02\x02\0^[\0\x17\0\x04\0R=\0\x14^[žT¬ôvÙtp~Â’†îö‚ø^ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–†¬±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–†Â¿\x02\x02\0^[\0\x17\0\x04\0R=\0Ù½›­ú\0ŸÊH.á3'\x14\x1e\x13–ZgÏ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–†åQ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–†ë
\x02\x02\0^[\0\x17\0\x04\0R=\0eå$G¾bÙ@(„AâêÅ/òmñ6*\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‡"y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‡%±\x02\x02\0^[\0\x17\0\x04\0R=\0\x15\x19\x1d:äÛ5Ìw‹\x12+3hT›‹\x0fÚ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‡Z½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‡dƒ\x02\x02\0^[\0\x17\0\x04\0R=\0ÍâE½bïõ<s„íqÌ\f®ZÇŠÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‡”é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‡š
\x02\x02\0^[\0\x17\0\x04\0R=\0Hñ^[4°S\x19\x143­\fп\x1fÖF;—ÅA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‡Ð„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‡×\x13\x02\x02\0^[\0\x17\0\x04\0R=\0\x11\x16ãÔ5\ñÍ2r)ãt:¿®`Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ˆD¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ˆJ–\x02\x02\0^[\0\x17\0\x04\0R=\0ù\x15"\x11!5,T#LªÚvb\x11Â	Yñô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ˆ\x7f„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ˆƒ°\x02\x02\0^[\0\x17\0\x04\0R=\0œ\x04«îê\x14ƒ®{ËzÈ\x14jS4o¥\x12\x15\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ˆº\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ˆ½\x02\x02\0^[\0\x17\0\x04\0R=\0d^µÐ´\x18ƒF\x0e\x05­BeŸÚäX–‰ð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ˆô³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ˆýH\x02\x02\0^[\0\x17\0\x04\0R=\0$+«(%sÈ:­¼ŽÊòGÂ\x0fÔ0êS\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‰0‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‰6¾\x02\x02\0^[\0\x17\0\x04\0R=\09JGÛ«\x06áÁü\x15ôó¦°Òï¯Ãþ®\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‰Þò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‰â…\x02\x02\0^[\0\x17\0\x04\0R=\0#ÂnÇ1§‡4\x13)
\x16ùŒaÑ\x01\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Š\x19™\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Š\x1cï\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x0e\x05\x11\0ü$1b\x19\x11\x04\x10ÉÝpÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ŠT!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Š]ç\x02\x02\0^[\0\x17\0\x04\0R=\04µ[¾@ÇIAX\x17h¯ÃWtASxp^\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ŠÉO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ŠÍ?\x02\x02\0^[\0\x17\0\x04\0R=\0^¥†@¿\x02¾Œ”€«ÀüË\0ÕÏ3’@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‹\x03Ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‹\aM\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\x19\x11\x04\x10ÉÝpÁ4µ[¾\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‹>~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‹BÉ\x02\x02\0^[\0\x17\0\x04\0R=\0@ÇIAX\x17h¯ÃWtASxp^^¥†@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‹y\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‹|{\x02\x02\0^[\0\x17\0\x04\0R=\0¿\x02¾Œ”€«ÀüË\0ÕÏ3’@ðàì9\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‹·œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‹º¶\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0%+\0\0i!\0\0\0\0\x17\0\0\0\0 \vÃ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‹îr\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‹ò€\x02\x02\0^[\0\x17\0\x04\0R=\0œ/q\x02Ëó\x14Š\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Œ(ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Œ.9\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ŒcE\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Œfœ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0äg3bpæ	=Š~Í>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Œž)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Œ¡€\x02\x02\0^[\0\x17\0\x04\0R=\0ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ŒØ±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ŒÜ\b\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\x13X\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x17
\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Mà\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Q6\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ˆ‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Œ\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Âð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Æß\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ýµ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ž\x02\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ž8{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ž<j\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Žs!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Žw/\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ž­l\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ž°á\x02\x02\0^[\0\x17\0\x04\0R=\0&8îôOÏ’=‹jéëÿ5ÆÆeI\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Žè\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Žëi\x02\x02\0^[\0\x17\0\x04\0R=\0/\x14ÎCé¢R%\x1eBâË9~úípÄš\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–"›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–%Ó\x02\x02\0^[\0\x17\0\x04\0R=\0'²ø.Æyý¹uáàÔG¢¥\r\x19ˆÏ0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–]B\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–`˜\x02\x02\0^[\0\x17\0\x04\0R=\0\x05nô\vpá\­ƒ–Ô!2‡N\x19lnÕ\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–—«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–šã\x02\x02\0^[\0\x17\0\x04\0R=\0ônËñ“,ϝ%òH ÕÃ\x14ÄQs\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÒR\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÕÇ\x02\x02\0^[\0\x17\0\x04\0R=\0ò#¹Ã<x£^[”\x01á:\x1d¤óèå0ù¿\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–\fù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–\x101\x02\x02\0^[\0\x17\0\x04\0R=\0|\x11YÝÑîK7‹E¨\f«ä=Ûì\r‡Ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–M•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–PÍ\x02\x02\0^[\0\x17\0\x04\0R=\0\a	IH
Ñ+r¿¡ëD(DÒ	´€ú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‚d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–…œ\x02\x02\0^[\0\x17\0\x04\0R=\0¨‹)PNz6×PB\x14ã"cÈåÖüô5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–½\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Àb\x02\x02\0^[\0\x17\0\x04\0R=\0b§Ù,×\x16\x14³zÅò\x17Ø;þÍpü9\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–÷8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–úp\x02\x02\0^[\0\x17\0\x04\0R=\0?ê›ßÌ¡dÄ\x1aê£\x1f¸#å;op\x7f\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‘1ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‘55\x02\x02\0^[\0\x17\0\x04\0R=\0Ì¿µÅy¥:ùi)Š)_ò\x15\x1fò\x11p¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‘lf\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‘ož\x02\x02\0^[\0\x17\0\x04\0R=\0ä\x18\aÔº\x189\x1a?ëz*=³Mÿ_1\x15³\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‘§,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‘ª¡\x02\x02\0^[\0\x17\0\x04\0R=\0\x16Ìò.}MW \x1e„Ä\x13ÅcÉ"\x02œ×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–‘áÒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–‘å)\x02\x02\0^[\0\x17\0\x04\0R=\0~ùtP\x04›Q\x05\x06ý\x16ýô^[£Èòyò$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–’\x1cÕ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–’ h\x02\x02\0^[\0\x17\0\x04\0R=\0	—U;ä8Mؼö7Éã‹êãw„9<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–’cH\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–’g²\x02\x02\0^[\0\x17\0\x04\0R=\0$\b-\x01¿%Ò:?é<VGJ\bc£+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–’”
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–’—\x05\x02\x02\0^[\0\x17\0\x04\0R=\0X­—ß«°šÙO\x1e1\aK§”Hç\x1fË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–’Ì‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–“b'\x02\x02\0^[\0\x17\0\x04\0R=\0šà¿ÜêþWòÚ~Ï6é0…#΂L­\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–“|\x05\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–“\x7f\\x02\x02\0^[\0\x17\0\x04\0R=\0Tâ\\x02—[—\a£4Æ3\x10a\r×–ðLÅ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–“¶Ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–“¹ä\x02\x02\0^[\0\x17\0\x04\0R=\0U:“/‚^P1ùjB\x18Ë®%Â&'È\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–“ñS\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–“ôÈ\x02\x02\0^[\0\x17\0\x04\0R=\0JÀ1\x05ãË\r¢7&¶»v-Õ#Û %\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–”+¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–”.Ö\x02\x02\0^[\0\x17\0\x04\0R=\0¸—B"|Ä´òêµG¼'=ý9ýÞâ%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–”f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–”i¹\x02\x02\0^[\0\x17\0\x04\0R=\0×ÏÊ\x06	cÈÉJÈÛá´>WTU\£õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–”¡G\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–”¤\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0\vãáó°c
Ð?£Ÿ,\x04\x18\x1a9ÿ¨iÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–•\x16u\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–•)-\x02\x02\0^[\0\x17\0\x04\0R=\0<OæÔ\x03\x16Àë~~o>¤D¢õnø'Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–•QY\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–•Tr\x02\x02\0^[\0\x17\0\x04\0R=\0dˆ\aû_\x14õH\x01\0\0\0\0\0\0\0\x13\x05\x11\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–•‹g\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–•\x19\x02\x02\0^[\0\x17\0\x04\0R=\0äg3b\x12jëÌ\x1aç_A\fÛôÈþ$oA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–•ÆK\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–•Éd\x02\x02\0^[\0\x17\0\x04\0R=\0a_
áÏ\x04tÁkl’ ka¡À\aø5K\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9––\0–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9––\x03¯\x02\x02\0^[\0\x17\0\x04\0R=\0‹¹¥@üåeÅ\x11ò“@\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9––;<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9––>Ð\x02\x02\0^[\0\x17\0\x04\0R=\0\x12jëÌ\x1aç_A\fÛôÈþ$oAa_
á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9––uÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9––xý\x02\x02\0^[\0\x17\0\x04\0R=\0Ï\x04tÁkl’ ka¡À\aø5K‹¹¥@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9––°.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9––³…\x02\x02\0^[\0\x17\0\x04\0R=\0üåeÅ\x11ò“@À5h:\0ÀY¬\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9––ì½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9––ò9\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x17\0\0\0\0\væ\x0e\0\03\x02Þ$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–—(9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–—+\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–—`\x04\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–—l§\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–˜\x0fÙ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–˜\x13È\x02\x02\0^[\0\x17\0\x04\0R=\0äg3bpæ	=Š~Í>ª.˽\04±¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–˜J€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–˜Oc\x02\x02\0^[\0\x17\0\x04\0R=\0\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–˜„é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–˜‹Y\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–˜¿Í\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–˜ÃÛ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–˜ùú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–˜þ\a\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–™59\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–™8\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–™oe\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–™‡=\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–™®ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–™²ý\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–™æ÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–™êl\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–šYÃ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–š]u\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0€Ë3b\b\x16\0\0NÎ÷ø?ŽàË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–š”K\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–š˜Y\x02\x02\0^[\0\x17\0\x04\0R=\0P¿Ù(p©:¨ö+Ñ+gM΋…2ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–šÐ\x04\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–šÓ<\x02\x02\0^[\0\x17\0\x04\0R=\0aó=\aYÊû#ãàÎ×Ö]ñh!)J\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–›	·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–›\r\r\x02\x02\0^[\0\x17\0\x04\0R=\0í~â*\x7f\ršÚ–"ŽÝ¥²¦\fé·òC\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–›D›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–›GÓ\x02\x02\0^[\0\x17\0\x04\0R=\0"x%ÆmŸsÚ1µxø²ßy6M­Ö\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–›~Ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–›ã¡\x02\x02\0^[\0\x17\0\x04\0R=\0]×ù«Å²	ê“‹\vã,\x1e0\x04÷žÓ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–›ô\x14\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–›ø"\x02\x02\0^[\0\x17\0\x04\0R=\0\v“—ÆxC\x1e6hUµ+\fS­\x14°\x01‹Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–œ.~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–œ2O\x02\x02\0^[\0\x17\0\x04\0R=\0¬³'
M\x1de4Œ´Œ\x05ëáõ¶$_NÖ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–œ£­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–WÍ\x02\x02\0^[\0\x17\0\x04\0R=\0ô“Z*µMï\x1d؁YíÁu´Á1–Z>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ž
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–žì)\x02\x02\0^[\0\x17\0\x04\0R=\0\v7¹'ÅÊÂ\0Ì ³Ê¶\x05Çæ>¿ÉT\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ÿ(z\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ÿ+Ñ\x02\x02\0^[\0\x17\0\x04\0R=\0r©zî©\x0fõïH:QÔën¤/Ò¦D7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ÿb§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ÿf\x1c\x02\x02\0^[\0\x17\0\x04\0R=\0“6YÃ!cüÚgmwï˜\x16|>"eð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ÿ‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ÿ á\x02\x02\0^[\0\x17\0\x04\0R=\0ONêÈ\bÇN\x03ó/NG\x059ä'áp×Ð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ÿ×ô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ŸÛ,\x02\x02\0^[\0\x17\0\x04\0R=\0×SIçÏv¨\x18Ò\x0eÃ7ãQ¤½.ýƒÖ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9– \x14F\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9– \x17`\x02\x02\0^[\0\x17\0\x04\0R=\0©`¹\x05 pÃ3õê^\x13žú¬«ø¶ì\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9– R½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9– U×\x02\x02\0^[\0\x17\0\x04\0R=\0\x12²>\x14Çž &×ÍÓ¹EË!\µB\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9– ‡è\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9– ‘\x02\x02\0^[\0\x17\0\x04\0R=\0h\b\x16\x1evÿ\vt\f\r³®>\x15\rG\x139\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9– Â3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9– Ê\x12\x02\x02\0^[\0\x17\0\x04\0R=\0\x1f^[žóAÂv»qá4Ú¨\x1f3x‚œ\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9– ý\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¢E	\x02\x02\0^[\0\x17\0\x04\0R=\0U×áD	,Ï̤xEl\x03¹*õ½‰ó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¢\£\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¢`±\x02\x02\0^[\0\x17\0\x04\0R=\0õEšÎÇ\x15Éò§½"Sï’°ßi’²ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¢—,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¢›X\x02\x02\0^[\0\x17\0\x04\0R=\0ñX¹Þ8‰R4îâ`1ìw=¸²‹Né\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¢ÑÒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¢×ç\x02\x02\0^[\0\x17\0\x04\0R=\0î(wø ú–<v\x1f²åÁùxÅ\x01¹\x1f\x15\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–£\fZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–£\x11>\x02\x02\0^[\0\x17\0\x04\0R=\0»ÓEA—ž\x17#rƒ1É)\v\x1fò§i‚#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–£k\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–£…x\x02\x02\0^[\0\x17\0\x04\0R=\0â \x0e)r\x1f\x17¸^[ÀwÔ\x1fR¼\x12ÂùÀ.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–£¼\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–£¿†\x02\x02\0^[\0\x17\0\x04\0R=\0\x02\x05\f\a\x1e^*¯’¶\x0e'H\b\x01\x1cSÓ`^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–£ö{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–£û\x03\x02\x02\0^[\0\x17\0\x04\0R=\0x\x17LÊ\vîWÒ¯ÛML^[…\x1c\x0fߤÊ\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¤1_\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¤5©\x02\x02\0^[\0\x17\0\x04\0R=\0ÅSXÅóÔf\x1füd(;&ò8ânÀ\x03Ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¤l$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¤oz\x02\x02\0^[\0\x17\0\x04\0R=\0\x01\0\0\0\0\0\0\0\x14\x05\x11\0äg3bHYk}\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¤¦¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¤ª^\x02\x02\0^[\0\x17\0\x04\0R=\0*˜SÁm\x0e3\x7fûºxA=™\x05²§ì`Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¤à÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¤äM\x02\x02\0^[\0\x17\0\x04\0R=\0VŠûcê½¢ÀØ9»ô§ô\x7f@©L\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¥^[ž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¥ D\x02\x02\0^[\0\x17\0\x04\0R=\0A~¦@\0\0\0\0\0\0\0\0HYk}*˜SÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¥VD\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¥ƒT\x02\x02\0^[\0\x17\0\x04\0R=\0m\x0e3\x7fûºxA=™\x05²§ì`ÁVŠûc\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¥®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¥–á\x02\x02\0^[\0\x17\0\x04\0R=\0ê½¢ÀØ9»ô§ô\x7f@©L\x02A~¦@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¥Ì*\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¥Ï%\x02\x02\0^[\0\x17\0\x04\0R=\0 ‡^º\0°>­\0\0\x15¡\0\0\0\0\x17\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¦A:\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¦¸3\x02\x02\0^[\0\x17\0\x04\0R=\0\0Ð\fÔZq\x02bÆÍ\x12\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¦òø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¦÷½\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–§+y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–§/‡\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0äg3bpæ	=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–§h¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¨\x1c„\x02\x02\0^[\0\x17\0\x04\0R=\0Š~Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¨P"\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¨S\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¨Šª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¨\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¨Å¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¨É÷\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¨ÿÙ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–©\x03/\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–©vv\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–©€\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–©±\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–©Êb\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–©ê7\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ª\x06:\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ª%Ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ª9!\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ª_e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ªd¤\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x16\0\0 Œ\x18¾GL©6²\x04órM1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ªš¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ªÝ\x02\x02\0^[\0\x17\0\x04\0R=\0ßÐ
\x0e?Ïöµ×Z\x19Õ\x19Ò}%UøX"\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ªÔð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ªØ(\x02\x02\0^[\0\x17\0\x04\0R=\0+á)ó®~D¼\bõ	:þæ­%xº\b\a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–«\x0fY\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–«\x12‘\x02\x02\0^[\0\x17\0\x04\0R=\0pŸ¨ÉŒÞiáuÞ.Tq\x02ÃõbB6ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–«Iá\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–«M“\x02\x02\0^[\0\x17\0\x04\0R=\0Îë\bÐ¥G¨,\x1aA9 &¡Éc•¼Ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–«„ˆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–«‹‘\x02\x02\0^[\0\x17\0\x04\0R=\0·Çmë`‹`>™9¬õÛäiË\x01Ìú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–«À#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–«ÅŸ\x02\x02\0^[\0\x17\0\x04\0R=\0EF\x10I©‚˜)Rß=Õºöâ³Ú	\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–«ù˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¬\fn\x02\x02\0^[\0\x17\0\x04\0R=\0\x11•Ü=@\x02UÁ\bø)ØôÏkÿÊ!R5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¬nÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¬ŠË\x02\x02\0^[\0\x17\0\x04\0R=\0´«\x01\x19ë.U«Àt×\x11ÓJ;\x10pçV+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¬ªb\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–­\x1c\x1c\x02\x02\0^[\0\x17\0\x04\0R=\0O\x04FÐFu·Èä \x13=1^[¯$óGD\x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–­Xè\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–­\{\x02\x02\0^[\0\x17\0\x04\0R=\0UgwÁŽü\x10\x104i,7£\x04"üµ\x1eò¸\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–­“Ž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–­·­\x02\x02\0^[\0\x17\0\x04\0R=\0v8\x1fØ`48/+ –\x18‚ò&ç¨\x12{È\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–®\x18y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–®\x1cJ\x02\x02\0^[\0\x17\0\x04\0R=\0\v4ƒB»ú‘)€ŽÃù~puÌ\x16Kõì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–®Cd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–®GÍ\x02\x02\0^[\0\x17\0\x04\0R=\0Ù+WTöž†æ“0‰ëW-ÙµM^2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–®~)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–®ƒI\x02\x02\0^[\0\x17\0\x04\0R=\0A½‡4\0¼&½ö„\âšQ#ôU—Ï=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–®¸Ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–®¼¿\x02\x02\0^[\0\x17\0\x04\0R=\0£ˆ•êôz¿Æ]vÆ\fð¶}D(‚¢%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¯-Á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¯:	\x02\x02\0^[\0\x17\0\x04\0R=\09¦‹ÌŸÕßìšÝ\x1e\fæJ0ÄpYº\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¯hI\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¯¸
\x02\x02\0^[\0\x17\0\x04\0R=\0(>2Õ#^Ÿ\fãG_1ÝÎ\x01\r`\x04\b­\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¯Ý—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¯è­\x02\x02\0^[\0\x17\0\x04\0R=\0“\r• ä±|\x18ýLÞ 1„§ËñΰÎ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–°\x18\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–°\x1cÅ\x02\x02\0^[\0\x17\0\x04\0R=\0\v\x12#H8iE\x16(ÔA\a4ŠqÃIã¸\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–°RÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–°Vw\x02\x02\0^[\0\x17\0\x04\0R=\0ÞÐ…:²tcêV¬\x14¿(óÜWÓ6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–°á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–°”“\x02\x02\0^[\0\x17\0\x04\0R=\0›Æ»\r<FLÜ;]6×çX\aHiˆ+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–°Çô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–°Ì\x02\x02\x02\0^[\0\x17\0\x04\0R=\0·FÂì7!ŽÑ‹óUù@I²PÈ
mØ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–±\x02¹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–±\x06M\x02\x02\0^[\0\x17\0\x04\0R=\0žÇÎãkxÒälÙØ5V!o-ŽÂ©³\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–±=\x04\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–±@Õ\x02\x02\0^[\0\x17\0\x04\0R=\0faOñi+^ý(Çs:֝qà2—²Ä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–±w«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–±{\x02\x02\x02\0^[\0\x17\0\x04\0R=\0Ù÷3\x1eY\x06Ü<ÃAù\x1fãÛ&ÆD0\x1aø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–±²R\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–±µå\x02\x02\0^[\0\x17\0\x04\0R=\0„¤(&iˆ VVv¶\x01\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–±íT\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–±ñ\x06\x02\x02\0^[\0\x17\0\x04\0R=\0\x15\x05\x11\0äg3bá\x1aʾîUoAR*ð¿\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–²'\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–²,d\x02\x02\0^[\0\x17\0\x04\0R=\0Ê—sÁP¾ÙCæÉaÁNÓžS—È‘@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–²bÀ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–²fr\x02\x02\0^[\0\x17\0\x04\0R=\0Á;d€>¡@\x1fºYZ–@¦À\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–²)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–²¡7\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0á\x1aʾîUoAR*ð¿Ê—sÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–²×t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–²ÛÞ\x02\x02\0^[\0\x17\0\x04\0R=\0P¾ÙCæÉaÁNÓžS—È‘@Á;d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–³\x12X\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–³!]\x02\x02\0^[\0\x17\0\x04\0R=\0€>¡@\x1fºYZ–@¦Àˆäoº\0¼B-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–³LÂ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–³P\x18\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0æ \0\0\0\0\x17\0\0\0\0ð\x0eÃï6\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–³‡‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–³‹\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0CàÞÛ\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–³Áñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–³Ï¦\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–³üÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–´\0h\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0äg3bpæ	=Š~Í>ª.˽\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–´7\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–´:ð\x02\x02\0^[\0\x17\0\x04\0R=\0\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–´r@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–´uò\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–´¬m\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–´°\0\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–´ço\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–´ë?\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–µ\\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–µbV\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–µ—c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–µ›\x15\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–µÑÌ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–µÚŸ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¶\vÚ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¶\x10b\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¶GW\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¶N»\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0ßn‹Ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¶„A\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¶ˆO\x02\x02\0^[\0\x17\0\x04\0R=\0ÄpŠ"¹°$r3Šöºþ~¹ë7K7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¶»í\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¶¿€\x02\x02\0^[\0\x17\0\x04\0R=\0IæZ$)֝
4fYÉ\x7fÄoÞr5vS\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¶ö8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¶ùÌ\x02\x02\0^[\0\x17\0\x04\0R=\0ÔÄðù”\x14¨ö{§ÕÍQÄÆ*ª;-:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–·0ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–·Fr\x02\x02\0^[\0\x17\0\x04\0R=\0\x1ewÍ\x1f\vpÑKç)é\0û\a>"]½ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–·k…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–·rŽ\x02\x02\0^[\0\x17\0\x04\0R=\0u`\fÍ
Åìõ0R±Iešg*»Øø×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–·¥ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–·¬\x03\x02\x02\0^[\0\x17\0\x04\0R=\0¯–÷ßË\x16Ä\x0fzF\x14A\x15ƒ³Ã\x1f	;Ù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–·à–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–·øç\x02\x02\0^[\0\x17\0\x04\0R=\0¡@Õû³jô5,¸ \x1c{ý«À\r\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¸\x1cO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¸!Ë\x02\x02\0^[\0\x17\0\x04\0R=\0fØ\rˆÜ-´\x05èÑvÈoÇš€‹9\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¸U¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¸Xü\x02\x02\0^[\0\x17\0\x04\0R=\0¯ÖC(ÈŸ\x12I‡pÁC¢\x16\rÁÐæ5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¸Š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¸–\x05\x02\x02\0^[\0\x17\0\x04\0R=\0_?\x01\x01V*Ý·°\x1a\r×\x14¥Ã,FñM^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¹\x05õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¹	‰\x02\x02\0^[\0\x17\0\x04\0R=\0§cLêsªêÄ*Ü|@×*¾(5Àaý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¹@@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¹D0\x02\x02\0^[\0\x17\0\x04\0R=\0÷T‚Ë¥›¬é’-©T€\x19…êÍŒÇí\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¹{\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¹~õ\x02\x02\0^[\0\x17\0\x04\0R=\0hÏÎÖÃö	1"°!6[õFÀÞ®™Þ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¹µQ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¹ºq\x02\x02\0^[\0\x17\0\x04\0R=\0\x15k«ñ)¸;>7º|í-÷±Çæ2æ\a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¹ðq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¹ÿX\x02\x02\0^[\0\x17\0\x04\0R=\0\x1e)ûE¨Æï&/·Î°„\x05ê\x11ºŒ^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–º*Û\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–º.é\x02\x02\0^[\0\x17\0\x04\0R=\0\x05\x0474µ\x05ñ»±»¿Õ¨’\x13	#Q 2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–º ¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–º£ù\x02\x02\0^[\0\x17\0\x04\0R=\0O½]\x10\x19&;¬”\rÁ\x1cŠ$[\x16bã#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ºÚ°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ºÝè\x02\x02\0^[\0\x17\0\x04\0R=\0E–²Ì\x0f"ÁÌKÙgE³q=\x1aÞ/Â	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–»\x14Ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–»\x18\x15\x02\x02\0^[\0\x17\0\x04\0R=\0X¨Â\x7f¡ù\x17U%õ9\x03n$ïL«-½\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–»ŠI\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–»\x02\x02\0^[\0\x17\0\x04\0R=\013iÛŽ\bû4\x14.µ\x10M"\x12ß2[\x03Ó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–»ÅK\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–»É:\x02\x02\0^[\0\x17\0\x04\0R=\0©îÐF\x16äC+Jy@ðS¥\x01Ї
åõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–»ÿx\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¼\x03á\x02\x02\0^[\0\x17\0\x04\0R=\0ûž\vR®\x1a\x0fÜzοå,3¤á7\x01!5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¼;O\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¼?š\x02\x02\0^[\0\x17\0\x04\0R=\0)W¤/È'ðµ¿Ð?í¢Îú
¬ ;\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¼¯\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¼²ÿ\x02\x02\0^[\0\x17\0\x04\0R=\0~\x19\x0eã>&êÄÖQ‹\x19…\x1c&?wWµ!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¼é˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¼íi\x02\x02\0^[\0\x17\0\x04\0R=\0˨ªÇÖÀ\x0fõ\x14£\r&Óhü$eê4·\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–½%Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–½(¨\x02\x02\0^[\0\x17\0\x04\0R=\0²0ÔÏîí\x15ó¾\v-	îá\x03@e«°\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–½`r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–½da\x02\x02\0^[\0\x17\0\x04\0R=\0|»~*\x01\0\0\0\0\0\0\0\x16\x05\x11\0äg3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–½™É\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–½>\x02\x02\0^[\0\x17\0\x04\0R=\0\x11ñ!çèÆpA4\x039%\x04ÕGÁ
-Rˆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–½Óö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–½×L\x02\x02\0^[\0\x17\0\x04\0R=\0uqtÁåH¦”k®‡Àà{§þ\x12Š«@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¾\x0e~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¾\x11Ô\x02\x02\0^[\0\x17\0\x04\0R=\00\x06\x1e¦Ë²‘À\0\0\0\0\0\0\0\0\x11ñ!ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¾Ib\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¾N¿\x02\x02\0^[\0\x17\0\x04\0R=\0èÆpA4\x039%\x04ÕGÁ
-RˆuqtÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¾„d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¾Š;\x02\x02\0^[\0\x17\0\x04\0R=\0åH¦”k®‡Àà{§þ\x12Š«@0\x06\x1e¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¾¾5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¾Á‹\x02\x02\0^[\0\x17\0\x04\0R=\0˲‘ÀPø{º\0\x11¬\0\0¾ \0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¾øÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¾ü2\x02\x02\0^[\0\x17\0\x04\0R=\0\x17\0\0\0\0°\rÃ8\x16\0\0””5\f\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¿3E\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¿6}\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¿n
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¿q$\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0P\0\0\0\0\0\0\0\0\0\0\0\0\0äg3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¿ª\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¿­v\x02\x02\0^[\0\x17\0\x04\0R=\0pæ	=Š~Í>ª.˽\04±¹\0™Ô:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–¿ã³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¿æë\x02\x02\0^[\0\x17\0\x04\0R=\0€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÀX†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–À\8\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–À›…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÀžŸ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÀÐ\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÀÔD\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Á\b=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Á\vW\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÁB§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÁEß\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Á~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Á‚\x12\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Á··\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Á»ˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Áó3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Áöå\x02\x02\0^[\0\x17\0\x04\0R=\0€Ë3b\b\x16\0\0\x11^[8ÜâÈçó€YÉ6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Â/…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Â2½\x02\x02\0^[\0\x17\0\x04\0R=\0¡"©"öyõ¬“]\x04p1h\b™}â2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Âg«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Âk\x01\x02\x02\0^[\0\x17\0\x04\0R=\0»"\x05ÖÒò{Å›Ë\x1e1U¿Û/ìf \x17\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–£¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–¸œ\x02\x02\0^[\0\x17\0\x04\0R=\0¥ƒ\x11ÂW\x03*\x06í¾;2oçÔ\vÛ\f2¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ã\x17b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ã&†\x02\x02\0^[\0\x17\0\x04\0R=\0S\vUÕ\f{Õ&ч\x18!c‹ñÀ\0¬½\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÃQê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ř"\x02\x02\0^[\0\x17\0\x04\0R=\0ä;M;›fT&,®a\x05EØäÉ2‹Äâ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9–Å¢\a\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÅÖ¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÅÚ\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0Ó~[T\f´¾óˆR\x15óÃb#Ñø€y-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Æ\x11\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Æ\x14Y\x02\x02\0^[\0\x17\0\x04\0R=\0Âüå8¤eëÇ\rÚjÖ-@{ì\ßs>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÆK©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÆO\0\x02\x02\0^[\0\x17\0\x04\0R=\0M°&ôÂ3ÊuÛ\x18ý,ê˜H/`E)\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ɔo\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ƉÅ\x02\x02\0^[\0\x17\0\x04\0R=\0›Ñ\x11Ô.,Æã\f±‹\x14í"J<BÀNÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÆÁ\x15\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÆÄM\x02\x02\0^[\0\x17\0\x04\0R=\0W‘¤×G\a\x1c\x01p@ã4\x11Ó”\x17ðÑT«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Æûù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÆÿŒ\x02\x02\0^[\0\x17\0\x04\0R=\0Ø¢Õ\x13\0þ[\x11\x1cv\x1c*h
‹ÏÙ‡HÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ç8i\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ç<:\x02\x02\0^[\0\x17\0\x04\0R=\0úº˜>gŸ×"O6\x0f4\v–Á‚*v\x11\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Çzt\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ç}é\x02\x02\0^[\0\x17\0\x04\0R=\0‡%Ð7üäçù\x15F–¹{T™Ø	CO0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ç«s\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ƕ\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0å+\x17%d¨åòl=Ê+ëdCQ\x11þ)\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Çåû\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Çé3\x02\x02\0^[\0\x17\0\x04\0R=\0²\x1fø›sÿÌ-	sî9þ	Tð%¤ä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–È ¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–È$5\x02\x02\0^[\0\x17\0\x04\0R=\0	K~êôgçÚ¸\x12è2\x11øÚ3?‹È»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–È[á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–È_7\x02\x02\0^[\0\x17\0\x04\0R=\0]‰?äë€IõÓ\f‡=ˇ+é\\x1cFÆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–È•ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Èš^[\x02\x02\0^[\0\x17\0\x04\0R=\0Ÿ€\b\x0fóA›CWG\x15%äÿ¤Ë\x0f?Eî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Èæ£\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–É\x0e“\x02\x02\0^[\0\x17\0\x04\0R=\0öÁà\x1fMHm.Ajµ¹'péÔ-)F\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÉF¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÉPÚ\x02\x02\0^[\0\x17\0\x04\0R=\0_Σ0\x02±t\vŸíƒ­¹l"\x19|\x7f\x19\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ɂ_\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–É„¶\x02\x02\0^[\0\x17\0\x04\0R=\0¿^n\x1f<09ËñXÏhÝBImHG\x14\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ɼ$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÉÌÕ\x02\x02\0^[\0\x17\0\x04\0R=\00ÿ \x06\x03ÕèÃ](ý^[üÖØ:\x0eª;è\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ê0"\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ê3;\x02\x02\0^[\0\x17\0\x04\0R=\0ùo^[ÀQ\x18¦Ý”cž7K-6\fù9ùÚ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Êjç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ên\\x02\x02\0^[\0\x17\0\x04\0R=\0œ_@Ùë¦}HR›½+Æb3ë1±_Ò\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ê¥Ž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ʬ;\x02\x02\0^[\0\x17\0\x04\0R=\0taæúN{ïOŽk¿Ö]OåâþsZæ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ë\x1až\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ë\x1dô\x02\x02\0^[\0\x17\0\x04\0R=\0M‚\x146>\ax,#™²²VÝSó\x01\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ËU\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ËX|\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x17\x05\x11\0äg3bÉ_îÒU¨sÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ËÊ’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ËΟ\x02\x02\0^[\0\x17\0\x04\0R=\0f-fŒå%^ÁÖi?ydGpÁ¦³w\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ì\x06ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ì
–\x02\x02\0^[\0\x17\0\x04\0R=\0&D|ÀþÉ]‡a½¨ÀÚ¶\x12“ÉsŸ@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ì?¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÌN\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0É_îÒU¨sÁf-fŒ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ìz†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ì}Ÿ\x02\x02\0^[\0\x17\0\x04\0R=\0å%^ÁÖi?ydGpÁ¦³w\x01&D|À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ì´Ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–̸'\x02\x02\0^[\0\x17\0\x04\0R=\0þÉ]‡a½¨ÀÚ¶\x12“ÉsŸ@@\x11wº\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÌïY\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ìò‘\x02\x02\0^[\0\x17\0\x04\0R=\0\0@¶,\0\0&¡\0\0\0\0\x17\0\0\0\0p\x0fÃ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ídˆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÍgÀ\x02\x02\0^[\0\x17\0\x04\0R=\0ÇÊq\x02€>?ë\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÍŸM\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÎdZ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ήª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ΓÌ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0äg3bpæ	=Š~Í>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÎÄp\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Îlj\x02\x02\0^[\0\x17\0\x04\0R=\0ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Îþ»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ï\x02\x11\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ï9C\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ï<\\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ït'\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ïw}\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ï®r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ϱç\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ïét\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÐzÅ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÐèÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ñ4ù\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–уÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÒNm\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ò„1\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÓS\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ó’Ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ó–"\x02\x02\0^[\0\x17\0\x04\0R=\0ø\x1691“a\x10#]âÕ^[ûHÓõÇb\0@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÓÍ5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÓЪ\x02\x02\0^[\0\x17\0\x04\0R=\0ª#fÁnÀqᎆ\x0eÆä\x01š\vò3A5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ô\x13\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ô\x17Õ\x02\x02\0^[\0\x17\0\x04\0R=\0N«6ò\x0fçaG¤X û©1\x0f1ÿ„OÓ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÔB‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÔIm\x02\x02\0^[\0\x17\0\x04\0R=\0\x7f\x06ã¼5Ÿ\x02ÔVš	×è3¦%•kÆò\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ô}f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ԁt\x02\x02\0^[\0\x17\0\x04\0R=\0\x10Í;5AŠ*,Š³¡M­2\x10ôŸS=Î\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ô·“\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Õ–¼\x02\x02\0^[\0\x17\0\x04\0R=\0\x13P/âߣlßýƒ\x02\x030sT»êÉE:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Õ¡Ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Õ®²\x02\x02\0^[\0\x17\0\x04\0R=\0\x14\x05•";‹ˆ8âç\x02úˆpÏÃ|\x04\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÕÝ\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÖQÆ\x02\x02\0^[\0\x17\0\x04\0R=\0B9_·àh”ÿçGÎË2ú>)9¥zC\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÖŒ‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–֏¤\x02\x02\0^[\0\x17\0\x04\0R=\0\x11#²$\x0eÎ /µê\bÞ˜zA\x13íƒ\x1fÊ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÖÆ·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÖÌ\x15\x02\x02\0^[\0\x17\0\x04\0R=\0…¥¡Î‹¯¿´1ß=\x04n‹½1ͬH\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–×\x01}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–×\x04Ó\x02\x02\0^[\0\x17\0\x04\0R=\0AØë$aø*\x04“é‡H\f›³ÊÙèÇÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–×;æ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–×?\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0ŸNŒÉñoG\0\a\0R+	Yùá\x01õ\x18I\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ø&Ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ø*\x14\x02\x02\0^[\0\x17\0\x04\0R=\0|´»\x05»'Æ66v§ÚÏ\x1eô¼$ž
ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Øa	\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ød_\x02\x02\0^[\0\x17\0\x04\0R=\0Ñ=ËÛtê\x1d·Qüæ=ûæ5(€\x016\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ø›Î\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ØŸ%\x02\x02\0^[\0\x17\0\x04\0R=\0ø¥\fH\x05y\x03q\x05ÛΊ=“ív×\x1c×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ØÕû\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ØÙQ\x02\x02\0^[\0\x17\0\x04\0R=\0C ©ô\x14Òf´epµ/_\x1dm)\x1fÊ3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ù\x10ƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ù\x14\x16\x02\x02\0^[\0\x17\0\x04\0R=\0µMi\x05d_lÚ\x02Ö©%K¨H·G¤\aõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÙKg\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÙN½\x02\x02\0^[\0\x17\0\x04\0R=\07ëKÇϐ\x04!¾\x10âAM3ë\x1419Ñ9\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ù†i\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ùî\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0Õ*€æsa‰\x1e‘…ªÊݲöÅ¿³þ»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ú5Ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ú<®\x02\x02\0^[\0\x17\0\x04\0R=\0úgÒô,¡\00+¦i\fû ^,¹ãY\x12\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Úq@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Úu\x11\x02\x02\0^[\0\x17\0\x04\0R=\0ßbÊMäeÖšxÖÓµT}Ï\bwïô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ú«m\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÚÆ^\x02\x02\0^[\0\x17\0\x04\0R=\0Ô‹g\x1f\x037\x19Ó3‡‹GŠÝ\x18\x10@ˆ\x04:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Úï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÚòÕ\x02\x02\0^[\0\x17\0\x04\0R=\0Í\x1e¬ã\x02É\x0eÀÑÊ]ó/TËÁ'úÐ\x14\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Û)\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Û,J\x02\x02\0^[\0\x17\0\x04\0R=\0þ‹UÜÝ\r)4’^i=ï-:?\x02‘»\x12\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Û[\x05\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Û_n\x02\x02\0^[\0\x17\0\x04\0R=\0\x1dݲÑ/\ÈùÈÆ ÐþLÐæ+Èâ°\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Û•P\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Û™\x02\x02\x02\0^[\0\x17\0\x04\0R=\0Œ,\x03#õ•f.ÛS¸,ß%‘\x10Bº\x1eç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÛÏ÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÛÓÈ\x02\x02\0^[\0\x17\0\x04\0R=\0\x17¨—3^[[rº\x01\0\0\0\0\0\0\0\x18\x05\x11\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ü
\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ü\x0f%\x02\x02\0^[\0\x17\0\x04\0R=\0äg3b·]¬š\x17ÃDÁ!Ķ•ï\vvÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÜDÊ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Üd\x06\x02\x02\0^[\0\x17\0\x04\0R=\0œ\r¡\x15lJmAe0f|<ì¥@s={ï\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–܈\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÜŒQ\x02\x02\0^[\0\x17\0\x04\0R=\0î5’@P\x1c6±Ì—¡@\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ܺ’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ý6O\x02\x02\0^[\0\x17\0\x04\0R=\0·]¬š\x17ÃDÁ!Ķ•ï\vvÁœ\r¡\x15\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ýj\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÝmŸ\x02\x02\0^[\0\x17\0\x04\0R=\0lJmAe0f|<ì¥@s={ïî5’@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ý¥\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ݨF\x02\x02\0^[\0\x17\0\x04\0R=\0P\x1c6±Ì—¡@ÐAxº\0à\r¬\0\0¾ \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Ýß\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ýã)\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x17\0\0\0\0\x10\vÃåÅ\0\0µJ£\x19\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Þ\x19¤\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Þ\x1d7\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÞT¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÞWý\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ޏM\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Þ”m\x02\x02\0^[\0\x17\0\x04\0R=\0äg3bpæ	=Š~Í>ª.˽\04±¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–Þɘ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÞÌ“\x02\x02\0^[\0\x17\0\x04\0R=\0\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ß>¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ßD€\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ßyŒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ß}\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ßµÞ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ß¹\x16\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–àc¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–àg^\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–àž4\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ࡪ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–àÛ\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–àà¹\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–á\x13c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–á\x18F\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–á[E\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–á`
\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0€Ë3b\b\x16\0\0&1\x0e÷4\0@.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ሱ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–á”A\x02\x02\0^[\0\x17\0\x04\0R=\0Ž\x12ôÐã6´½\bG´Îüƒ-ÜQ'<(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–áÃ9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–áÈ–\x02\x02\0^[\0\x17\0\x04\0R=\0øÒž÷£³K4'‰Å'Q¨áN!\b\x1dî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–áýÁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–â\x01s\x02\x02\0^[\0\x17\0\x04\0R=\0\x1aÙΤ?&Þ\x02²
ã]C‹\bR´Ü¾\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–â8I\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–â;û\x02\x02\0^[\0\x17\0\x04\0R=\0ê˳=üÌ{\x1fÖ¬¹9\x1d‘õh}¿Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–â­µ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–Ɽ\x02\x02\0^[\0\x17\0\x04\0R=\0fO•\x0fx·T¸$ã·\x03'ËAΞÅõ+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–âè\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–âëï\x02\x02\0^[\0\x17\0\x04\0R=\0W\x15SC€“t*·N^*u\x04(Û°l§\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ã$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ã("\x02\x02\0^[\0\x17\0\x04\0R=\0\x11ûŠÊ*\0›Ò¹Wà²v†6
•£Ò1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ã^Ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ãb\x12\x02\x02\0^[\0\x17\0\x04\0R=\0„3²\x1cg¾\x7f!\x11\v‰þ`\vŠE\r/¼Æ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ã˜É\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–㜠\x02\x02\0^[\0\x17\0\x04\0R=\0Y\fÜµêîÇìk²\x04\x03Lv/,$è\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ãÓÌ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ã×~\x02\x02\0^[\0\x17\0\x04\0R=\07ÓÙHÛ|ž\x01\x1fþÚ4\x04‹׳\–¼\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ä\r~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ä\x14\r\x02\x02\0^[\0\x17\0\x04\0R=\0 †\x06Ý8ÕŸÏZ¥"!9ë‡ë(1è5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ä…¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–äˆþ\x02\x02\0^[\0\x17\0\x04\0R=\0²§t2½a§Jžßdý¤êWÎò>\x14é\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ä¼ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–äÀÉ\x02\x02\0^[\0\x17\0\x04\0R=\0`õ\x1eÚ(Ê-úˆ\x02³¶*\x18\x184ßãø&\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–äøî\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–å\x02–\x02\x02\0^[\0\x17\0\x04\0R=\0×\x04ö5ºé\0†êçÕÅ)°\x1f\wõ¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–å2\b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–å6®\x02\x02\0^[\0\x17\0\x04\0R=\0˜\x03^[ù;qÌÈ\x06¨i$xëBÊ\x1d:^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ål\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ås=\x02\x02\0^[\0\x17\0\x04\0R=\0>Ñó5âÃ\x0f㶈T\x1a8´%ÊÉ—	É\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–å§t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–å« \x02\x02\0^[\0\x17\0\x04\0R=\0ŒÙ׸›2Íúï\a÷0\x01¤1\x11໢)\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–åá¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–åå\x16\x02\x02\0^[\0\x17\0\x04\0R=\0\x0fbÜ\fè( Lìä‰Ñ©ÎèÕÄ¥óÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–æ’\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ç1\x02\x02\0^[\0\x17\0\x04\0R=\0±KùÛK=$-v¥ØØTHðY!\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–çAj\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–çKŒ\x02\x02\0^[\0\x17\0\x04\0R=\0Ö#\x159a#óßIU„¾Ê"éì4¼6Å\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ç|\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ç\x7fá\x02\x02\0^[\0\x17\0\x04\0R=\0À\x02…\x18lß^àû³^[5\x1e.ß:\x15Ã\x0fC\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ç¶Ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–纈\x02\x02\0^[\0\x17\0\x04\0R=\0–\x03Ï\ft\x05VÐL\x1c\bõQqãÒÁê\x0fì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–çñ^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–çôò\x02\x02\0^[\0\x17\0\x04\0R=\0iØ±\x12=((ƒ;µ,ÊåÅ/ö8\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–è+©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–è0«\x02\x02\0^[\0\x17\0\x04\0R=\0ËSüá]ò[.yšØ¸‰ÌÊîw\bÖÅ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–èfn\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–èiã\x02\x02\0^[\0\x17\0\x04\0R=\0Lš;^[vrz?\x184É
˜Š\x1f?È^Hì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–è¡3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–è¥A\x02\x02\0^[\0\x17\0\x04\0R=\0jÎÎ$²Š'Ìe$òÁ ’ÿÁ–˜ ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–èÛ\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–èæ9\x02\x02\0^[\0\x17\0\x04\0R=\0\x01\0\0\0\0\0\0\0\x19\x05\x11\0äg3bqÝ’’\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–é\x16D\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–é\x19×\x02\x02\0^[\0\x17\0\x04\0R=\0-ïpÁÏŒÚ~*ktÁt±\x03bû\x02@Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–éQ'\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–éT»\x02\x02\0^[\0\x17\0\x04\0R=\0¹ðÌîGV˜@T¿E-RטÀ®"·^\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–é‹Î\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–é%\x02\x02\0^[\0\x17\0\x04\0R=\0\x16á§@\0\0\0\0\0\0\0\0qÝ’’-ïpÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–éÆ“\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–éÊE\x02\x02\0^[\0\x17\0\x04\0R=\0ÏŒÚ~*ktÁt±\x03bû\x02@Á¹ðÌî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ê\0ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ê\x04Í\x02\x02\0^[\0\x17\0\x04\0R=\0GV˜@T¿E-RטÀ®"·^\x16á§@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ê;…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ê?7\x02\x02\0^[\0\x17\0\x04\0R=\0hiHº\0°Â,\0\0\0\0\0\0\0\0\x17\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–êvi\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–êzv\x02\x02\0^[\0\x17\0\x04\0R=\0\0@’Â÷Â\0\0»\x15ïí\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ê°ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ê´à\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x14\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–êë—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–êï¥\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0äg3bpæ	=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ë&\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ë*j\x02\x02\0^[\0\x17\0\x04\0R=\0Š~Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ë›0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ëŸ\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ëÕÖ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ëÙÆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ì\x10_\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ì\x14\x11\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ìJç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ìTR\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ì…é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ì‰!\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ìÀq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ìÄù\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ìúž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ìÿ%\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–í5 \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–íC±\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ír©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–í|\x14\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x16\0\0 @â\x1f‹“:9•\x7f1ô\fñ\x12Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–í«*\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–í³ü\x02\x02\0^[\0\x17\0\x04\0R=\0·ÁÈ\x0eŽ†¤¸Ó˜Ç\x03LŠ\x03Ï\x02ÜÐ,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–íù›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–î\0H\x02\x02\0^[\0\x17\0\x04\0R=\0"ª*Dê\x17–*\x04BÓ(ó­Ú=\x03\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–îZH\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–î^\x19\x02\x02\0^[\0\x17\0\x04\0R=\04Q·ÊÖ¢	ÒÕ’y³»¬\x1f\f\x1efu2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–îÒr\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–îÖ$\x02\x02\0^[\0\x17\0\x04\0R=\0\f‘Ñ\x1cÈ\x06n µŸƒþX)„Dî(…Å\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ï
<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ï\x0eã\x02\x02\0^[\0\x17\0\x04\0R=\0™©\x1fÜ¢AWÈaõ\x1f\x067v\x140úD	é\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ïDi\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ïIL\x02\x02\0^[\0\x17\0\x04\0R=\0,‡¸H¢Ò¡\x01äÈ\x184”
˜ÖÖ|·»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ï¹Õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ï½â\x02\x02\0^[\0\x17\0\x04\0R=\0sÃÆÜ\x15Ú\x03Ñ‘W!ù£/ìNjæ5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ïöE\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ïú\x16\x02\x02\0^[\0\x17\0\x04\0R=\0×?\x153áæ\x1dJK’|ûx@¶Í\x01ïÖè\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ð.Š\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9–ð9c\x02\x02\0\v\0\a\0\x04\0R=\0ïn\x1eÛ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ðh¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9–ðkî\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x01\0\0\0\0\0â¸9–ð£š\x02\x02 \r\0	\0\x04\0^[:\0\x10Ô\0@\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ð¦•\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9–ðªe\x02\x02\0
\0\x06\0\x04\0RN\0þ\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9–ðÞ_\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ðíF\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x15\0\0\0\x15\0\0\0\x01\0\0\0\0\0â¸9–ñ\x18É\x02\x02 \x10\0\f\0\x04\0^[N\0\x10þ\0\x01\x01\v\0\0\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ñ"\x02\x02\0^[\0\x17\0\x04\0R=\0Úå!úö!´·{z{5zÂw'¦*™5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ñTü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ñZx\x02\x02\0^[\0\x17\0\x04\0R=\03ž„ÿE&]ՏGÅ\x1eª'߶\x05˜\bù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ñ÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ñ•[\x02\x02\0^[\0\x17\0\x04\0R=\0ýÏ„ÉÌA}%@ÙÂC£²“^[íή4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ñÔå\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ñÙç\x02\x02\0^[\0\x17\0\x04\0R=\0À\x16¯âÒ£œ\x19{ß\x04Êç=WÈ\x13½@¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ò\x17ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ò^[\x1c\x02\x02\0^[\0\x17\0\x04\0R=\0/­µühÛ–1\x10wx\x11LÈÇ(3Ž\x05\r\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ò>„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–òJŽ\x02\x02\0^[\0\x17\0\x04\0R=\0ÖŠ(KÅo\vеÔbÕ	ñ6Íhiµú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–òxs\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ò}Ñ\x02\x02\0^[\0\x17\0\x04\0R=\0àÄ·$<\a£ÙÛuØH\x05'H\f\x18ï`8\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ò²ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9–ò·F\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–òí
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–òòg\x02\x02\0^[\0\x17\0\x04\0R=\0|ùÍÞ¼K¬½\x021wì[*KÆ‘5Ö\x18\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9–ó(Ã\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ó,Ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ó0\b\x02\x02\0^[\0\x17\0\x04\0R=\0·K\x17á\x1d+f5²\0›;0ȸBš¢ð
\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–óc\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9–ófF\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–óœß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ó¡H\x02\x02\0^[\0\x17\0\x04\0R=\0sxºÏ-å¥ô‹ì¤Óú¡Óë%Z²\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9–óØ[\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–óÜ\r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–óäÁ\x02\x02\0^[\0\x17\0\x04\0R=\0B‘Ê)œUG-£DŽ/¡Žà
<x›á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ô\x16•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ô\x1f\f\x02\x02\0^[\0\x17\0\x04\0R=\0QD^-¨;]¸\x14•îÄ8|ÆùKz\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ôM©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ôPá\x02\x02\0^[\0\x17\0\x04\0R=\0S\x17G@óÈT\v\x7fÝ0>ñ{\aì"8\f$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ô‹,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ô^[\x02\x02\0^[\0\x17\0\x04\0R=\0Öþ»ËÊ™&Ám75Â\x1c\x12pí¥¯x.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ôÂ]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ôÇÙ\x02\x02\0^[\0\x17\0\x04\0R=\0É~X\x05üJO/=uö\x1aÊÅhN‰‡¸Ü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–õ7«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–õ;š\x02\x02\0^[\0\x17\0\x04\0R=\0\x17Î’ÐðÏ_Ôd*‡ï^\x01®\x17=\ýË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–õr3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–õwS\x02\x02\0^[\0\x17\0\x04\0R=\0±DµEŠÕb\x16é\x18\x1e:¢þ~èDz¡Â\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–õÀÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–õÄî\x02\x02\0^[\0\x17\0\x04\0R=\0…K\x03ýh{&¾\x01\0\0\0\0\0\0\0\x1a\x05\x11\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–õç€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–õìE\x02\x02\0^[\0\x17\0\x04\0R=\0äg3bbü\bùÃÀeAuv=\x10‘fÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ö=\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ö@\x02\x02\0^[\0\x17\0\x04\0R=\0‘\x13JõE~uAJ\a\x02\x05ŽÛ¢@Ö\r½}\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ö\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ö_ç\x02\x02\0^[\0\x17\0\x04\0R=\0h¦@\x14‹&ĤÖr@\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ö—±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–öœ³\x02\x02\0^[\0\x17\0\x04\0R=\0bü\bùÃÀeAuv=\x10‘fÁ‘\x13Jõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–öÒÒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–öÖ
\x02\x02\0^[\0\x17\0\x04\0R=\0E~uAJ\a\x02\x05ŽÛ¢@Ö\r½}h¦@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–÷\f„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–÷\x13P\x02\x02\0^[\0\x17\0\x04\0R=\0\x14‹&ĤÖr@À|H:\0ø¼¬\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–÷H\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–÷Tÿ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x17\0\0\0\0 “¢å\0\0Æ()\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–÷„\x15\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–÷ŒO\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–÷¼\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–÷À†\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–÷öÃ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–÷û\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0äg3bpæ	=Š~Í>ª.˽\04±¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ø1Å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ø7Ú\x02\x02\0^[\0\x17\0\x04\0R=\0\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–øl‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9–øqŒ\x02\x02\0
\0\x06\0\x04\0RN\0þ\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ø¦\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–øªK\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x15\0\0\0\x15\0\0\0\x01\0\0\0\0\0â¸9–øá›\x02\x02 \x10\0\f\0\x04\0^[N\0\x10þ\0\x01\x01\v\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–øæ~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–øñ³\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ù^[©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ù(\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ùVP\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ù[­\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ù‘R\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ù”å\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ùË`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ùÏm\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ú\b¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ú\fv\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ú@­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–úEì\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0€Ë3b\b\x16\0\0Úâ)Ù)/e\v\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ú|\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ú\x7fC\x02\x02\0^[\0\x17\0\x04\0R=\0E‰,ËôxÔ}'¦² ›g\x0f7vT2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–úµú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ú¹Q\x02\x02\0^[\0\x17\0\x04\0R=\0’¾1\x1fù°d\x1e«9Kû(¥ŸB\fÿÃ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–û+\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–û.a\x02\x02\0^[\0\x17\0\x04\0R=\0\x1eåÚÝ"¾šÇ3õ“\b¿äK2@w’ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ûe±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ûiE\x02\x02\0^[\0\x17\0\x04\0R=\0·ÂHH.ÀFÿߧÝ2wS
ÕbR¾»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–û w\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–û¥x\x02\x02\0^[\0\x17\0\x04\0R=\0_\x7f†Ù±o¤Ór\x17L#\x03\x19Ëî”´®5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ûÚà\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ûÞU\x02\x02\0^[\0\x17\0\x04\0R=\0íIÚ0UÁUKÂù^[ø¾|™Í‹~cæ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ü\x15‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ü\x19W\x02\x02\0^[\0\x17\0\x04\0R=\0*\x19õÜíôRýy\x0f4¹kŠ¸7¦bí%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–üP\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–üTx\x02\x02\0^[\0\x17\0\x04\0R=\0lÔ¤6¤—\x05ý–&ïÒ\x11YW^[\0¨ÿ¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–üŠ¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–üÏ\x02\x02\0^[\0\x17\0\x04\0R=\0ƒ°hûB²‡Ê
'='ï£\x1cDK¸\b\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–üÅ>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–üȳ\x02\x02\0^[\0\x17\0\x04\0R=\0$aK2JÝÑà\b!.\x17žöôÉ·‘JÊ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–üÿÆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ý\x02þ\x02\x02\0^[\0\x17\0\x04\0R=\0\x03_²·ºC\x0e\0ñÎ÷1_\b\x17\x14é;\x17'\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ý:ª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ý>\0\x02\x02\0^[\0\x17\0\x04\0R=\0 SÓ	®ûIμŠÍ¯\0¼Ö#ÒñË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ýtõ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ýxK\x02\x02\0^[\0\x17\0\x04\0R=\0eƒ-ý¨\x14`'yàÞÜ÷½\x1eITâø	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ý°q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ý´~\x02\x02\0^[\0\x17\0\x04\0R=\0‘»®7¹ŸßÜm\f\x06½?\x06ì覭nÈ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ýíô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ýõX\x02\x02\0^[\0\x17\0\x04\0R=\0hÒá\x1a“³sã#!¶5Ÿ[ì9Z^¨D\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–þ$Ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–þ,\x10\x02\x02\0^[\0\x17\0\x04\0R=\0÷w“\aRÌ\x1eÏ«Â\x04ò	R\x18ÕT2éî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–þ_R\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–þc#\x02\x02\0^[\0\x17\0\x04\0R=\0¢Ã…³â¤€,l\x17',“=\x1d1\x150j\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–þ™Ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–þO\x02\x02\0^[\0\x17\0\x04\0R=\0²“ÇÞËïL*r¸Æ·S¢Úð/ÅïÆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–þԁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–þØp\x02\x02\0^[\0\x17\0\x04\0R=\0ºw\x1ezíLAß°ü\x0eÑ\v]<“\x03çé\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÿ\x0f(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÿ\x12ø\x02\x02\0^[\0\x17\0\x04\0R=\0Ý+ê!Í\x14'Ë(\x02‡Â'‹ý¿\x15²ð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÿJÂ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÿN“\x02\x02\0^[\0\x17\0\x04\0R=\0ŽpW/Þ¬\x16\b¨;\f.¤=ñ\x17ýÞ\x01N\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÿ„V\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÿˆE\x02\x02\0^[\0\x17\0\x04\0R=\0?\x02ÊÙ˜FzÑÚ˜¡Òœ
æñƒB§\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÿ¾ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÿÂ5\x02\x02\0^[\0\x17\0\x04\0R=\0êíÅÎ’õ­F\/;\x14ñ³ý9ïûFæ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9–ÿù…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9–ÿý±\x02\x02\0^[\0\x17\0\x04\0R=\0¨\x18UÁJ\bWùï´²¿dÝ<\x11peiÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\04\r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\08•\x02\x02\0^[\0\x17\0\x04\0R=\0̨U3lŒa@tSã:w\x1e¶\x16\x0f2ÛÒ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\0nÒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\0rf\x02\x02\0^[\0\x17\0\x04\0R=\0ªZCþÓ\x11'ϪÖCáUdL±E,M\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\0©[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\0­+\x02\x02\0^[\0\x17\0\x04\0R=\0\x01\0\0\0\0\0\0\0^[\x05\x11\0äg3bï¸z|\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\0ä\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\0ç³\x02\x02\0^[\0\x17\0\x04\0R=\0\x02‘tÁ\b`\x10]WSeA¿Î\x19—B2jA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x01\x1e‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x01!þ\x02\x02\0^[\0\x17\0\x04\0R=\01xÿÇž©¢À\x15í\x18˜ÀкÅ\v\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x01Y0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x01\‡\x02\x02\0^[\0\x17\0\x04\0R=\0Ös£À\0\0\0\0\0\0\0\0ï¸z|\x02‘tÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x01“¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x01–ð\x02\x02\0^[\0\x17\0\x04\0R=\0\b`\x10]WSeA¿Î\x19—B2jA1xÿÇ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x01Îœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x01Ò/\x02\x02\0^[\0\x17\0\x04\0R=\0ž©¢À\x15í\x18˜ÀкÅ\vÖs£À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x02‚#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x02‡\x02\x02\0^[\0\x17\0\x04\0R=\0ˆÃ5:\0\bÑ,\0\0\0\0\0\0\0\0\x17\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x02¹Ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x02¾ï\x02\x02\0^[\0\x17\0\x04\0R=\0\0€’Â&\x19­øÅô“Ý\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x02ô9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x02ùñ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x03.ß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x033á\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0äg3bpæ	=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x03i\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x03u\x02\x02\0^[\0\x17\0\x04\0R=\0Š~Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x03±h\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x03·›\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x03ÞY\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x03ë•\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x04\x1a\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x04\x1fp\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x04S\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x04Y~\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x04ŽŠ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x04“ç\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x04É1\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x04Îê\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x05\x03ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x05	5\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x05=¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x05C€\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x05z\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x05€\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x16\0\0¹\x11À=\x12)Þî©Û'îÛoø \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x05²×\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x05·÷\x02\x02\0^[\0\x17\0\x04\0R=\0¤%\x0e.@¹\x1aFþ\x05lÂUŸøô\a\x14:é\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x05í~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x05ò€\x02\x02\0^[\0\x17\0\x04\0R=\0°Æ·!ò€®ÎÜߝ¼ṕ^[Ï·\b!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x06(\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x06-&\x02\x02\0^[\0\x17\0\x04\0R=\0Ö¥¸2\x16é\x1d®2¥–\x19–OÂ^[2çƒ\x15\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x06bË\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x06g®\x02\x02\0^[\0\x17\0\x04\0R=\0ßýÚa>\bÍÔÖ\x05U¾Š0\fôÛ^[^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x065\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x06¢Ï\x02\x02\0^[\0\x17\0\x04\0R=\0	”\x15ÅÓ\x1f—\x14¿¸\x14\x17AçuÖèO¨Ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x06Ø\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x06Ý9\x02\x02\0^[\0\x17\0\x04\0R=\0ç%Ѽ0AÔ?-vÿ\x06Í%G\x11È„Zç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\a\x12d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\a\x18Ô\x02\x02\0^[\0\x17\0\x04\0R=\0¿p´2ý*\Fý%+Þú³"á…z«Ï\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\aM£\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\aS=\x02\x02\0^[\0\x17\0\x04\0R=\0cØVM0FËáõk)Ý\0¿#ñ/¸%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\a‰>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\aŽ?\x02\x02\0^[\0\x17\0\x04\0R=\0|A·4
2P¨\x0eå+ù\x160;ìBz77\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\aÄ}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\a̘\x02\x02\0^[\0\x17\0\x04\0R=\0²8\x04èvȬãxØà1\x0f\x03\x13()Ís?\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\aý\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\b\x02\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0𹎾å\x1aøüJ¼0ôr!d\x0ft§žÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\b7†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\b;u\x02\x02\0^[\0\x17\0\x04\0R=\0)¬¦·a\x02¤'\x01D\x1cb”F-->Ø·\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\bs\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\bw\x10\x02\x02\0^[\0\x17\0\x04\0R=\0¸\x1c"qš)û·È\ao¶èÙnÿöÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\b®#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\b²O\x02\x02\0^[\0\x17\0\x04\0R=\0\f!>YÌ‘C\x01·È\x04\fG—âÌwÖï\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\bç\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\bë\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0\vkü \x02g‘Æ
š‘Ûä\ãÄ\x19]9B\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—	!K\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—	(\x17\x02\x02\0^[\0\x17\0\x04\0R=\0µäÞþÝ~ù\x05}³-ú\x03”3·0µI\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—	\©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—	fQ\x02\x02\0^[\0\x17\0\x04\0R=\0¢1âÒ¾œ“æó^['Ö·¸óAœÂ˜Ù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—	–Ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—	›ö\x02\x02\0^[\0\x17\0\x04\0R=\0C½7Ð'k"ÿ9ßð%ݸ™6Ó@\v¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—	ÒR\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—	Õ¨\x02\x02\0^[\0\x17\0\x04\0R=\0η6\x04³ñ±û:N3.µ.BâìpwÚ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—
\fA\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—
\x10\x12\x02\x02\0^[\0\x17\0\x04\0R=\0„Q†@
\x05B lrù5Šç¢½\x04È\x1c\x05\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—
F\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—
Jš\x02\x02\0^[\0\x17\0\x04\0R=\0ˬ¬ÿ …_üišçÌ´d鵤™û1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—
3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—
„Ç\x02\x02\0^[\0\x17\0\x04\0R=\0A\x192\x16›êÎ%Þ£ÓÄš…ï)çj”5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—
»»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—
¿0\x02\x02\0^[\0\x17\0\x04\0R=\0˜lµù\x04q‘ÚÌiNÉÔUsY \x7fFö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—
öŸ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—
û'\x02\x02\0^[\0\x17\0\x04\0R=\0± hüøHüÖÏô\r [Sj)\x12 B¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\v4»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\v9$\x02\x02\0^[\0\x17\0\x04\0R=\0L¶(ä9Ž˜Ï˜\x18¢A„àÉö¨øhú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\vàý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\väÍ\x02\x02\0^[\0\x17\0\x04\0R=\0}Í@\r™V\x162v®ÂI\x01\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\f^[f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\f\x1eú\x02\x02\0^[\0\x17\0\x04\0R=\0\x1c\x05\x11\0äg3b\x18ß—ƒ*uzÁ€·Œl\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\fV\r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\fYc\x02\x02\0^[\0\x17\0\x04\0R=\0\x10ìä@\x02AhñH\x11GÁ`_w~ÇËt@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\fv\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\f”e\x02\x02\0^[\0\x17\0\x04\0R=\0Øå\x05Dæä À8Ú}N\x13¨À\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\fÌN\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\fÐ\\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x18ß—ƒ*uzÁ€·Œl\x10ìä@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\r\x05h\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\r	\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0\x02AhñH\x11GÁ`_w~ÇËt@Øå\x05D\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\r@j\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\rDY\x02\x02\0^[\0\x17\0\x04\0R=\0æä À8Ú}N\x13¨À\0Ú:8\0pš,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\rz—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\r~*\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\x17\0\0\0\0 —ÂÛ\x1a\x1eû\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\r· \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\r¼e\x02\x02\0^[\0\x17\0\x04\0R=\0%.ï6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\rïÆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\rý{\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x0e*æ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x0e.Ö\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0äg3bpæ	=Š~Í>ª.˽\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x0ee2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x0ehä\x02\x02\0^[\0\x17\0\x04\0R=\0\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x0eŸ}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x0e£/\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x0eÛ\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x0eÞ«\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\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\0\0â¸9—\x0f	w\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:É\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9—\x0f
\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x0f\x15D\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x0f\x1ck\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x0fOR\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x0fRæ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x0f‰¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x0fÉ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x0fÆ\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x0fÍ\x16\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x0fÿ	\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x10\f&\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x109‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x10<è\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0©Ü%=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x10tï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x10U\x02\x02\0^[\0\x17\0\x04\0R=\05D–\vm\x1f†\x17‹ßóÜIs\x1d1×ðìB\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x10¯X\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x10²¯\x02\x02\0^[\0\x17\0\x04\0R=\0±k函¥Þ;ïÌ"hRý\v#ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x10ég\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x10ìÜ\x02\x02\0^[\0\x17\0\x04\0R=\0ÿ\bZåèPjéÔs×$òr˜2/ªq«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x11#ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x11'¿\x02\x02\0^[\0\x17\0\x04\0R=\0G#ùòm]¾ãêÕX;Ùoáëïæé\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x11^•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x11b„\x02\x02\0^[\0\x17\0\x04\0R=\0ñßR(ÑiÇ+\x14¾¨C\x10ÑqÀÔT_ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x11˜ÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x11œ7\x02\x02\0^[\0\x17\0\x04\0R=\0rŒÙíJ–	\x1a•£zÍF\x05\x14ºGÄá \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x11ڐ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x11ޝ\x02\x02\0^[\0\x17\0\x04\0R=\0šŽ4\x1f’ܳ0\x03€â±àœŽ\x1däÐÎ!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x12\x0fº\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x12\x16†\x02\x02\0^[\0\x17\0\x04\0R=\0°ìÐ\x0f hVÚEŽ|Ë\aKUW¤Ð›\a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x12L+\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x12PW\x02\x02\0^[\0\x17\0\x04\0R=\0µþØ\x14?Ã&ÈX´y\x17ƒçƒ^[®V^Ï\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x12Š	\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x12`\x02\x02\0^[\0\x17\0\x04\0R=\0›0d×6%ï¿4ß:A¯‡˜\x03X’˜\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x12¾"\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x12‹\x02\x02\0^[\0\x17\0\x04\0R=\0ÜŽ>ïQúX38O!HÒ^[+ÙG3Pã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x12û\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x13\x05M\x02\x02\0^[\0\x17\0\x04\0R=\0í€8ÒN\x16ðH)I\x13Þ³»e×\x11u\x1d÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x135ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x13Bî\x02\x02\0^[\0\x17\0\x04\0R=\0oÎ\x0e&ñpÙ5\x0eã妺CåýödÊò\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x13n®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x13rù\x02\x02\0^[\0\x17\0\x04\0R=\0|v¶3
_råcU¤ßU\x1dd8A4û$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x13¨Û\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x13ÓK\x02\x02\0^[\0\x17\0\x04\0R=\0M;Å;â‹Ò½\08~\0\x04å\x1dùÊ›D\a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x13åä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x13óõ\x02\x02\0^[\0\x17\0\x04\0R=\0®—kÌ\aÛy¶â\x05R,DfÙ\x19c¿[*\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x14X°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x14aÀ\x02\x02\0^[\0\x17\0\x04\0R=\0Ÿ“\x0e½ôÒä%\x14¨ì.^_Ö\x01
·ýÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x14”K\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x14¶\x02\x02\0^[\0\x17\0\x04\0R=\0®0mÉ¢8áYe]‘üÞRk\x05!ÂÿÐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x14ÑT\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x14Ù\x14\x02\x02\0^[\0\x17\0\x04\0R=\0$ŒU\x1dd¯Ø$Ý‚\x7fÀ3\x04\x15ßÁ\x165É\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x15C\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x15FÀ\x02\x02\0^[\0\x17\0\x04\0R=\0\v¡]B²9oûšª\x1c\x01ÐéH\x02\x19}93\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x15~.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x15„C\x02\x02\0^[\0\x17\0\x04\0R=\0”Ù\x19JõM¬Îž²Lé\x18.ÙP*.<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x15¸z\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x15¼,\x02\x02\0^[\0\x17\0\x04\0R=\0…XÖB¯DËï\r6\x05ÎH‡%õ†±6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x15õd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x15þí\x02\x02\0^[\0\x17\0\x04\0R=\0å_¦K‹ì\bƒ´k\x02Xƒ¿)ƒQ:à\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x16._\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x165+\x02\x02\0^[\0\x17\0\x04\0R=\0¼\x18\x16×Å\x11èE^[Øz\x1c¼‘61û/¾\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x16hŒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x16m¬\x02\x02\0^[\0\x17\0\x04\0R=\0ç\x1f™\b\rŸ¯\x04=`-ô\x17׺͵•)¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x16£3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x16²ï\x02\x02\0^[\0\x17\0\x04\0R=\0=±Á5\fÛL\x13ü \x1f"ìÇ?Ë‘\x0f\x7f,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x16ß
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x16åz\x02\x02\0^[\0\x17\0\x04\0R=\0…-ð9\x01\0\0\0\0\0\0\0\x1d\x05\x11\0äg3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x17\x18ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x17\x1d‚\x02\x02\0^[\0\x17\0\x04\0R=\0TˆÏHƒ\x1dqA\x18ÕN±\x0f“dAň:¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x17SE\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x17Vœ\x02\x02\0^[\0\x17\0\x04\0R=\0\x0f•qAªÄ¦"9p¦À€œ\x1e+©Y™@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x17¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x17‘$\x02\x02\0^[\0\x17\0\x04\0R=\0áw@XþÙœ@\0\0\0\0\0\0\0\0TˆÏH\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x17ÈÏ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x17Ì¿\x02\x02\0^[\0\x17\0\x04\0R=\0ƒ\x1dqA\x18ÕN±\x0f“dAň:¶\x0f•qA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x18\x02c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x18\x06S\x02\x02\0^[\0\x17\0\x04\0R=\0ªÄ¦"9p¦À€œ\x1e+©Y™@áw@X\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x18=)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x18@ž\x02\x02\0^[\0\x17\0\x04\0R=\0þÙœ@\x10¥
:\0H´,\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x18w’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x18zé\x02\x02\0^[\0\x17\0\x04\0R=\0\x17\0\0\0\0 šÂÉ\x1dxì\bÕÒ&\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x18²9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x18µ®\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x18íx\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x18ñI\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0äg3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x19(Ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x19,Å\x02\x02\0^[\0\x17\0\x04\0R=\0pæ	=Š~Í>ª.˽\04±¹\0™Ô:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x19c!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x19g©\x02\x02\0^[\0\x17\0\x04\0R=\0€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x19©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x19­Á\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x19×\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x19Û,\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1a\x11Å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1a\x15–\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1aL\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1aP\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1a‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1a‹|\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1aÁ?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1aÅ\x10\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1aü\x04\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1aÿó\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—^[6«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—^[:{\x02\x02\0^[\0\x17\0\x04\0R=\0€Ë3b\b\x16\0\0Ö
ÃæÙ\0ÀÞ\0U+Ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—^[u_\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—^[xÔ\x02\x02\0^[\0\x17\0\x04\0R=\0»kêRÅ\x01áåÚJdèc­#èXXd%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—^[¬¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—^[°$\x02\x02\0^[\0\x17\0\x04\0R=\0ñ\x06”1•\vO¬v\x7fúó¾(ÑàwŒË;\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—^[æC\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—^[ñµ\x02\x02\0^[\0\x17\0\x04\0R=\0\x04\x1cðê\x12ÐÒë ÈŠ&ä’Ž+Ý%ÕD\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1c ­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1c$"\x02\x02\0^[\0\x17\0\x04\0R=\0Ú.\x05Á±$"ù\x18 ë,\x02Ì^[À8ÉÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1c[5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1c^É\x02\x02\0^[\0\x17\0\x04\0R=\0\x06uK»™Ç\x1f\x05¶ý\x1e	ý¬1ñ^["±\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1c–\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1c™o\x02\x02\0^[\0\x17\0\x04\0R=\0¬[Í\x1e˜¹å\x1e\x1c\x0f\x1e\x11+&ÙÙ_=<Ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1d\v…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1d\x0f’\x02\x02\0^[\0\x17\0\x04\0R=\0J\x0f V0Ø‚\x06xõÞ\x17þ\x10†ÇÖ\x11[\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1dF\r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1dI¿\x02\x02\0^[\0\x17\0\x04\0R=\0èÏa\x19µ7!ÑEX¸×?¨m¾àÏÇ@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1d€v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1d†È\x02\x02\0^[\0\x17\0\x04\0R=\0÷BÁ\x02lAÛ\x0e© mím\x1dó3u>EG\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1d»\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1d¿h\x02\x02\0^[\0\x17\0\x04\0R=\0ÑvjÚüN™ã„ýБ\x1cÖI€WäÜ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1dÿŠ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1e\x04O\x02\x02\0^[\0\x17\0\x04\0R=\0#c.ÚÛi·õ.òp&Ä4N5Ïïa§\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1e0L\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1e3„\x02\x02\0^[\0\x17\0\x04\0R=\0}ñ\x06ÿ"G¡ï#\fp4mãä»q˜á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1euË\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1eƒ¾\x02\x02\0^[\0\x17\0\x04\0R=\0½•Á6ˆC‚$m;Œ=$a\x1d¾'VU\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1e¥z\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1e¨ï\x02\x02\0^[\0\x17\0\x04\0R=\0³\x17½öц/	A´ôËœm	·\x1dþ!+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1eßÆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1eâþ\x02\x02\0^[\0\x17\0\x04\0R=\0›•t\x19<èÄ+\aUñ»Ü»\f'ü@Z,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1f4\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1f”\x04\x02\x02\0^[\0\x17\0\x04\0R=\0-õ<\x03%Ü­ÙŽ¨°É\x1cšY³Õ`û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x1fÊB\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1fÍ·\x02\x02\0^[\0\x17\0\x04\0R=\0ÚZž\b?'\x1aÐŽ„#\x1em×û";K\x0eÂ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9— \x05b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9— \rÙ\x02\x02\0^[\0\x17\0\x04\0R=\0\vK¤ßùî\x1dÇøõ4B\x12Ž‡úð4x\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9— @ƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9— D5\x02\x02\0^[\0\x17\0\x04\0R=\0Ë\b^\0K\x18”3.dçIl\x1eÄÏ\x10NÀé\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9— zí\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9— ‡Í\x02\x02\0^[\0\x17\0\x04\0R=\0ËÈç×_ëp=•\x1e€Õ&-ªÍé[À\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9— ´û\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9— ¸Ë\x02\x02\0^[\0\x17\0\x04\0R=\0^H»%i©¦6úÇr¦µ9"
²ý*ÿ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9— ð–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9— õ<\x02\x02\0^[\0\x17\0\x04\0R=\04S¹*A¨qßR\x18»Øqz~D›»È^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—!*H\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—!.\x19\x02\x02\0^[\0\x17\0\x04\0R=\0Ä(†33–,¾Õ/{	`\x1fB\x02\bÉ*ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—!dï\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9—!hÞ\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—!žÞ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—!¢¯\x02\x02\0^[\0\x17\0\x04\0R=\0EàÍ†’\b¶ª<Á4\x1d;¿\x12Ô½é#\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9—!Úy\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—!Þ‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—!â\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0­<ÐÉÏÛƒ-Õ"Ò7«ç7õ…ÚCÛ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—"\x14¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—"\x18•\x02\x02\0^[\0\x17\0\x04\0R=\0‡¯É2×sXW\rð@Öýø\x01\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—"OL\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—"T‹\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x1e\x05\x11\0äg3bn3˜ž”2GÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—"‹½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—"‘ð\x02\x02\0^[\0\x17\0\x04\0R=\0dëVµØ»nA‘‚MÑê‡uAÐûË×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—"ĸ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—"Ф\x02\x02\0^[\0\x17\0\x04\0R=\0À8­À¬²ùm…K@¶‚¿PEã€À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—"þå\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—#\x02Ô\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0n3˜ž”2GÁdëVµ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—#;t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—#?û\x02\x02\0^[\0\x17\0\x04\0R=\0Ø»nA‘‚MÑê‡uAÐûË×À8­À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—#t2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—#x!\x02\x02\0^[\0\x17\0\x04\0R=\0¬²ùm…K@¶‚¿PEã€ÀÈÖ\x01:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—#®÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—#³#\x02\x02\0^[\0\x17\0\x04\0R=\0\0@B+\0\0\0\0\0\0\0\0\x17\0\0\0\0 œÂ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—#é\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—#ín\x02\x02\0^[\0\x17\0\x04\0R=\0U&éîßú\x03>\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—$$c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—$)e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—$`Ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—$i\r\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0äg3bpæ	=Š~Í>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—$Ýÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—$î‘\x02\x02\0^[\0\x17\0\x04\0R=\0ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—%\x0f\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—%)7\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—%HÏ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—%Lb\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—%‡F\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—%Œf\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—%¾\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—%Â\v\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—%ù\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—%üÐ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—&mñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—&q£\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—&­{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—&³q\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—&çL\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—&í\x05\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—' Â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—'1Î\x02\x02\0^[\0\x17\0\x04\0R=\0ý\x03÷\x1aÀó\x1dÛÞK¤Ï#½êQ§&§\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—'XŒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—'\\\x02\x02\0^[\0\x17\0\x04\0R=\0d9’"*O»ÂSiJ\x13ª½t\x11½xÐÝ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—'’×\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—'–‰\x02\x02\0^[\0\x17\0\x04\0R=\0T$\0Óa—ݹ»+Ç=!áÙ\b(ó\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—'Ï£\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—'Ô+\x02\x02\0^[\0\x17\0\x04\0R=\0S?ÃßíG¯2&w<CxørãääØß\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—(\aç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—(\v>\x02\x02\0^[\0\x17\0\x04\0R=\0¾û1Íc¿íPñ*yã0ϟ䯿uë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—(B¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—(F@\x02\x02\0^[\0\x17\0\x04\0R=\0«lÒ%&\x0e½2+öµªP]¶ö"^[wä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—(}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—($\x02\x02\0^[\0\x17\0\x04\0R=\0…¥$:¦Ã:éÔÄ^[éá{á*±\x1aø)\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—(·ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—(»o\x02\x02\0^[\0\x17\0\x04\0R=\0ydFC¢Cú¿M<1ûúðeîÝ°#\x17\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—(ò&\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—(ö4\x02\x02\0^[\0\x17\0\x04\0R=\0!Î^Ìb\x06ï¹ILœ"I\r¼\x1dΙa0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—).—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—)5\x02\x02\0^[\0\x17\0\x04\0R=\0´Œ†³ŽÚ\x04!ð\x1av"\x13s˜\r\0g¤Ù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—)p'\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—)tÎ\x02\x02\0^[\0\x17\0\x04\0R=\0,^[\ËòøÃWy¯²\x03¥x	\x14ü‚pÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—)¢9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—)¥®\x02\x02\0^[\0\x17\0\x04\0R=\0a;í\x19%¢ñ^[5&^[Í®TÙ€ÔdÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—)Ü„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—)àT\x02\x02\0^[\0\x17\0\x04\0R=\0æ\x19fA\x14ƒ°\0µ¿\x01\f\x036,òŽñ\x194\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—*\x17†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—*^[W\x02\x02\0^[\0\x17\0\x04\0R=\0Ÿ¢EH]y}×:4\få™l“ÒøïôF\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—*RK\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—*V:\x02\x02\0^[\0\x17\0\x04\0R=\0³NÜÚŒ\x16ÍÖÍ\x055ùÂën&\x04ƒß5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—*\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—*’\x12\x02\x02\0^[\0\x17\0\x04\0R=\0ߊŦ\azÑ\x01æ:„ó\a\x13&2\x16†%ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—*Ç[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—*Ì]\x02\x02\0^[\0\x17\0\x04\0R=\0¦\x030ß\0	‰:PŒu"Ç„?;‚ãѽ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—+\x02^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—+\a_\x02\x02\0^[\0\x17\0\x04\0R=\0Ž\x18i\x03™ï§ù\x19[\\x04vj$ÌÂÝ\x7f¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—+<æ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—+BC\x02\x02\0^[\0\x17\0\x04\0R=\0\x16‹¼-|&á\x17Ô\bô)E\r(¿!ªÛ(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—+z¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—+ë\x02\x02\0^[\0\x17\0\x04\0R=\0\fžx/a.ŸÿtˆëÙ‘àmÉp³©Y\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—+ºm\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—+Àc\x02\x02\0^[\0\x17\0\x04\0R=\01\‘øI¸Ÿ\x04~þ˜Ò\x14¤b\x1f\x15k.%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—+ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—+ò7\x02\x02\0^[\0\x17\0\x04\0R=\0\r毾$xâá\x04'ÁÉ#\x10\x12B\x0fâ|ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—,'\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—,,\b\x02\x02\0^[\0\x17\0\x04\0R=\0ÄJˆ\0Ed2\x05ã'!3‘\x0e\x13JND[Í\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—,aŽ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—,gÁ\x02\x02\0^[\0\x17\0\x04\0R=\02u|ë]ÓùÙò§Í9P\x1eðÓÂYÒÊ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—,œ5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—,¡U\x02\x02\0^[\0\x17\0\x04\0R=\00EA\a^[áH%¼¿š6,XÙ¦+\x7fÛ\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—,×t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—,ÜÒ\x02\x02\0^[\0\x17\0\x04\0R=\0$„\x1f\x03u:æ'\x11gaÞ¿-¼ÖHÖŠG\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—-\x11'\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—-\x16)\x02\x02\0^[\0\x17\0\x04\0R=\0dB]\x19 \f–0\x01\0\0\0\0\0\0\0 \x05\x11\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—-Kì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—-Pî\x02\x02\0^[\0\x17\0\x04\0R=\0äg3bÅ(Õ'Û\x1coÁØ^[¼ü2£sA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—-‡J\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—-Žë\x02\x02\0^[\0\x17\0\x04\0R=\07àŠÈû÷aA	!„-¬ö‘ÀèNH<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—-Đ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—-Ê*\x02\x02\0^[\0\x17\0\x04\0R=\0²@¡ÀY¹’-€6¦@\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—.\x04Ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—.
å\x02\x02\0^[\0\x17\0\x04\0R=\0Å(Õ'Û\x1coÁØ^[¼ü2£sA7àŠÈ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—.6¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—.;K\x02\x02\0^[\0\x17\0\x04\0R=\0û÷aA	!„-¬ö‘ÀèNH<²@¡À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—.q\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—.vN\x02\x02\0^[\0\x17\0\x04\0R=\0Y¹’-€6¦@@Ó}º\0ðO,\0\0€ \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—.­ù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—.³ï\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x17\0\0\0\0€\aÃr6\0\07â§ù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—.æ\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—.ë\x02\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—/ ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—/%æ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—/[/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—/`1\x02\x02\0^[\0\x17\0\x04\0R=\0äg3bpæ	=Š~Í>ª.˽\04±¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—/–1\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—/›\x15\x02\x02\0^[\0\x17\0\x04\0R=\0\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—/Ð@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—/Õø\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—0\x11u\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—0\x19q\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—0NÙ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—0Sa\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—0€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—0…‘\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—0½\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—0Â\x01\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—0ø×\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—0þ5\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—1js\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—1mŒ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—1ßý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—1ãr\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0€Ë3b\b\x16\0\0q¦.+:L\x18Ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—2\x19ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—2\x1da\x02\x02\0^[\0\x17\0\x04\0R=\0\fó_Û@¶\x03
öò|FáF»È\0’Û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—2T“\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—2Y³\x02\x02\0^[\0\x17\0\x04\0R=\0Nénõ‘ε6çtÿ \x1f‹j¬}WÛ\x05\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—2w\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—2’ì\x02\x02\0^[\0\x17\0\x04\0R=\0*á£	5\x0f\x1f2c\x0ebÕEÉ\x15Ær\x1fç2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—2Ê\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—2·\x02\x02\0^[\0\x17\0\x04\0R=\0µX».Þ%Y\x16‹~¼ÁgcJ\a\x16U\x013\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—3\x04‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—3\aÝ\x02\x02\0^[\0\x17\0\x04\0R=\0Cg¾	Îûc¶½®ÓÕY`"(óÜ; \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—3?å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—3G†\x02\x02\0^[\0\x17\0\x04\0R=\0³`âï„KÞ¾é	\x1f<9½È&¥œà\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—3yy\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—3~\\x02\x02\0^[\0\x17\0\x04\0R=\0Qb Ê\x17\x0euä&]¿Tg¡NòRRÑñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—3´\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—3ºR\x02\x02\0^[\0\x17\0\x04\0R=\0Ýý\x1aÒ©H\x18.Ö[\x168Vs6Æ/ï³×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—3ï\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—3ó\x11\x02\x02\0^[\0\x17\0\x04\0R=\0\x10²ºí¼`¥>«\x01$óð<\x13ÊÊÕ&ÿ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—4)N\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—4,Ã\x02\x02\0^[\0\x17\0\x04\0R=\00Ñ9H\x0eù—(UòáÒçßÁäbÇ,\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—4cõ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—4gK\x02\x02\0^[\0\x17\0\x04\0R=\0{ ô:nGŒ¿L\x16E×/T°\x02FŽ•4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—4ž^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—4¤í\x02\x02\0^[\0\x17\0\x04\0R=\0ÚSÉ\x15ª^=«"\x15@\x15vèw\x12FY\x16)\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—4ßï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—4äX\x02\x02\0^[\0\x17\0\x04\0R=\0Ë]\x18Ïáÿ9Ê90 @£ô!Õç×\r\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—5\x13Ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—5\x17!\x02\x02\0^[\0\x17\0\x04\0R=\0óµ–Á
iˆ\x12±H48ÞæÁ÷Ô6\x19º\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—5N\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—5RA\x02\x02\0^[\0\x17\0\x04\0R=\0•âWÙ^[Ve1^[\x054\x16Í\x1e-äÿ”ÃË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—5ˆÚ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—5Œ\x02\x02\0^[\0\x17\0\x04\0R=\0ȈðCw˜+*v©—öaòr͘ë>ð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—5à\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—5ÇR\x02\x02\0^[\0\x17\0\x04\0R=\0h\x16ýSY©Gã'kbé%{\x1dÜ¢¨P3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—5þe\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—6\x02r\x02\x02\0^[\0\x17\0\x04\0R=\0ÐI´2Û	fºm\b¬åùç–öHte=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—68°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—6=u\x02\x02\0^[\0\x17\0\x04\0R=\0Á2=èÇ·^[Æ'Š\x16\x11Õ›õBÁt*$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—6­ß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—6±ì\x02\x02\0^[\0\x17\0\x04\0R=\0em±Ê=½Yï\08J!×IÃ,Lb<¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—6èÂ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—6í\r\x02\x02\0^[\0\x17\0\x04\0R=\0'ÅÓÔ÷ßÔ\x0f¾D 0Íh	î“ß­\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—7#¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—7)\x03\x02\x02\0^[\0\x17\0\x04\0R=\0my³#\x14\x13o\x1aÛs0\x1e¦*üÊ?\x01ÎÐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—7__\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—7cç\x02\x02\0^[\0\x17\0\x04\0R=\0•¤xJ\x0f$á\x12£ûº\x04fQ?ı\x1dõ\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—7™0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—7{\x02\x02\0^[\0\x17\0\x04\0R=\0égÖ:å‚ ær\x11êÀ?K›Þ©q8\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—7Ó\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—7Ü‹\x02\x02\0^[\0\x17\0\x04\0R=\0×\x19.\vVÀÀÙ\x10Ÿ\bÛ-U¾H÷ø¡+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—8\rÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—8\x12È\x02\x02\0^[\0\x17\0\x04\0R=\0>Áµé5E\aӗùü\“pOIÂ…Õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—8HŒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—8M¬\x02\x02\0^[\0\x17\0\x04\0R=\0\x01\0\0\0\0\0\0\0!\x05\x11\0äg3b,^[³¼\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—8‚õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—8‰ß\x02\x02\0^[\0\x17\0\x04\0R=\0í\x15`Áš*ÜM)CoÁÿKÀ¼\x15ÿsA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—8øa\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—8þ”\x02\x02\0^[\0\x17\0\x04\0R=\0S\x1co.äE¡@´1§š:º¥ÀTWô¡\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—93\b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—99x\x02\x02\0^[\0\x17\0\x04\0R=\0Õ\x0e”À\0\0\0\0\0\0\0\0,^[³¼í\x15`Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—9m®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—9u«\x02\x02\0^[\0\x17\0\x04\0R=\0š*ÜM)CoÁÿKÀ¼\x15ÿsAS\x1co.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—9¨t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—9®§\x02\x02\0^[\0\x17\0\x04\0R=\0äE¡@´1§š:º¥ÀTWô¡Õ\x0e”À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—9ãv\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—9é\x10\x02\x02\0^[\0\x17\0\x04\0R=\0¸‘}º\0À¬¬\0\0\x1c¡\0\0\0\0\x17\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—: #\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—:'\r\x02\x02\0^[\0\x17\0\x04\0R=\0\0°
ÃdÐ\0\0Â3w¸\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—:X\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—:]ˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—:Ìß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—:Ñ\v\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0äg3bpæ	=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—;\a†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—;\vV\x02\x02\0^[\0\x17\0\x04\0R=\0Š~Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—;AÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—;Eß\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—;|–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—;€…\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—;¶Ã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—;Ã)\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—;ñˆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—;õw\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—<,M\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—<1\x12\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—<fô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—<r(\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—<¡?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—<¥L\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—<ßZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—<èä\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—=\x16Œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—=6\x05\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x16\0\0»Þ2\aÙ\x04+4,–c×VHoÅ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—=Œ\x16\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—=ž¯\x02\x02\0^[\0\x17\0\x04\0R=\0ûdò.C¬í1À˜\x7f\x18Fé@Â|Ä&\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—=ÍL\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—=ÓÚ\x02\x02\0^[\0\x17\0\x04\0R=\0ve-1 Ê\x0e¸™óµÍU9Õ[ÉR%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—>\0­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—>\x06(\x02\x02\0^[\0\x17\0\x04\0R=\0ü4°"5+óQÂÝ»ð‰9ô\x15“%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—>;¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—>?B\x02\x02\0^[\0\x17\0\x04\0R=\0,\0o\aû\x02ŸÉåN\x7fá•ÙFT¨o|ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—>v\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—>yé\x02\x02\0^[\0\x17\0\x04\0R=\0p.=ôü»»ÏÕ‚M,¾E\x1d9ŒÍÜÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—>²j\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—>¶;\x02\x02\0^[\0\x17\0\x04\0R=\0¦\x172ÔH#€ë›$€>úï)ö¼xË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—>ë)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—>ï\x18\x02\x02\0^[\0\x17\0\x04\0R=\0©ÙTúàÐ\x1aI‹“|)gårÕÍl\x11â\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—?&\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—?*\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0Ccù\x12Ÿ2V>á¥ÆÁêžDØ\x11é\x1aÿ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—?`v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—?d(\x02\x02\0^[\0\x17\0\x04\0R=\0ØÅ`5Xƒë\x18Ãx&«\x12¼+\x11Ô0\x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—?›\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—?Ÿ*\x02\x02\0^[\0\x17\0\x04\0R=\0<´+\x06mÐávãȦ§Ö<\x11ð@%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—?Õ†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—?ÙW\x02\x02\0^[\0\x17\0\x04\0R=\0ò	:\x10Y\aXÁ™pˆ\x0f3”	7íðü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—@\x12®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—@\x17‘\x02\x02\0^[\0\x17\0\x04\0R=\0+ŒÇ¸ßó=ØS°\x1d/ùþ\x18ðü2ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—@Jx\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—@PO\x02\x02\0^[\0\x17\0\x04\0R=\0Ì/	È{†$B7Rt),µ$ú°ÇNÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—@w\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—@–Ã\x02\x02\0^[\0\x17\0\x04\0R=\0\x11;\0í0É‹T|(<ç\0Ε덥:Ù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—@ú©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—@ýá\x02\x02\0^[\0\x17\0\x04\0R=\0cÐ\x1a2\x13–e4¦5H½‚†¾áõ´.ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—A5\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—A8Å\x02\x02\0^[\0\x17\0\x04\0R=\0>…\x01>\x1c\x11\x0fëÏÔëÆ-~U\f£&­D\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ap\x15\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—AsŠ\x02\x02\0^[\0\x17\0\x04\0R=\0Y‰%.^[­ÌCø_ì`tj\x1e‘+Ð0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—AªA\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—A­Õ\x02\x02\0^[\0\x17\0\x04\0R=\0ÁŧºžÔOÕ\x11xW\f°@ˆ1dò\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Aå\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Aè×\x02\x02\0^[\0\x17\0\x04\0R=\0ó¼Ã¬X\x11ó\x1fŽ5k\x18¿tC!µQØË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—B\x1f­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—B#"\x02\x02\0^[\0\x17\0\x04\0R=\0Û\x10×αRÿG;ßì\x16\aH=\a;\x1a@Ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ba\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Be-\x02\x02\0^[\0\x17\0\x04\0R=\0Pâ9\x1aÔ¼a:ødÏê~œÅ¾e\x19\x0fÝ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—B”Ÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—B™Þ\x02\x02\0^[\0\x17\0\x04\0R=\0—=Ë6\x04^[1\x0eq.bÜ^[¥½Öä\x1eÈG\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Bσ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—BÒÙ\x02\x02\0^[\0\x17\0\x04\0R=\0,þp+ý?\x19íîîKÑ5ÝVù}Ÿ\x01Q\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—C	¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—C\rC\x02\x02\0^[\0\x17\0\x04\0R=\0/à\x14Ùº¹àãðxzäL\x0e¯5OãO-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—CEã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—CJj\x02\x02\0^[\0\x17\0\x04\0R=\0lf°³4 ¥ð;UbýÌ\¶:-ñàà\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—C~Þ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—C‚r\x02\x02\0^[\0\x17\0\x04\0R=\07”áĨßÎ\x1d<;/=\x01\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—C¹Â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—C½\x18\x02\x02\0^[\0\x17\0\x04\0R=\0"\x05\x11\0äg3b\b¸òM{U<A†Žì†\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Côh\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—C÷Ý\x02\x02\0^[\0\x17\0\x04\0R=\0yÀnÁ\b\x0f6c[¨uÁô\x10TÕaS­@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—D/k\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—D2à\x02\x02\0^[\0\x17\0\x04\0R=\0˜\bn\x18FNaÀˆ¹ 'd€y@\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Di¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Dn™\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\b¸òM{U<A†Žì†yÀnÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—D¥\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—D¨ä\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x0f6c[¨uÁô\x10TÕaS­@˜\bn\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—DÞÆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Dã/\x02\x02\0^[\0\x17\0\x04\0R=\0FNaÀˆ¹ 'd€y@àùé¹\0„\x15-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—E\x19ª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—E\x1d\\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0@ž\0\0\0\0\x17\0\0\0\0\0 Â\x10'ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ET2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—EWä\x02\x02\0^[\0\x17\0\x04\0R=\0e\x04\0I\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—EŽº\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—E’M\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—EÉB\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—E̘\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0äg3bpæ	=Š~Í>ª.˽\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—F\x04\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—F\a|\x02\x02\0^[\0\x17\0\x04\0R=\0\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—F>R\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—FAÇ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Fxù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—F|Œ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Fµ\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—F¸À\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Fñ»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Fõ\x12\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—G(Î\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—G2ð\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—GcÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Gg'\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Gß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—G¡r\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—GÚ\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—GÝh\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0±ÓYç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—H\x13,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—H\x16¿\x02\x02\0^[\0\x17\0\x04\0R=\0âBO%µÿB1ˆD²¬G\x06\x1eó3V'à\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—HMñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—HQH\x02\x02\0^[\0\x17\0\x04\0R=\0XÕ^[<û«ië;=Yì‹ïŸ%_\x1a,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—HÃ>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—HÆ•\x02\x02\0^[\0\x17\0\x04\0R=\0nm\bEËÆ8Á=Þ‚ø,#ëÿžÊ\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Hþ~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—I\x01ó\x02\x02\0^[\0\x17\0\x04\0R=\0_íÝÌ'ر»zpÕ\x1e9xk\x1f¼5×1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—I:’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—I>&\x02\x02\0^[\0\x17\0\x04\0R=\0*N”°½»+\x1eLÀ(\x1eº?Ò\x11é"ÛÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ir¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—I~…\x02\x02\0^[\0\x17\0\x04\0R=\0ˆ xÌ€ÓaV%ýU\aÄÀ„\x18Ž†\x11Ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—I­º\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—I°ò\x02\x02\0^[\0\x17\0\x04\0R=\0Ô¬è\x17ªòÖ\x18vÆ\x0eÒ\x13ê\x1eׁ¦.¾\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—IçÈ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ië¸\x02\x02\0^[\0\x17\0\x04\0R=\0«©š@Œ\x05a\x03:â\\x0fSaìUl\04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—J^þ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Jb’\x02\x02\0^[\0\x17\0\x04\0R=\0•ÄÿFG¿\x01Ûæ;#㥄ÆÐ*ŸiJ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—J—a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—JšÖ\x02\x02\0^[\0\x17\0\x04\0R=\0?\x0fsÝ­ºÝÚ%ããôAË~&\x1f¦\x195\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—K\r(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—K\x10Ú\x02\x02\0^[\0\x17\0\x04\0R=\0¯\x05‰§sÉ)þ›çäîìGâ4\¡ñä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—KGs\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—KJè\x02\x02\0^[\0\x17\0\x04\0R=\0>:\x13âU\x0fø5NÆ+%@=â=\x19'¾\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—K‚ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—K‡´\x02\x02\0^[\0\x17\0\x04\0R=\0žË¶\0\0­3öåß;
3¢ÛËS^[K·\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—KÆi\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—KÍÍ\x02\x02\0^[\0\x17\0\x04\0R=\0ºy‚*]³ø\x19\aÉ
,Oh4»¨x&\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—K÷á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—KûÐ\x02\x02\0^[\0\x17\0\x04\0R=\0Oi±+úÕõ\x03ÏÖŽÙ2ÖÑÉãN„Y\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—L2\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—L5ý\x02\x02\0^[\0\x17\0\x04\0R=\0†K/ü\x10ŸP	zBƒÏ™\x05Ì\x1dÀh~"\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Llµ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—LŽÍ\x02\x02\0^[\0\x17\0\x04\0R=\0UÚ×ÂD^[ìÞÞƒ·Æ4
2B}[!û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Láã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Læ\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0Jö\0\x04Ï\x05Rÿ\x06Ï3kuÉI\x01\x14@Ð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—M\x1cM\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—M <\x02\x02\0^[\0\x17\0\x04\0R=\0…¦6éÊ\x02—×7.>\a\ëÕ\x17ˆHÎ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—MW1\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—M[õ\x02\x02\0^[\0\x17\0\x04\0R=\0çÎë\x02Ewë%àe6°i\¦÷ N	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—M•¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—M¢Å\x02\x02\0^[\0\x17\0\x04\0R=\0wòdþ»€G+q›µßw”%ÙÕ•ÝC\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—MÕ\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—N\x02`\x02\x02\0^[\0\x17\0\x04\0R=\0\x1eNˆ\x1cf·ú3‰\x1d\f¾Ÿpä\b\x1e	²\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—NAp\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—NPÐ\x02\x02\0^[\0\x17\0\x04\0R=\0\x0669÷î{;ÍA["¶øÎB4“ŠS\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—N|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—N„o\x02\x02\0^[\0\x17\0\x04\0R=\0Å–G$ú(îÈop2-\x16jD7§Eíõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—N¹>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—O\x05L\x02\x02\0^[\0\x17\0\x04\0R=\0õ"\x05ہ‘•ÉÛ›ŸX®Š3ñ¾ëµù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Oh>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—OpY\x02\x02\0^[\0\x17\0\x04\0R=\0Îd"Úø„S"Ä;›*ã±a¶"ý?è\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—O£º\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—O¨\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0À”ÍÑ\x01\0\0\0\0\0\0\0#\x05\x11\0äg3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—OÛÁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Oà¤\x02\x02\0^[\0\x17\0\x04\0R=\06ÿdÀMVzAÄó©\x19Z2^[ÁhŒÕ4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—P\x18¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—P!A\x02\x02\0^[\0\x17\0\x04\0R=\0X-MAô-&o\vOxÀƒD_Ún\x18¡@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—PX‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—PbÒ\x02\x02\0^[\0\x17\0\x04\0R=\0›Rë\x1ené§@\0\0\0\0\0\0\0\06ÿdÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—P‹;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—PÃ\x02\x02\0^[\0\x17\0\x04\0R=\0MVzAÄó©\x19Z2^[ÁhŒÕ4X-MA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—PÇ\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—PËö\x02\x02\0^[\0\x17\0\x04\0R=\0ô-&o\vOxÀƒD_Ún\x18¡@›Rë\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Q\x02®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Q
\x12\x02\x02\0^[\0\x17\0\x04\0R=\0né§@€tC9\0–™-\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Q<\x05\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Q?·\x02\x02\0^[\0\x17\0\x04\0R=\0\x17\0\0\0\0€¢Â=*­øÓ\x11ØY\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Qv\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Qyˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Q°?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Q¶\x17\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0äg3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—R&%\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—R)]\x02\x02\0^[\0\x17\0\x04\0R=\0pæ	=Š~Í>ª.˽\04±¹\0™Ô:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ršø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—RŸ\x06\x02\x02\0^[\0\x17\0\x04\0R=\0€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—RÕ%\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—RØ>\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—S\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—S\x12Ç\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—SLÕ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—SP+\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—S¿¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—SÃ5\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Sú\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Sýž\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—T4î\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—T8‚\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ToX\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ts
\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Tª\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—T±&\x02\x02\0^[\0\x17\0\x04\0R=\0€Ë3b\b\x16\0\0¹ŽTÃ\x17X3õôçÅæ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Tæé\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Tê÷\x02\x02\0^[\0\x17\0\x04\0R=\0ö',$]=ûͳot¾Úä}\x19e\x16G!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—U\x1fÆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—U$l\x02\x02\0^[\0\x17\0\x04\0R=\0¥\x03 3Ø\x04.­\x11O@\x1aRç\f\x18h-`\x17\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—UYµ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—U]h\x02\x02\0^[\0\x17\0\x04\0R=\0Ž{\x7fÚIgEÎëhíS>±â\v¯è•\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—U”{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—U—Ñ\x02\x02\0^[\0\x17\0\x04\0R=\0o“EÄ:\x1f"\x15®‚s\x14´‚\x11Ù_\x1dmÔ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—UÎä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—UÒY\x02\x02\0^[\0\x17\0\x04\0R=\0¦åz»\x10Ò\f?ŸyÉ\x06 ó\x13넬ä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—VDP\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—VGä\x02\x02\0^[\0\x17\0\x04\0R=\0qîb3VœãD»¦ýß›\x16\0áéãŠÎ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—V~º\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Vƒ`\x02\x02\0^[\0\x17\0\x04\0R=\0%`ŠNðÍ\fá‘õ£à¬Ä\x1eïA\x108&\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—V¹#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—V¼\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0ÿ“Ç3\x16e;©\x01 ‡ùAq–è0/18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Vôc\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Vø­\x02\x02\0^[\0\x17\0\x04\0R=\0[Å\x7fçä\x0e<æþak/úáH(íO?A\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—W.R\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—W=v\x02\x02\0^[\0\x17\0\x04\0R=\0ÇÀ\x10¿¯…LýŠ¿€ñ¨\x01\x11\x12OKÿË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Wis\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Wm%\x02\x02\0^[\0\x17\0\x04\0R=\0«wÁ¸\™Ð%,Äg\x1cv…¼.4^Y¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—W£D\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—W§\x14\x02\x02\0^[\0\x17\0\x04\0R=\0ÃÖC#iÔ9&F¢Æ	Õ¯xÙë“£Ê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—WÞ	\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Wá~\x02\x02\0^[\0\x17\0\x04\0R=\0‰“´X\x16”Ð\0¬°À\x0f´!¯ËŒH^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—X\x18s\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—X\x1cb\x02\x02\0^[\0\x17\0\x04\0R=\0®\x0eŸ\x1e…\x03êȳúzÛy¶ÑµxàA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—XSu\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—XWd\x02\x02\0^[\0\x17\0\x04\0R=\0[ þH~Ñ\b˜°Y÷;\v14bÄ\bI\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Xý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—X’ÿ\x02\x02\0^[\0\x17\0\x04\0R=\0Ø…{Ô¡8Žæ|r‚Ô\x12©¤CüÜÓØ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—XȤ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—X͇\x02\x02\0^[\0\x17\0\x04\0R=\0jPLÓôß\x03ý%ý`&ŠU@6‰\r_¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Y\x03i\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Y\bÆ\x02\x02\0^[\0\x17\0\x04\0R=\0.ѯ\x04è»×÷Y\x14‰/¡Z¸áå³±Ü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Y=´\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Y@ì\x02\x02\0^[\0\x17\0\x04\0R=\0Ú"k>RDO \x7f\x0er8\x17œ·½`‡\x05\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ywÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Y|+\x02\x02\0^[\0\x17\0\x04\0R=\0}5ßüÇ%(ÿßMbÌ.0;¶Z=m0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Y²¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Y·\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0\x02:\x16j6Ã'¯³ÖÂb…¬*îW°2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Yð„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Z\x066\x02\x02\0^[\0\x17\0\x04\0R=\0D!¾û$ù4ÚùYcÉ\x02¸}Y,°³õ\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9—Z\x13r\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Å\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9—Z\x1e,\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Z*t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Z2Ì\x02\x02\0^[\0\x17\0\x04\0R=\0K<<\0d\x1dqÕû?  \x14\x05l'Ï´<»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Zb{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Zjò\x02\x02\0^[\0\x17\0\x04\0R=\0+±6ä#SáÌ6ܺA\x0eÊdöÒ…Lý\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9—Zu\x14\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ä\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9—Zz\x16\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Ä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Z"\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Z µ\x02\x02\0^[\0\x17\0\x04\0R=\0"§g
¦ü™2\aÛéInšîÊ£¦Gí\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Z׋\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ZÚâ\x02\x02\0^[\0\x17\0\x04\0R=\0\Bh܉_·5íÜcÒ^<ôÇ\x0356î\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—[\x122\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—[\x16}\x02\x02\0^[\0\x17\0\x04\0R=\0\x01‡„N\0\0\x1cßD!2201419H37\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—[Nß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—[RT\x02\x02\0^[\0\x17\0\x04\0R=\09YA\0\0\0€Ë3b\0\x16\b\x16`N\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—[‡ž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—[‹Ê\x02\x02\0^[\0\x17\0\x04\0R=\0\x03\0\x01\0\0\0\0\0\0\0\x01\x01\x03\0ü$1bŽ?\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—[Áé\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—[ÉŠ\x02\x02\0^[\0\x17\0\x04\0R=\0\x16\x02ÈvÁÆŏ\x14ddaÁ7ç½Ö€Ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—[ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\\x02…\x02\x02\0^[\0\x17\0\x04\0R=\0\A\x10•32i1UÀ™ß°ý/âÀ u\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\7\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\;\x02\x02\0^[\0\x17\0\x04\0R=\0Vâ\x14˜§À\0\0\0\0\0\0\0\0Ž?\x16\x02È\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\qÝ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\vß\x02\x02\0^[\0\x17\0\x04\0R=\0vÁÆŏ\x14ddaÁ7ç½Ö€Ì\A\x10•\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\¬e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\°5\x02\x02\0^[\0\x17\0\x04\0R=\032i1UÀ™ß°ý/âÀ uVâ\x14˜\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—]!”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—]$ê\x02\x02\0^[\0\x17\0\x04\0R=\0§À\x10ìÕ9\0„ ­\0\0È\x1f\0\0\0\0\x17\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—]\w\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—]_Î\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0€ÛÂ36ˆ\x13bú=ã\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—]—Õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—]›J\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—]ш\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—]Õñ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0ÍÌL?ü$1bpæ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—^\v´\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—^\x18W\x02\x02\0^[\0\x17\0\x04\0R=\0	=Š~Í>ª.˽\04±¹\0™Ô:€ž\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—^F˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—^K{\x02\x02\0^[\0\x17\0\x04\0R=\0¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—^]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—^…Æ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—^»Ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—^¿\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—^ö0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—^ù‡\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—_0õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—_4L\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—_k~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—_nó\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—_¦\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—_©{\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—_á‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—_äØ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—`^[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—`\x1f\x05\x02\x02\0^[\0\x17\0\x04\0R=\03b\b\x16\0\0šcáÇ\x18’Ýât3°\a@X\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—`V7\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—`qÀ\x02\x02\0^[\0\x17\0\x04\0R=\0r\x0e\x06!.Îûw;´5Pû\x12ø}‰+\x13\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—`‘³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—`”Ì\x02\x02\0^[\0\x17\0\x04\0R=\0Å('{*±\x19E¥ôláØ0B€$‡\x19\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—`Ëe\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—`öP\x02\x02\0^[\0\x17\0\x04\0R=\01ð\x1adEÎ\x1e’Ì>ñºì<Ý\x15ê^[;î\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—a\x06+\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—a	 \x02\x02\0^[\0\x17\0\x04\0R=\0?ÈBí²áòRÓ\x05\x13iG\x11¹÷±Ï>Y\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—a@³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—aDe\x02\x02\0^[\0\x17\0\x04\0R=\0â³=è\x10\x11΄7+^[Øð)l9/°#¥\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—a{x\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—a\x7f*\x02\x02\0^[\0\x17\0\x04\0R=\0Zòp.!ñ\x01&í¨«ñ<\x0eüÎÅÈ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—aµÃ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—aº\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0í<Z¾§=š•r\x1e@ÿ¯ÈÝå‘à_¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—að§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—aô–\x02\x02\0^[\0\x17\0\x04\0R=\0ô\x03ô‰\x16\x14hÈCÑ@⡳` \x0f ¨\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—b+\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—b/˜\x02\x02\0^[\0\x17\0\x04\0R=\0×*÷6\x0e+ŽBN¯œ2\x15ðOyR,õŠ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—bj \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—bnÆ\x02\x02\0^[\0\x17\0\x04\0R=\0w'†"*ó}uÂύ.û:\x13ÇO>‰«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—b®Ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—b´(\x02\x02\0^[\0\x17\0\x04\0R=\0ñ òm1ÉpÓzß6ô\x14\x02\x16óÞ\x16¹\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—bÛ`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—bß\x12\x02\x02\0^[\0\x17\0\x04\0R=\0ãÒs\x1dz³\a|+\r«\x13j*NÐ\x1c,\x10Õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—cP­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—cTA\x02\x02\0^[\0\x17\0\x04\0R=\0‡®¦´ÕíÁ°ø)kùà(z\x15¬ô\x01o\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—cŠ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—cŽ0\x02\x02\0^[\0\x17\0\x04\0R=\0˜ÐkJõ8\0£ä>“§f#w\fÄÉé
\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—cÅú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—cËX\x02\x02\0^[\0\x17\0\x04\0R=\0nÞ\x7fŠ4\0úäŸ\x19:\x18Ôõ	k³¼¨\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—d\0d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—d\x05þ\x02\x02\0^[\0\x17\0\x04\0R=\01\vÔîî)9]\x1c-b(Ü­\bãœë¾Â\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—d=O\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—dBé\x02\x02\0^[\0\x17\0\x04\0R=\0'jÙ=*\v\x1a1ö–Í}с£Ü6Y!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—dxQ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—d€Ç\x02\x02\0^[\0\x17\0\x04\0R=\0f?déÐ%\x18©gÊ;ÜkÝKÿSþÿ£\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—dëÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—e\x14\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0X\x1c´“GÖ>œt³©Õ3	¢Zf)ˆ¢\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—e&>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—e1\x17\x02\x02\0^[\0\x17\0\x04\0R=\0\f.ßpK­Ogkél[^[%øÁ+‰Ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ebq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—eg°\x02\x02\0^[\0\x17\0\x04\0R=\0¸÷B[rÒxı4€\x10Ô?IÓ/(°\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—eš¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—e \x13\x02\x02\0^[\0\x17\0\x04\0R=\0\x1cË8’tÜ]Øsü­o\b\x1fË\0\fØF¿\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—eÕ\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—eÚ!\x02\x02\0^[\0\x17\0\x04\0R=\0–³ï’2\a^tÐ(Ùgí.‚âÕ¬\bä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—f\x10\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—f\x14æ\x02\x02\0^[\0\x17\0\x04\0R=\0AçŒ5™"–AÐ,òÆBùŒÓuÓw@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—f†\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—f‹(\x02\x02\0^[\0\x17\0\x04\0R=\0u2\x1c>.@©¼‚*{\x05áËüqˆÛ*¢\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—f¿^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—fÄ\x04\x02\x02\0^[\0\x17\0\x04\0R=\0”úµ~®!\fïÛÙlUѳ\x01\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—fùæ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—fÿ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x02\x01\x02\0ü$1bZ͝M\x1dmA\x02E\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—g4\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—gD†\x02\x02\0^[\0\x17\0\x04\0R=\0!y\x11þpAˆ$¼k\x7f¾hA\x14\0yÑ1¥\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—goR\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—gsø\x02\x02\0^[\0\x17\0\x04\0R=\0¥ÀDá\x05{ý˜‚@\x1c\x15\rÍÕ7¤@\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—g©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—g¯V\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0Z͝M\x1dmA\x02E!y\x11þ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—gä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—géƒ\x02\x02\0^[\0\x17\0\x04\0R=\0pAˆ$¼k\x7f¾hA\x14\0yÑ1¥¥ÀDá\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—hZ\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—h_Ä\x02\x02\0^[\0\x17\0\x04\0R=\0\x05{ý˜‚@\x1c\x15\rÍÕ7¤@€þ*º\0€\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—h”u\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—h›"\x02\x02\0^[\0\x17\0\x04\0R=\0úª\0\0\0\0\0\0\0\0\x17\0\0\0\0àÍÂ:×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—hÏ´\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—hÖú\x02\x02\0^[\0\x17\0\x04\0R=\0­øõit\f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—i
\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—i\x17Ó\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—iPs\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—iZ^[\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0ÍÌL?ü$1bpæ	=Š~Í>ª.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—i\x7f\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—iŽ\x15\x02\x02\0^[\0\x17\0\x04\0R=\0˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—iºŒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—iÁð\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—iô\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—iú\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—j0Í\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—j;,\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ji0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—jqj\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—jß4\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—jæÖ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—kŽë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—k›Q\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—kÈÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—kÐ]\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—l=®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—lF\x06\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0A\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—l²¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—l¼)\x02\x02\0^[\0\x17\0\x04\0R=\0’\x1a¡ÞŽ+\x1dNÝ&;zâ´‚Áä\x01L\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—lðA\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—l÷h\x02\x02\0^[\0\x17\0\x04\0R=\0§3\x02Þ\x18\x1fý\x15æéÎÌ\x15Ï\x17(ÉIç\x19\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—m*\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—m2.\x02\x02\0^[\0\x17\0\x04\0R=\0d6âúö\x15»ÜÄÄp"¬ìÿ"Ê\rx„\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—mci\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ml\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0Ú\x02Éö×È\0¥Ú¶ð\x05º\x18\v$+`P\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—mžM\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—m¥t\x02\x02\0^[\0\x17\0\x04\0R=\0\x1e(\x17@–³\a8½ÿ“ª§10·â ¢Ü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—m×á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—mÝ×\x02\x02\0^[\0\x17\0\x04\0R=\0<ë\x06^[©Ï\x05Q\bHœ\x19Š7JЯ\x18«\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—nM.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—nV\\x02\x02\0^[\0\x17\0\x04\0R=\0ÝÄû\x19\ë\x1c¨ø\v\x1f\x15Ý\x05
3ßÉÕo\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—nŠV\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—n•/\x02\x02\0^[\0\x17\0\x04\0R=\00¶\x03\x0eÚ\x16£6‚+™DR)·^b²4_\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—nš\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—nÇ}\x02\x02\0^[\0\x17\0\x04\0R=\0—ýro™/½J¡"3šìÔŠMÐ\x11¸\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—nüÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—o\x05™\x02\x02\0^[\0\x17\0\x04\0R=\0.F†íœ8=G_^[Þ\x05\bÅ å\x12êœv\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—o8\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—o?‰\x02\x02\0^[\0\x17\0\x04\0R=\0#
”{ß\bt_÷Ê°.žµ\våò\x14–*\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—oqö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ox„\x02\x02\0^[\0\x17\0\x04\0R=\0h+¶Úx*\v\rG±†Ösû—ï|-\v\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—o¯¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—o´ô\x02\x02\0^[\0\x17\0\x04\0R=\0T$7¢ýí\x13ì\x02Ñ\x18\x11=DsEœ9P\x7f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—oç$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—oíW\x02\x02\0^[\0\x17\0\x04\0R=\0\x04\x1eÍÍEÅéëÐèÇ\x12K\b²Ûà\vñ3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—p$\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—p,\v\x02\x02\0^[\0\x17\0\x04\0R=\0 ̾%$µã\x0f\x05\x13n\x0fA+SÏ‘+ªz\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—p\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—pkñ\x02\x02\0^[\0\x17\0\x04\0R=\0D°ò0Sù\x0fºR+Žxú%2´fïz\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—p–ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—p›Ý\x02\x02\0^[\0\x17\0\x04\0R=\0ÉÑE\x134B\vÔ‡:ˆ¥ž ®N–Å™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—pÑE\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—pÖ¢\x02\x02\0^[\0\x17\0\x04\0R=\0–ç”ýo\x06WZà\x0epYÍ+Â´Û\x12\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—q\x0eN\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—q\x13\x02\x02\0^[\0\x17\0\x04\0R=\0\x11\x11\x18ï\f+>åœ,\0ÕZ¯\x19ø5÷¨b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—qF±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—qK²\x02\x02\0^[\0\x17\0\x04\0R=\0^[)‹\0”'Ò÷Ôðz•ŸÒìy\x14@\x16M\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—qv\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—q‡M\x02\x02\0^[\0\x17\0\x04\0R=\0_;×é,#ØwùÅÔ/dæ—¹’\x04\x1a\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—q»Á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—qÀÃ\x02\x02\0^[\0\x17\0\x04\0R=\0Ý\x11øÚ¢Î)’y´hx\x17\x0f}ÐË*Gß\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—qö¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—qý\x15\x02\x02\0^[\0\x17\0\x04\0R=\0™-QJŠ®x°\x1cõÍŠ×&^\x1a )îú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—r1§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—r<½\x02\x02\0^[\0\x17\0\x04\0R=\0GòèE†Ó\x01\aß=Pf"<u®%¢8\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—rn°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ry\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0oÆM":åÈг\x02å+Ö\x14W7üÏöX\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—r§P\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—r´È\x02\x02\0^[\0\x17\0\x04\0R=\0I´Ù×\x18\rÞ¼}*€{ˆ.ð
Ó­sß\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—râ­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—rîõ\x02\x02\0^[\0\x17\0\x04\0R=\0\aó\x13è‡$\x01\0\0\0\0\0\0\0\x06\x01\x03\0ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—s^[Ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—s%é\x02\x02\0^[\0\x17\0\x04\0R=\01bÀÍßX^\x1eÁë\\x1f*\x10´nA -\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—sWD\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—seÏ\x02\x02\0^[\0\x17\0\x04\0R=\0A\x041tAs¨Äj)«À‘å%ú:š\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—s‘p\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—s›Ï\x02\x02\0^[\0\x17\0\x04\0R=\0•ÀœHÃoÑ Ž@\0\0\0\0\0\0\0\0ÀÃ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—sÌ5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—sÖ”\x02\x02\0^[\0\x17\0\x04\0R=\0ßX^\x1eÁë\\x1f*\x10´nA -A\x041\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—t\x06Ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—t\x14Ï\x02\x02\0^[\0\x17\0\x04\0R=\0tAs¨Äj)«À‘å%ú:š•ÀœH\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—tA¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—tM1\x02\x02\0^[\0\x17\0\x04\0R=\0ÃoÑ Ž@\0ùs9\0À`-\0\0L \0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—t{5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—t€±\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x17\0\0\0\0\0×ÂH\réîYíDý\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—t¸{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—t¼\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—tðd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—tù°\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0˜\0\0\0\0\0\0\0\0\0ÍÌL?ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—u,—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—u4”\x02\x02\0^[\0\x17\0\x04\0R=\01bpæ	=Š~Í>ª.˽\04±¹\0™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ue±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ukä\x02\x02\0^[\0\x17\0\x04\0R=\0Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—u¤Á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—u¬\a\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—uÚÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—uâÝ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—v\x16\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—v\x1f/\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—vO³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—vV\x05\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—vŠÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—v’”\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—vÅ\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—vÏ»\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—w\0\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—w\x066\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—w:/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—wI¯\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0€Ë3b\b\x16\0\0Ó<só¸\x10!.u\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—w¯^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—wµ\x17\x02\x02\0^[\0\x17\0\x04\0R=\0­4g\x14¯H̝Ôsv(\b=\bi6zë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—wêB\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—wï\x02\x02\0^[\0\x17\0\x04\0R=\0¿	\x15·páë7\x12\x18c›~?Sºõ>ÎÐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—x$«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—x+´\x02\x02\0^[\0\x17\0\x04\0R=\0«Ö~ÊnÕÓ¿Áé‰P[9\aþ)í[P\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—x`F\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—xf˜\x02\x02\0^[\0\x17\0\x04\0R=\0+º\x17#ñ|0þ\x1fECØ4Ñœ¿¯ãy\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—x™Ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—x¡ \x02\x02\0^[\0\x17\0\x04\0R=\0ýÒäén\x05\x17Lø6¦ÛA\väÌþâ\x1d‚\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—xԁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—xß—\x02\x02\0^[\0\x17\0\x04\0R=\0@\x15õyí>@3…@8‚\x11Ø\x18â\x06ÕIÔ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—y\x0eê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—y\x16Œ\x02\x02\0^[\0\x17\0\x04\0R=\0\x10è\x0eQs;êjXïp~]»\x16Œ“ï\x1f,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—yJ¤\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—yPõ\x02\x02\0^[\0\x17\0\x04\0R=\0â\x1e°îñ4à\x06„°bœkч"´\x02é\x11\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—y„²\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—y‹\x02\x02\0^[\0\x17\0\x04\0R=\0v7\x15À¿\fñ&–ä©ÿg\x12ŸîH>g<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—yÄó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—yÐÀ\x02\x02\0^[\0\x17\0\x04\0R=\0ÿAÿåƒÙÒ`¬ÔÎägæQÊx=¥a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—yú<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—z\x04›\x02\x02\0^[\0\x17\0\x04\0R=\0‹ñÆð¥¼"\b«íí\x11½\x1dßmú4ñ\\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—z9‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—zD\a\x02\x02\0^[\0\x17\0\x04\0R=\0a±¨èÏÄíøÿ@â7H%9\x0e\x1aU\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—zok\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—zy«\x02\x02\0^[\0\x17\0\x04\0R=\06æÔ…‰\x0fÏ;‘=ÓhcC׍\x02Û£_\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—zªm\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—z¶Ó\x02\x02\0^[\0\x17\0\x04\0R=\0_ÔYkÇä’0k?ø1ÂóœO\x04¾©\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—zä¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—zîÚ\x02\x02\0^[\0\x17\0\x04\0R=\0Èë @\x1cÁñ4rWW²ÿ\fuÎ=\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—{\x1fœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—{.Þ\x02\x02\0^[\0\x17\0\x04\0R=\0>ýðÀ<8
 ­\x0fƒíÞç•â¥\f\x10ž\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—{Yª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—{fM\x02\x02\0^[\0\x17\0\x04\0R=\0Æ<Î_±D\x1c	ÜÝ÷\x1fÔ>Ù/ã*û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—{•E\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—{ Õ\x02\x02\0^[\0\x17\0\x04\0R=\0IA©6üõô<x¿õIëé4\vY^[øó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—{Ñx\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—{ÝÞ\x02\x02\0^[\0\x17\0\x04\0R=\0×4^°e³ñ3\x11Íæ\x1d„ú'z…8°É\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—|
t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—|\x1fÊ\x02\x02\0^[\0\x17\0\x04\0R=\0\x1c\x11ð‚éªå½	YLé;žÕèEÏã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—|D&\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—|]æ\x02\x02\0^[\0\x17\0\x04\0R=\0"Þ¹AîÓ`›¡á`ž\x14CÔÓ8øFP\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—|\x7fþ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—|‰ã\x02\x02\0^[\0\x17\0\x04\0R=\0\x01Á.\x11\x15èÏ¿\x1a\x1aO\x16­4A!Œ´´‚\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—|º¤\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—|Ç„\x02\x02\0^[\0\x17\0\x04\0R=\0½ËKéË÷õP¼8º<†\x12\x05œGëoh\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—|ô\x1a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—|û~\x02\x02\0^[\0\x17\0\x04\0R=\0Ò\x06ï{ù:ƒƒ	G²¥Ãß\x05RÊÓÍ\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—}.(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—}6\x06\x02\x02\0^[\0\x17\0\x04\0R=\0\x1dà^ˆÊD2rwúè\x12ŸÂ[ûEæ4©\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—}hí\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—}s‰\x02\x02\0^[\0\x17\0\x04\0R=\0Ô\x184?q4â]ʵ?Zzʉ+\x16õ\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—}£u\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—}¬)\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\a\x01\x02\0ü$1b» ûH\x18Œ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—}â…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—}ê&\x02\x02\0^[\0\x17\0\x04\0R=\0qÁ\x16S³£›\x10PA3¿\x19éÜ¡qÁnB\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—~\x19\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—~"L\x02\x02\0^[\0\x17\0\x04\0R=\0@g¨â¡À§@4ÄôP¥ÀØ[	[ƒ™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—~Sˆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—~Z¯\x02\x02\0^[\0\x17\0\x04\0R=\0˜@\0\0\0\0\0\0\0\0» ûH\x18ŒqÁ\x16S\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—~Ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—~–\r\x02\x02\0^[\0\x17\0\x04\0R=\0³£›\x10PA3¿\x19éÜ¡qÁnB@g¨â\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—~Íš\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—~Öæ\x02\x02\0^[\0\x17\0\x04\0R=\0¡À§@4ÄôP¥ÀØ[	[ƒ™˜@PÄ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x7f\x03 \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x7f\x0f†\x02\x02\0^[\0\x17\0\x04\0R=\0¥9\0À\r,\0\0\0\0\0\0\0\0\x17\0\0\0\0€\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x7f@f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x7fJä\x02\x02\0^[\0\x17\0\x04\0R=\0ÃÂöׁ)Ä\b\x04\x10\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x7fxm\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x7fƒG\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x7f³ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x7f¿Ö\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0ÍÌL?ü$1bpæ	=Š~\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—€/K\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—€8¶\x02\x02\0^[\0\x17\0\x04\0R=\0Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—€a¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—€lT\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—€\x16\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—€¢’\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—€×C\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—€Ý³\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x13ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x1cá\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—K÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—RÃ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Á‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Èæ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—üÁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‚\x058\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‚7h\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‚BÙ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‚x#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‚„‰\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0³D‚Ío\aë\0¼·\x03ÚúNz×r‚\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‚¬Ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‚¿/\x02\x02\0^[\0\x17\0\x04\0R=\0_½\x17@Û1lû*1÷“œ%@Z\f÷\0³\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‚öž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ƒ\0d\x02\x02\0^[\0\x17\0\x04\0R=\0LÕº²‚$³AAµ\b‚Ü\0Nf\v×lU\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ƒ!§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ƒ-t\x02\x02\0^[\0\x17\0\x04\0R=\0}1É\x17eRV¤Õ\x1e/*`\x17‘®ŒÌV\x14\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ƒ\Ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ƒh9\x02\x02\0^[\0\x17\0\x04\0R=\0RÿË4BÛú“\x19Ú²de½$ãÐ3Ô%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ƒ—\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ƒ¡\x02\x02\0^[\0\x17\0\x04\0R=\0\x1e0é\x1cr&\x7f¼9õç3²Òx{"ƒ$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ƒã|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ƒüà\x02\x02\0^[\0\x17\0\x04\0R=\0ɵl\bÙ\x02²Ò×F~\b2«¼RRXÞ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—„\x0fy\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—„\x16c\x02\x02\0^[\0\x17\0\x04\0R=\0Ì Oæä\x14by§Ëóø¹ý\x14®ŒÜ[×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—„S‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—„Y¾\x02\x02\0^[\0\x17\0\x04\0R=\0ÃÜ+ò\x7f½ØN´54t\x01/\x12ì:'\x12$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—„ˆy\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—„‹Ï\x02\x02\0^[\0\x17\0\x04\0R=\0kó»Ø%ÐJÏi wdj¶RâÔ\x04ÒŠ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—„Á7\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—„č\x02\x02\0^[\0\x17\0\x04\0R=\0¥ØjÒƒ2{`'R\x10ü¹"*æb\x12ïÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—„õO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—„û‚\x02\x02\0^[\0\x17\0\x04\0R=\0ÒÊø\x17#ü+ÒâÝC…xßj÷®½û\x15\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—…/¹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—…6Á\x02\x02\0^[\0\x17\0\x04\0R=\0…7‡\x17Õ-uêö'\x0eì ñç%¨Íþ»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—…jA\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—…mÔ\x02\x02\0^[\0\x17\0\x04\0R=\0M\x1eÈö$·d½Ï\x06i˃ي,ï23\r\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—…¦Ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—…ª\b\x02\x02\0^[\0\x17\0\x04\0R=\0ãQ£¼œ$°•Ú\x0f^[Ä\x0eÊdčúO\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—…ß­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—…ã"\x02\x02\0^[\0\x17\0\x04\0R=\0Dßn\x157âÁVò½ÁàB9þ8™,îü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—†\x1a¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—†\x1e\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0¥(R`Û9Ë
·'\x1c&Êø·€<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—†TÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—†XŽ\x02\x02\0^[\0\x17\0\x04\0R=\0É\bmamÚ[qJ3¥Á…Q~Ýt&™^\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—†‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—†“4\x02\x02\0^[\0\x17\0\x04\0R=\0L\r	“[ɝJúøµÎ°àúñþä\x1f\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—†Éì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—†ÍÛ\x02\x02\0^[\0\x17\0\x04\0R=\0J¾‡bí:¥\vN+\x01öG)\x06Ù\x1aî:\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‡\v|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‡\x0f\x10\x02\x02\0^[\0\x17\0\x04\0R=\0ÛÈ4\x12ø\x19ѹå¸ÑäÀ
\x1a;bÛj\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‡?X\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‡C„\x02\x02\0^[\0\x17\0\x04\0R=\0•3yq\x0fQ\a\x01B(\x0f¸
Ìm¹Èfþ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‡z\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‡}’\x02\x02\0^[\0\x17\0\x04\0R=\0h÷Zê'âF^ÏçÈ\x0e¶¾ÆK„<ŒÞ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‡´h\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‡¸\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0ó)ʐÜ)nÑ_ì}^[Æ\x0e@¿\x17\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‡ð}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‡ô/\x02\x02\0^[\0\x17\0\x04\0R=\0ë¹Ã\x14¶\f\v7bÜö|Ð3R\x0e€P$ \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ˆ)µ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ˆ-†\x02\x02\0^[\0\x17\0\x04\0R=\0\x03*äl \bÌ•(ȇFÚõ\x05*©ãßj\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ˆe\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ˆpÿ\x02\x02\0^[\0\x17\0\x04\0R=\0§ê i6¿š?\a>\x01\0\0\0\0\0\0\0\b\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ˆÙl\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ˆõ3\x02\x02\0^[\0\x17\0\x04\0R=\0\x03\0ü$1b’wrõ‚„pÁ:"¶È¿¬\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‰\x1d~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‰/A\x02\x02\0^[\0\x17\0\x04\0R=\0UÁH/y'‡‘rÁ@\x17\x14\x16x£@~Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‰Pe\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‰^”\x02\x02\0^[\0\x17\0\x04\0R=\0؏I\x18¤À@EFƒJg–À\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‰‰A\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‰Œ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0’wrõ‚„pÁ:"¶È¿¬UÁH/\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‰Å\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‰êÅ\x02\x02\0^[\0\x17\0\x04\0R=\0y'‡‘rÁ@\x17\x14\x16x£@~Ö؏I\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Šs€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ŠwË\x02\x02\0^[\0\x17\0\x04\0R=\0¤À@EFƒJg–À\0 {¸\0 Ô«\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Š®¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Š´ó\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x17\0\0\0\0@×Âv™\x1eûÁÿ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Šé)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Šìú\x02\x02\0^[\0\x17\0\x04\0R=\0\x12\x17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‹#“\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‹'&\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0”\0\0\0\0\0\0\0\0\0ÍÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‹]ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‹ar\x02\x02\0^[\0\x17\0\x04\0R=\0L?ü$1bpæ	=Š~Í>ª.˽\04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‹˜ÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‹†\x02\x02\0^[\0\x17\0\x04\0R=\0±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‹Óh\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‹ÜY\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Œ\x0eL\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Œ\x11Á\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ŒHZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ŒL+\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Œ‚â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Œ†W\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Œ½Æ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ŒÁx\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Œøm\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Œü\0\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—2Ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—6ˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—mº\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—qM\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0€Ë3b\b\x16\0\0¯5¬ßup\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—§©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—«˜\x02\x02\0^[\0\x17\0\x04\0R=\0Uêc\fÐÍ„M\x17Fe¦»Çñ,ðëÖ7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—æ|\x02\x02\0^[\0\x17\0\x04\0R=\0äe¥,§‚\x10$ÂDÕµ=\x13
ÿ1¥\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ž\x1dR\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ž$y\x02\x02\0^[\0\x17\0\x04\0R=\0®É"~X9\x16•ÑêÒ˜¦\x0ef7‹\x02Ç›\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ŽX\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ž[É\x02\x02\0^[\0\x17\0\x04\0R=\0C9½gIIW„_áeÛ\0é	ö[Í÷\x12\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ž’¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Žœf\x02\x02\0^[\0\x17\0\x04\0R=\0©G\x1f+ÓÈ{ñƒî4¡Íâ{ã,)™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ŽÍ¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ŽÒá\x02\x02\0^[\0\x17\0\x04\0R=\0¹"¢ÿD·GÞÑüƒ€âÇŠp[9\x1a\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\bH\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\rJ\x02\x02\0^[\0\x17\0\x04\0R=\0.ì†_j\x10šgÿͳX:(LwHË+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Bï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—G´\x02\x02\0^[\0\x17\0\x04\0R=\0\x1cãzè²çÛë÷Ì>ã$IYÉûÉ>û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—\x7f\x04\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—„C\x02\x02\0^[\0\x17\0\x04\0R=\0\x1dñô$\x17áU\0‰,{žW!\x02Êʸnn\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¸<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Êz\x02\x02\0^[\0\x17\0\x04\0R=\0šú\x11$(ÆÙ\x18L9\bíí¥\0)\x12\f\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—òJ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x05š\x02\x02\0^[\0\x17\0\x04\0R=\0–üÇÐ[;pzG\x12œáäµ\x16læ*\a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—.\x04\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—<ê\x02\x02\0^[\0\x17\0\x04\0R=\0¤ÌU2ŠJî35Ëêh½ó\x11Ojßýµ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—£Ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¨®\x02\x02\0^[\0\x17\0\x04\0R=\0f,‹\x12ë\x1f\x14#fº\x05‰døË\x16€ÄSz\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ü¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—äh\x02\x02\0^[\0\x17\0\x04\0R=\0*9!ÚùîÒÔá\x13š$ù“~L<u[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‘\x18ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‘\x1dÝ\x02\x02\0^[\0\x17\0\x04\0R=\0ŒFÐ9¯æ–â,å­]`Ì¡zØKÌ\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‘ŒÙ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‘‘\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0\x7fÌÊCaö̯ÇÝ\b\x027,ö‚t\x1eµs\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‘Ç$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—‘ËÊ\x02\x02\0^[\0\x17\0\x04\0R=\0\x16¼Sô0ö™åêÂk§ö8uGhð¦,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—’<ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—’C\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0”\x15?ߦö0S*=ÿctE2c„èE¿\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—’\x7fÌ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—’…\v\x02\x02\0^[\0\x17\0\x04\0R=\0õã¡\x03-ÌûD\x0fM\x17\x17ÙÍlj\bùoÖ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—’±‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—’ºr\x02\x02\0^[\0\x17\0\x04\0R=\0/Üèéù+Ÿ…ô\x1cU\x12Û½5n\0ôq\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—’ì
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—“	|\x02\x02\0^[\0\x17\0\x04\0R=\0iÁ\vÁ°8L¸ÛñcZ?\x17P´ó\x01÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—“&°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—“0´\x02\x02\0^[\0\x17\0\x04\0R=\0ô=y\rFD(t`ê?\x13Çây
Ì?-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—“c\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—“™\x03\x02\x02\0^[\0\x17\0\x04\0R=\0.NXÓBÏâ8²ûÞJ£Ú€}¯+¾°\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—“×Ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—“Üš\x02\x02\0^[\0\x17\0\x04\0R=\0k^[uK³¿’¤Óñ\x15Oû¿HòX8‡¸\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—”\x11§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—”\x17\x04\x02\x02\0^[\0\x17\0\x04\0R=\0Só½ºâ\x18…†ÆðG)¬>dÏ\x01CbÊ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—”N\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—”T+\x02\x02\0^[\0\x17\0\x04\0R=\0BìS7¡á^[÷Ë¥á4Oå»ÐÞZ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—”‹¹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—”’G\x02\x02\0^[\0\x17\0\x04\0R=\0]þ\x01\0\0\0\0\0\0\0	\x01\x03\0ü$1b d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—”È)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—”ÎÖ\x02\x02\0^[\0\x17\0\x04\0R=\0D€ä³vÁ¦˜1“\x1fóeArn\x17ã¤ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—”û.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—•\bK\x02\x02\0^[\0\x17\0\x04\0R=\0CAöQ\vQó…À÷9ÕÃ\x03á À!b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—•9J\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—•?º\x02\x02\0^[\0\x17\0\x04\0R=\0¦ŒÐ…¨@\0\0\0\0\0\0\0\0 dD€ä³\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—•pš\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—•yª\x02\x02\0^[\0\x17\0\x04\0R=\0vÁ¦˜1“\x1fóeArn\x17ã¤øCAöQ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—•«»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—•²h\x02\x02\0^[\0\x17\0\x04\0R=\0\vQó…À÷9ÕÃ\x03á À!b¦ŒÐ…\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—•åÉ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—•øÜ\x02\x02\0^[\0\x17\0\x04\0R=\0¨@ C·¹\0P\x10,\0\0È\x1f\0\0\0\0\x17\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—–"•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—–=g\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0àÖ­¯\x1eû‡\r*ù\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—–Zø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—–o¶\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—–—Ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—–Â4\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0ÍÌL?ü$1bpæ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—–ÖZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—–æq\x02\x02\0^[\0\x17\0\x04\0R=\0	=Š~Í>ª.˽\04±¹\0™Ô:€ž\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9——\x0ež\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9——!î\x02\x02\0^[\0\x17\0\x04\0R=\0¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9——DÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9——_\x15\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9——ƒë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9——£Þ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9——õ\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9——øû\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—˜/v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—˜3e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—˜j\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—˜n\f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—˜¤¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—˜¨”\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—˜áR\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—™1Ê\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—™V¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—™\w\x02\x02\0^[\0\x17\0\x04\0R=\03b\b\x16\0\0ýC)Æ\x05NÍ\x13ƒ§~\x10Ëv\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—™?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—™“å\x02\x02\0^[\0\x17\0\x04\0R=\0\0G5uÅt>rG\x1c†Ô^[¶8‹\x19†P\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—š\x041\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—š\b|\x02\x02\0^[\0\x17\0\x04\0R=\0\aÍór0¶	\x19‡52lhòøŒ–\x1eqÖ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—š>Ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—šBŠ\x02\x02\0^[\0\x17\0\x04\0R=\0Óÿtí Mh¸GRî \x06ßrÛÅWº\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—šy`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—š|Õ\x02\x02\0^[\0\x17\0\x04\0R=\09Æsn_\x12\b™B\x12\bø‘\x03™™qÄ\x1e<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—š´b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—š¹d\x02\x02\0^[\0\x17\0\x04\0R=\0†F¯öþ\x19!…×\x1a²¾¹Ì?bÏ´ÕÏ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—šï	\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—šô
\x02\x02\0^[\0\x17\0\x04\0R=\034\x1fF\x19õæ\x11R ‚L¶Ó®Bu\x1fâ\\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—›*f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—›>É\x02\x02\0^[\0\x17\0\x04\0R=\0\rFÜeq\b]\x0e%ÄÎ-]Æ\b\x04ë\x10†Ä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—›¡»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—›¨\f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\x14׺•\x06#€ÃB\x01‚E¨¡ \x18óô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—›ÙH\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—›ã\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0^[\x1cGR}̈¾†³Ó(Ï2b‘Î÷á+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—œ\x162\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—œ^[q\x02\x02\0^[\0\x17\0\x04\0R=\0\x03"\x1a:íÓ2Üñ\x1d†ûJDýGÀ
ȁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—œNX\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—œS;\x02\x02\0^[\0\x17\0\x04\0R=\0‚Â#¡“ÆÐnp\x0f…©¸\x15¬ú—	¸‘\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—œ‰y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—œŽ™\x02\x02\0^[\0\x17\0\x04\0R=\0¢Â>ßeD“\x01:\x16m\x05X\x1d=\x1cRÌNò\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—œÄ{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—œÉ›\x02\x02\0^[\0\x17\0\x04\0R=\0V²olY1ìl‡úŽK©#î¬2Ô\x10×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—œþå\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x04\x05\x02\x02\0^[\0\x17\0\x04\0R=\0c\x1c”¶qB‚¶\f\r,bôÀL\x11ÝÆ‘#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—8—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—=·\x02\x02\0^[\0\x17\0\x04\0R=\0ð\rd³i\x17\x7fÇ—\f"*ØÁs@2C\b¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—u¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—{\x1c\x02\x02\0^[\0\x17\0\x04\0R=\0K\x14$^[‹\x1e¥-8Ì\x06s@±$	Ó/:Ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ê6\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ïV\x02\x02\0^[\0\x17\0\x04\0R=\0Bý‡ÉC%2¢†ÔHéË\x1ap*‚@ˆª\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ž#P\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ž(Ì\x02\x02\0^[\0\x17\0\x04\0R=\0U\x0f\x06[{¿#p9Ç\x17°j\f®5\x13\x19\x10þ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ž`;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—že¶\x02\x02\0^[\0\x17\0\x04\0R=\0“\x0f_Ý!ÁͧçAŸ“V\x12ï’´\x1fŸ“\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ž˜`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ž¤‰\x02\x02\0^[\0\x17\0\x04\0R=\0/ÌÚºC°Ï”<.¢Vÿÿ‰ðÑ&®\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—žÓ\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—žÛA\x02\x02\0^[\0\x17\0\x04\0R=\0éÔ¡Ú*\x19o"}>\x1f
š\x11S \x18¾ûž\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ÿ\r®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ÿ#A\x02\x02\0^[\0\x17\0\x04\0R=\0¨Ç’ºà
\0n´\x1a\x1fM‹\x12\x15^[€Àÿ¬\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ŸJ\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ŸY\x05\x02\x02\0^[\0\x17\0\x04\0R=\0†@9{[\x10¯ÕÓ ˆS8ÌÃ?a¯€Ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ÿ…?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ÿž\x02\x02\0^[\0\x17\0\x04\0R=\0–,•×»\x02n\vS(2¤YÕHr\x17µ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ÿ¿¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ŸÈõ\x02\x02\0^[\0\x17\0\x04\0R=\0c<«ÃØ\x13ð]˼Xl*ȵ÷R	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ÿ÷‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ÿþ¸\x02\x02\0^[\0\x17\0\x04\0R=\0L\x1cãK|\x15ó/ó¿¿ó\x0f?\x01\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9— 4|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9— :\x16\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0
\x01\x03\0ü$1b'(Ä\x7f=5\Aãv\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9— mY\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9— x\x13\x02\x02\0^[\0\x17\0\x04\0R=\0K8'\x17vÁLñ^[‡	ncÁND”†)ª\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9— ©Œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9— ³q\x02\x02\0^[\0\x17\0\x04\0R=\0@¢Æ{ØÏ)@>@8¡ÊK¦À\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9— âJ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9— éÍ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0'(Ä\x7f=5\AãvK8'\x17\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¡\x1dk\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¡$î\x02\x02\0^[\0\x17\0\x04\0R=\0vÁLñ^[‡	ncÁND”†)ª@¢Æ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¡Y$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¡cƒ\x02\x02\0^[\0\x17\0\x04\0R=\0{ØÏ)@>@8¡ÊK¦ÀÀ‚¶¹\0<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¡’]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¡šÔ\x02\x02\0^[\0\x17\0\x04\0R=\0J­\0\0€ \0\0\0\0\x17\0\0\0\0`ÉÂDË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¡Ì¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¡×D\x02\x02\0^[\0\x17\0\x04\0R=\0â\x04¥#ßC\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¢\rû\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¢\x13:\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¢Fº\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¢K¼\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0ÍÌL?ü$1bpæ	=Š~Í>ª.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¢~)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¢ƒg\x02\x02\0^[\0\x17\0\x04\0R=\0˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¢·\x05\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¢¼D\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¢ó³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¢ù/\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—£gU\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—£l”\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—£¡&\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—£¦F\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—£ÛÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—£á\v\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¤\x16U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¤\x1cˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¤S|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¤Z\v\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¥\0ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¥\aA\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0
h\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¥<\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¥B€\x02\x02\0^[\0\x17\0\x04\0R=\0q\x17\x10\x1a\vиÓÞ~U^['íý\x1a<\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¥uÃ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¥|Ë\x02\x02\0^[\0\x17\0\x04\0R=\0¯Ä@\x06\x03ÝQ¾Õô~ÝÙ3œCš
qD\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¥°¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¥·S\x02\x02\0^[\0\x17\0\x04\0R=\0‚¥qréò\x1dv\x18
t!’<ÙÝtïbå\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¥êÓ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¥ñž\x02\x02\0^[\0\x17\0\x04\0R=\0‡Î\x7fG‰\x1cÓâ\x16HÞ¤Z\x18너ѷG\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¦(î\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¦.L\x02\x02\0^[\0\x17\0\x04\0R=\0dÝ…Ìß%¥Ý™>´W\x7fÆÕçHÝYF\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¦`|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¦l†\x02\x02\0^[\0\x17\0\x04\0R=\0¥ò8\x7f3¬\x06W\fð„"¦,ú<ðë\x11\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¦šÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¦ ½\x02\x02\0^[\0\x17\0\x04\0R=\0ë\bd":=Vã<ñù‚\x0fÎ\x183n\x19\aÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¦ÖŸ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¦Ý-\x02\x02\0^[\0\x17\0\x04\0R=\0åH¡:<\x19vY\x15Ó\x1dx\0ÜÊ ˜$\x03Y\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—§\x11E\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—§\x16„\x02\x02\0^[\0\x17\0\x04\0R=\0\x04Aû_bÈ×w™ÝVëxðlû\x133Àz\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—§L
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—§Yd\x02\x02\0^[\0\x17\0\x04\0R=\0\x10\x0e}–ߦ¥\b•í{Ѻ\aE¿Î=α\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—§…C\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—§•\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0	óåu¦Í”lK\x16Ð
IÏÒ\x15\x1ayê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—§¿Ž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—§Ì«\x02\x02\0^[\0\x17\0\x04\0R=\0°Ô"¨Ú"ÎD#\x19aYC„ÌWÊE™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—§ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¨\x05ã\x02\x02\0^[\0\x17\0\x04\0R=\0ôÝm‰QîíL˜2wÿÅ\x0f·8¹§_À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¨4Û\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¨Dy\x02\x02\0^[\0\x17\0\x04\0R=\0òêÿ+ˆ\x068ºO>\x01~ÚôQÖLÍœD\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¨o‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¨{è\x02\x02\0^[\0\x17\0\x04\0R=\0"\x13Cx<J´"ç\x1aŒ‚ZÖ}¼]ÙNh\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¨ª
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¨¯*\x02\x02\0^[\0\x17\0\x04\0R=\0æ!¶ö—E\0Ä^Ìy\x1fZÞÐü/ìåR\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9—¨Õn\x04>+\x02\x01\0\x01~<ÍQï\x1f\x02\x01\x06^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03ïQÍ<~Ã\0\0\0(\0\0\0(\0\0\0\x03\0\0\0\0\0â¸9—¨æ·\x04>%\x02\x01\x04\x01~<ÍQï\x19\f	Amazfit GTS\x03\x02àþ\a\x16àþ»L\0\0Ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¨ë?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¨úD\x02\x02\0^[\0\x17\0\x04\0R=\0\f28óv\x11}\x10¯¨¸:Wè	£S\x05Jç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—©\x1f9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—©%\x10\x02\x02\0^[\0\x17\0\x04\0R=\0¼>°®ö}§\x02Í7	ô\x0fÀÄÃJ®í\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—©]Î\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—©c\r\x02\x02\0^[\0\x17\0\x04\0R=\0¯^[­q\x11Ø$ë\x1fØÑ} \a:¿GŠz\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—©•\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—©š \x02\x02\0^[\0\x17\0\x04\0R=\0vÎŒÑÉÞ¡\x15\x15êÆ1p11¼"\x13š²\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—©Ð!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—©ÕA\x02\x02\0^[\0\x17\0\x04\0R=\0À©4vÃåòµ\x1d\x045.\x16?Ñ\f…øËÚ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ª	µ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ª\x11Ð\x02\x02\0^[\0\x17\0\x04\0R=\0ÇÌÔëÁ\f”º2K„\x03p\x1c‡\x18ÕÙ4»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ªD=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ªI?\x02\x02\0^[\0\x17\0\x04\0R=\0ïÖ‡í
\x1f\atÎI\x03;žÐAqCßm‹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ª~ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ªƒå\x02\x02\0^[\0\x17\0\x04\0R=\0\x01èÁ\rÄ0[ÐÈ\x14Û³íª\x10J8ã£Õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ª¹Ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ª¿\x06\x02\x02\0^[\0\x17\0\x04\0R=\0æ\x02\b†[?·]ú“WœÌïîŒ	ˆ6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ªôO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ªùp\x02\x02\0^[\0\x17\0\x04\0R=\0‰KÝ:'\x1d\x0fë¤ÛN…ÍÕ°\x12\x1dŸ\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—«2k\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—«;Ö\x02\x02\0^[\0\x17\0\x04\0R=\0ÅKÀfÕÒ\x01\0\0\0\0\0\0\0\f\x01\x02\0ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—«l¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—«w\x15\x02\x02\0^[\0\x17\0\x04\0R=\01b\x1ev\x1fm¦\bjAÁ\v\x15·ù8`AlÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—«ªv\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—«´z\x02\x02\0^[\0\x17\0\x04\0R=\0<ü¯ìsAøSÍLˆÀâ»ÊØ1Î\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—«ßd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—«ìD\x02\x02\0^[\0\x17\0\x04\0R=\0¬@“«ä¾hÚŠÀ\0\0\0\0\0\0\0\0\x1ev\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¬^[—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¬*\x02\x02\0^[\0\x17\0\x04\0R=\0\x1fm¦\bjAÁ\v\x15·ù8`AlÌ<ü¯ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¬TV\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¬aT\x02\x02\0^[\0\x17\0\x04\0R=\0sAøSÍLˆÀâ»ÊØ1ά@“«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¬Ì½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—­6ô\x02\x02\0^[\0\x17\0\x04\0R=\0ä¾hÚŠÀ xB¹\0hʬ\0\0\0Ÿ\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—­z\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—­‚i\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x17\0\0\0\0àèÂn\rL\x1dpÿ\x02ï\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—­³J\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—­¹\x02\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—­ñ
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—­÷\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÍÌL?ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—®dP\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—®h›\x02\x02\0^[\0\x17\0\x04\0R=\01bpæ	=Š~Í>ª.˽\04±¹\0™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—®‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—® þ\x02\x02\0^[\0\x17\0\x04\0R=\0Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—®Øl\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—®Ü=\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¯\x12Ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¯\x16ˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¯M^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¯QM\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¯‡æ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¯‹z\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¯Âè\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¯Æ¹\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¯ýq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—°\x02\x17\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—°:·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—°=±\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—°rŸ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—°vQ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0€Ë3b\b\x16\0\0€\x0fÃ\x1c—û\b ¤½\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—°®:\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—°±Î\x02\x02\0^[\0\x17\0\x04\0R=\0æ-ÌÈ5à\r»öOrKçÜ
aÎ\x03¥Ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—°çs\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—°êè\x02\x02\0^[\0\x17\0\x04\0R=\0\x01ÁÆLûü\x01Ž¨4º\x10Q\0&X#Lœ¯\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—±"8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—±&\b\x02\x02\0^[\0\x17\0\x04\0R=\0\x1eÞ=ÐF\x1eèÐ Óm˜0ìág¯\x7f°\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—±\¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—±`\x16\x02\x02\0^[\0\x17\0\x04\0R=\0ŒØ3ø^[Å ÿ!(„ý,×^[ºÞ$å\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—±—f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—±›V\x02\x02\0^[\0\x17\0\x04\0R=\01NšwoÚÕ­\x13\x05K·\rÁm&äþºå\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—±Ñï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—±Õd\x02\x02\0^[\0\x17\0\x04\0R=\0k4\x19©\x03Ÿ©?L˜ŽªÝC–E\x1cê7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—²\x0e_\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—²\x12m\x02\x02\0^[\0\x17\0\x04\0R=\0+ÒhFçíäˆ@®\x10BèÚwô$^[é\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—²H\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—²L{\x02\x02\0^[\0\x17\0\x04\0R=\0é#=Ë\x04,!êIÝ1èRLz3\x05ؾ\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—²ƒË\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—²‡\x03\x02\x02\0^[\0\x17\0\x04\0R=\0W\x06\x0eÏ.Á¿)Í\0q$\x1e4XU\0\aÜâ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—²¼‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—²À;\x02\x02\0^[\0\x17\0\x04\0R=\0ALóLAÝÞ\;\x1aÑâDÑœ7£ïò‰\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—²þ”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—³	m\x02\x02\0^[\0\x17\0\x04\0R=\0٬ȲOÝ>¨H\x1a”zÇ%I	ý*‹«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—³1õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—³<\x17\x02\x02\0^[\0\x17\0\x04\0R=\0åÛ/¡ZJ\v˜©Õ™+˜\a¦\x01eÁ¨Œ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—³lº\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—³s\f\x02\x02\0^[\0\x17\0\x04\0R=\0µ\x02‡|¿3–tU
‰ï)L£÷âÜ÷ä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—³¦ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—³¬\x02\x02\0^[\0\x17\0\x04\0R=\0(\x18ÿ7nÐGÑcñþԍ««\fÂß/\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—³áÊ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—³ç	\x02\x02\0^[\0\x17\0\x04\0R=\0d\x193˜'P®æ)¸¶ÚÞãIH, \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—´\x1cS\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—´!s\x02\x02\0^[\0\x17\0\x04\0R=\0]ÓÜŸÖ\b&8°ÁTœœ\x04ô.P3¬S\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—´‘ \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—´˜.\x02\x02\0^[\0\x17\0\x04\0R=\0§\rÿÂ÷KØŒÜ—Û\x0e\x16´Ž§Ï\fŒ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—´ÏA\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—´Öã\x02\x02\0^[\0\x17\0\x04\0R=\0(ó\¹]ªyy>â‘yw\x18¨5[)ñ\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—µ\a\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—µ\x13ì\x02\x02\0^[\0\x17\0\x04\0R=\0Â(JEBÙml!Fä\x18"ÑÌ&\x12
\\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—µE¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—µP=\x02\x02\0^[\0\x17\0\x04\0R=\0\x10µ¿\x06Õ~Ð23ýô\x10°X«KÇ\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—µ|Y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—µ‰9\x02\x02\0^[\0\x17\0\x04\0R=\0GܼÕí\x13\x7f)ñÎÎöðô\x17vI©fK\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—µ·\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—µ¿^[\x02\x02\0^[\0\x17\0\x04\0R=\0Ää&8ƒ\x17r\x1e\x10+\x1e’'p\x03Ø\x0fÚ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¶,.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¶4+\x02\x02\0^[\0\x17\0\x04\0R=\0áCϝ÷Î,yJ\vZ[…Âård\bó¤\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¶f·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¶oL\x02\x02\0^[\0\x17\0\x04\0R=\0@2ĝ=\x14î³DKøV	Ü.TÆ\x11y6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¶¡]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¶­g\x02\x02\0^[\0\x17\0\x04\0R=\0K·°¼ö+FQ¨àöRç*€‡\x16ñš\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¶ÛÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¶ë	\x02\x02\0^[\0\x17\0\x04\0R=\0¶,2TO&³™ÑÖ=¸‹A‹¦ÞÌ\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—·\x19‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—·'˜\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\r\x01\x02\0ü$1bH\x14
]©&\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—·Q3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—·Z`\x02\x02\0^[\0\x17\0\x04\0R=\0bA~¹ß«ngAO\x15ÌVt´tÁ\x01i\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—·Æ$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—·Ðý\x02\x02\0^[\0\x17\0\x04\0R=\0ýf\x0fµªÀŸ)\x1a/㎚@æ?b„ic\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¸\0Ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¸\aµ\x02\x02\0^[\0\x17\0\x04\0R=\0€À\0\0\0\0\0\0\0\0H\x14
]©&bA~¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¸;5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¸B=\x02\x02\0^[\0\x17\0\x04\0R=\0ß«ngAO\x15ÌVt´tÁ\x01iýf\x0fµ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¸v\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¸{³\x02\x02\0^[\0\x17\0\x04\0R=\0ªÀŸ)\x1a/㎚@æ?b„ic€Àð\x7f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¸°c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¸¶x\x02\x02\0^[\0\x17\0\x04\0R=\0‘9\0øÞ,\0\0\0\0\0\0\0\0\x17\0\0\0\0`\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¸ëf\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¸÷\x14\x02\x02\0^[\0\x17\0\x04\0R=\0ÍÂ\x01ëÛ\x1aüSUZ\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¹&¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¹8\f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¹`9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¹q \x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0ÍÌL?ü$1bpæ	=Š~\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¹›;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¹¢Ü\x02\x02\0^[\0\x17\0\x04\0R=\0Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¹Ø¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¹í?\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—º\x0fð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—º\x18Â\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ºJµ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ºQú\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—º…=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—º‹Q\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—º¿ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ºÄk\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ºú\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ºÿ\x12\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—»8J\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—»=¨\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—»¬ÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—»±â\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—»å\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—»ö\x12\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0k±\a\v\x06\bG"n_ŽË!nž©5\x11\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¼#»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¼)î\x02\x02\0^[\0\x17\0\x04\0R=\0Z\x1f\x1cÕ¸\x02Dk7/æô¬Ü<ˆ>\x17\x1fÒ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¼Z\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¼bP\x02\x02\0^[\0\x17\0\x04\0R=\07®ú\x1c\x01Þ\x04¼•ðâÇMæ®\00ˆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¼”Ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¼š•\x02\x02\0^[\0\x17\0\x04\0R=\0–\x1c\x04I\b ·¯­ÄÏŠÞ?òþî\b¹®\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¼Ïd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¼Õ\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0\x04#	+¨Ë—\ ©\x14~¡\x1dþÞi\x05;\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—½
)\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9—½\x112\x02\x02\0\v\0\a\0\x04\0R=\0…0û¾\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—½I9\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x12\0\0\0\x12\0\0\0\x01\0\0\0\0\0â¸9—½„Z\x02\x02 \r\0	\0\x04\0^[:\0\x10Ô\0€\0\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—½Ä\x02\x02\x02\0^[\0\x17\0\x04\0R=\0\Ý원\x15¯«
5ù"J\x1e­bÛº\aá\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¾N,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¾^¾\x02\x02\0^[\0\x17\0\x04\0R=\0´ÈM?DÿÍø!\x1eó9ñ"—§Ä#ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¾¤{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¾¨-\x02\x02\0^[\0\x17\0\x04\0R=\0O>\x14QÓ\x06\0\x1d¸#nôÒË1½¨ï\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¾ÞÆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¾áþ\x02\x02\0^[\0\x17\0\x04\0R=\0ß^[Ò\0\x1a\bxiÄ1Ã|\x17Þ
'Û\x13\rÂ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¿/\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¿2²\x02\x02\0^[\0\x17\0\x04\0R=\0‚2þž	 fiȹ/à˜É™4ÙýC¯\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¿ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¿‘x\x02\x02\0^[\0\x17\0\x04\0R=\0£\x1fŽTÏ%Ž\x12´Ä-ö«<:\x1aµ\x04I	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—¿È/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—¿Ï\x19\x02\x02\0^[\0\x17\0\x04\0R=\0a${¬\x0eÌ´7v¨\x1c÷\x12\x1a„È
g¡\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—À\x02·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—À\a|\x02\x02\0^[\0\x17\0\x04\0R=\0ó2\x10\x16Ýސ«\x1e\x12±«ê/(Ø¿!›2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—À=?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÀCT\x02\x02\0^[\0\x17\0\x04\0R=\0̸ӼŽÊz1nüƒ@^[!\x10É¡(„Z\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÀwÈ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—À{=\x02\x02\0^[\0\x17\0\x04\0R=\0ÓÄbIó:\x1dï”\x02^[\x15ÿ$é=[Ì\x05~\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—À²\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—À¶š\x02\x02\0^[\0\x17\0\x04\0R=\0J¨žÉ=\x18‚³t\rýË\x124Ö]­ß\bÕ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Àí\x15\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Àóf\x02\x02\0^[\0\x17\0\x04\0R=\0[\x10å0C-¾\x0fl#*\rç·\03–ˇ·\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Á'Ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Á+É\x02\x02\0^[\0\x17\0\x04\0R=\0\x03û\x120ˆ"­™g+\f¤\x05Žƒ&97‘\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Áaè\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Áe?\x02\x02\0^[\0\x17\0\x04\0R=\0s\0ÒØ‘%	‹¸Ì&„:¨‚\x1d`\x16Ed\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Áœê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Á œ\x02\x02\0^[\0\x17\0\x04\0R=\0\x1d\x103r!5ƒ\rˆà°p“\x0e\x0eT*€p\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Áב\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÁÛ$\x02\x02\0^[\0\x17\0\x04\0R=\0\r%\fQ\x19·ãå®Ì]šù¾ìé#\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Â\x13J\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Â\x17X\x02\x02\0^[\0\x17\0\x04\0R=\0\x1f.	\vKÅ¥mF7ÙèQþUõ\x18&ªk\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÂL¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÂQf\x02\x02\0^[\0\x17\0\x04\0R=\0&Í\0]F¨œ¸z\x14\x13uÁ\x12\x05\x1d\x1f6"É\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—‰Œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\a\x02\x02\0^[\0\x17\0\x04\0R=\0láãYÆ\faFÊ'(*£&æTc¶s^\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Âü´\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ã\x01;\x02\x02\0^[\0\x17\0\x04\0R=\0Ø͵Ç2ønÔ?%®È06…£ÅQé\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ã6à\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ã:’\x02\x02\0^[\0\x17\0\x04\0R=\0S5\x0fô0ü5#”&\­¤Í*\vn¨jt\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÃqJ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ãv§\x02\x02\0^[\0\x17\0\x04\0R=\0Ž\x12‰ª_\x15\x01\0\0\0\0\0\0\0\x0e\x01\x02\0ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—íº\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ò\x02\x02\0^[\0\x17\0\x04\0R=\01båüæx‘haÁn%­ÁQjuA\x13[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ãç0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ãê¥\x02\x02\0^[\0\x17\0\x04\0R=\0\x0fƍdÁW\x0f¸ÙÍŽœÀ]Ÿ¹'‡\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ä"P\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ä%Å\x02\x02\0^[\0\x17\0\x04\0R=\0 ÀÌa“¬Ôb¥À\0\0\0\0\0\0\0\0åü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ä\!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Äa#\x02\x02\0^[\0\x17\0\x04\0R=\0æx‘haÁn%­ÁQjuA\x13[\x0fƍ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ä–È\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ä 3\x02\x02\0^[\0\x17\0\x04\0R=\0dÁW\x0f¸ÙÍŽœÀ]Ÿ¹'‡\b ÀÌa\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ä×F\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÄÚ»\x02\x02\0^[\0\x17\0\x04\0R=\0“¬Ôb¥À@ŽÅ¸\00¬\0\0H \0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Å\v›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Å\x0f/\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x17\0\0\0\0`—Â\x06|%åS¾Õ^[\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÅF#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÅIz\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Å€é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Å„^\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0ÍÌL?ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Å»®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Å¿#\x02\x02\0^[\0\x17\0\x04\0R=\01bpæ	=Š~Í>ª.˽\04±¹\0™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÅõÚ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÅùO\x02\x02\0^[\0\x17\0\x04\0R=\0Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Æ0 \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Æ4\x15\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÆkF\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÆnÚ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ƨ˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Æ«,\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Æà8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Æä\b\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ǐ¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ç”w\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÇÊñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÇÎ…\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—È\x05˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—È	J\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—È@ \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÈCÒ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0€Ë3b\b\x16\0\0£B¸äø‹±-C—\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—È{A\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—È€B\x02\x02\0^[\0\x17\0\x04\0R=\0ÍÝþÌ©Û^[<NÀ\x16.¯Ç‡T\x17#vƒ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Èó‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—É\0,\x02\x02\0^[\0\x17\0\x04\0R=\0Y\x0fR\x17c2›/:ï˜ø~YÝ\b?ðY~\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—É1*\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—É::\x02\x02\0^[\0\x17\0\x04\0R=\0äøè%ÕÂé\x02Òð¢sÄ4‘r	è5©\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Éj\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Éy¥\x02\x02\0^[\0\x17\0\x04\0R=\0¼G\x06#ßãÕ\r\x1c,ÞÌnÜüÄ\x13Ý A\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—É¡9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ɹ\x10\x02\x02\0^[\0\x17\0\x04\0R=\0ö½ä¾†ÉÕ¨ª"ÕÞ†\x11òö12©\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÉÛà\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Éá\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0tí=˜¤X°÷™íƒØ'ú1·HÂc–\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ê\x15U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ê^[K\x02\x02\0^[\0\x17\0\x04\0R=\0šòæ\x165>\x167ëzP|Hs\x06\x0fãpY\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÊOÝ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÊVM\x02\x02\0^[\0\x17\0\x04\0R=\0x*)é^[Û^[rˆÞÂ/´»˜!pË,,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÊŠ¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ʏÃ\x02\x02\0^[\0\x17\0\x04\0R=\03"ƒ)®\x13äSz1€Hµë\x02{­WçI\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÊÅI\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÊÊK\x02\x02\0^[\0\x17\0\x04\0R=\0ûêÒ¹lû°OÐÁ\x129gô\x7f´X5\x1dÜ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ë\0K\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ë\x05M\x02\x02\0^[\0\x17\0\x04\0R=\0jîçò#IÐ(Hâå\x14Ç(îÕÙd:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ë=°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ËBt\x02\x02\0^[\0\x17\0\x04\0R=\0\aà©×ˆ¹Ð}jÍ„!±!&‹Î\x15°r\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ëuô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ëz¹\x02\x02\0^[\0\x17\0\x04\0R=\0í0…šüé\b
šVn\x1edè<Á²üæ\v\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ë·\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—˼I\x02\x02\0^[\0\x17\0\x04\0R=\0lÁv>7ö!ñ‰5Ê¡£ñ\x1fJ³IŸ²\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ËêŠ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ëù4\x02\x02\0^[\0\x17\0\x04\0R=\0Šá×Ý\b'Ÿ\x1eœØ¶ŠáÏät·g\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ì%è\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ì,v\x02\x02\0^[\0\x17\0\x04\0R=\0uÏ Î$!šRç\x17‡P0£\vKèó­\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ì_š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ìg—\x02\x02\0^[\0\x17\0\x04\0R=\0jUlÕåu›ùý\aÿ^[ÁÔ\x11
øØ¿\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ìš#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ì “\x02\x02\0^[\0\x17\0\x04\0R=\0ª5knàô\a\x1f*J$¼ÖàeA>%\x1f.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÌÔè\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÌÛv\x02\x02\0^[\0\x17\0\x04\0R=\0p×<â ã;ßxµ\x04&ÑÌpŽ kù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Í\x0f­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Í\x17\x11\x02\x02\0^[\0\x17\0\x04\0R=\0÷\x19\¨£/nì æ“Æ\x1fTñ÷OãIý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÍJ5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÍU§\x02\x02\0^[\0\x17\0\x04\0R=\0@ÿã7àÀz4ßùÖD»5­o ø€J\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—͈Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÍŽ„\x02\x02\0^[\0\x17\0\x04\0R=\0ˆJ*V,àعg#!\x03RÖfÖºäg7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÍÄþ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÍË\x13\x02\x02\0^[\0\x17\0\x04\0R=\0•³¢E¸Óì5î\x1f¡\x17\0\x1c\x04ç.L\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Íü0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Î\x04,\x02\x02\0^[\0\x17\0\x04\0R=\0þä\x04¨¹RUÔàJœˆ\0—øÀ\x1a7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Î4t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÎB…\x02\x02\0^[\0\x17\0\x04\0R=\0¶ûÙ–»5£ëbûž³ÍJ²•‹ß]²\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Îo³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Îv`\x02\x02\0^[\0\x17\0\x04\0R=\0…!\x1eÙAÕ°\r]æãTʱ8ýïÕ\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ω„\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—δ?\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x0f\x01\x02\0ü$1bz†Æš?©\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Îä‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Îê!\x02\x02\0^[\0\x17\0\x04\0R=\0qA@\x01Ï
>wOA	Ú^Ëš:rÁH³\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ï\x1eð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ï$È\x02\x02\0^[\0\x17\0\x04\0R=\0ò½Ž~ À=ƒ\0a<7¦@IS†²^\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÏY;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ï^=\x02\x02\0^[\0\x17\0\x04\0R=\0–À\0\0\0\0\0\0\0\0z†Æš?©qA@\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ï“Ã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ϘÅ\x02\x02\0^[\0\x17\0\x04\0R=\0Ï
>wOA	Ú^Ëš:rÁH³ò½Ž~\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÏЏ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÏÖg\x02\x02\0^[\0\x17\0\x04\0R=\0 À=ƒ\0a<7¦@IS†²^–ÀÀm\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ð\x10V\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ð\x15X\x02\x02\0^[\0\x17\0\x04\0R=\0 ¸\0ÐM,\0\0 \x1e\0\0\0\0\x17\0\0\0\0 \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÐNì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÐU=\x02\x02\0^[\0\x17\0\x04\0R=\0ÅÂz?."\x14\x03[\x0f\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—к‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÐÃ\b\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0”\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ðó\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÐúÒ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0ÍÌL?ü$1bpæ	=Š~\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ñ0ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ñ7$\x02\x02\0^[\0\x17\0\x04\0R=\0Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ñh¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ño\r\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ñ£Ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ñ«"\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ñß:\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ñæž\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ò0Ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ò8¢\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÒŒ­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ò‘\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÒÇr\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ò˽\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ó\x02t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ó\x06d\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ó<d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ó@S\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ów)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ózú\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0ÿ`h$V°ç\x12\x11Y ÎÀ\x17[ÂГ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ó±±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Óµ¿\x02\x02\0^[\0\x17\0\x04\0R=\0Ï?±\x1dOë íA\x15I2/Ð:Ô5#·	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÓìX\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Óð
\x02\x02\0^[\0\x17\0\x04\0R=\0ôK+rDùžG9Ë’\x15yÉÞv\x1cÔ¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ô&à\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ô*Ï\x02\x02\0^[\0\x17\0\x04\0R=\0\x14\f¡'*óÎ\b¾Æµ\x1auHGÌé"FC\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ôc2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ôg\x03\x02\x02\0^[\0\x17\0\x04\0R=\0i\x14žP(Ο¦¤ÀA^[ã>ŒîÁíØ\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÔŸe\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ô§D\x02\x02\0^[\0\x17\0\x04\0R=\0\v\x17ž´\bÐËné!\x1eªÌJ\x06/´û¦Š\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÔÖ¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÔÛz\x02\x02\0^[\0\x17\0\x04\0R=\0mÉQŸ7ÉÄâ3^[k·Ò\r\x12A\x03ö\x03É\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Õ\x11¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Õ\x18(\x02\x02\0^[\0\x17\0\x04\0R=\0EÅ ðÄG\x16Ê`!z—å\x15Gm¿Í§¸\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÕNG\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÕV%\x02\x02\0^[\0\x17\0\x04\0R=\0\0¿2Ïã=\x03.;ð¯
Í\x18\x19îðÏäÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Õ‡$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÕŽ¦\x02\x02\0^[\0\x17\0\x04\0R=\0‘ 2]ŽIem%þ$‹³ÇŠ\aÉ\x063\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÕÁÊ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÕÉ.\x02\x02\0^[\0\x17\0\x04\0R=\0Î\x19Ä›Œ\x0fщàø"ûÞà×üFô­\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Õü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ö\x04\x12\x02\x02\0^[\0\x17\0\x04\0R=\0Í\x1fè+\\x17šÉeÍ/ºo½§ÌÑ<R&\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ö8g\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÖC}\x02\x02\0^[\0\x17\0\x04\0R=\0ºò¿w‡\x1a³üçϬO/\x1fgv9H¥Z\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ör8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ö}N\x02\x02\0^[\0\x17\0\x04\0R=\0—\0eÏ\vÆéòèÈÂÈ_\x18VÒA\x11:,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Öè=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—×Ë°\x02\x02\0^[\0\x17\0\x04\0R=\0ÁûmQŠÂÙ\x18\x1dF¶ì0\x1eIbÌ\x18\x02„\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ø\v:\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ø!Â\x02\x02\0^[\0\x17\0\x04\0R=\0^[ÍU-ò»æK­;Åð=õë³9\x1cÀô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ø€J\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Øár\x02\x02\0^[\0\x17\0\x04\0R=\0íÏä»Â\x1d\x1agÎF\x03û\b\x03`õvÄzð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ù0\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ù4\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0ÛÈr\x1fé\x16°®ñ\x12—\x1c¤þâ…HÁâ\x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ùoª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ùr†\x02\x02\0^[\0\x17\0\x04\0R=\0&E^[!‹\x1c05\x1aöºàÌU¦ˆºÃ¥\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ù¥m\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ù¨†\x02\x02\0^[\0\x17\0\x04\0R=\0v:;\x7fÅ÷\x1c\x13ã\x1d~Û\x02Ð[µL\x1c>È\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÚU\x05\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÚX\\x02\x02\0^[\0\x17\0\x04\0R=\0MEt9y\x05ߥõÂt’àÈÕÎj\x15\x15l\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ڏP\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ú’ˆ\x02\x02\0^[\0\x17\0\x04\0R=\0›\x14¨\x1aˆ\x01mH\x1aÀÒ.\x18D©\x03Ý\x1a\x12\x05\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÚÊS\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÚÍ‹\x02\x02\0^[\0\x17\0\x04\0R=\0—^[!ˆµÌ7À3¹ÍN.9å²OúFä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Û? \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÛBö\x02\x02\0^[\0\x17\0\x04\0R=\0‚\x1fF¥&ÐRêÍ\x1aÑW¸C\x01ç\aô‚\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ûµá\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Û¹8\x02\x02\0^[\0\x17\0\x04\0R=\0ˆÁ¶ÙöÈ.ƒå\x13ø9>\x16\x02Åk\x04E-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ûïu\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ûò\x02\x02\0^[\0\x17\0\x04\0R=\0\0¿LìóB\x11Z'\x19ª:ð\x1cÛý™ÌI\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ü*\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ü-T\x02\x02\0^[\0\x17\0\x04\0R=\0ô·éËÔ7&vÛü\x01\0\0\0\0\0\0\0\x10\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÜŸ\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ü¢ƒ\x02\x02\0^[\0\x17\0\x04\0R=\0\x02\0ü$1bèûv\x1aÍßUÁTÚ\x03ÊXÎ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Ý\x14=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Ý\x17²\x02\x02\0^[\0\x17\0\x04\0R=\0uÁÒýþ²DòfÁö\x01ôSÈA @ΐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÝNÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÝQý\x02\x02\0^[\0\x17\0\x04\0R=\0™ˆ§iÀ[hy\bØ\x05¥@\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—݉¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÝŒÿ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0èûv\x1aÍßUÁTÚ\x03ÊXÎuÁÒý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÝÆî\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÝÌä\x02\x02\0^[\0\x17\0\x04\0R=\0þ²DòfÁö\x01ôSÈA @ΐ™ˆ§i\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Þ\x02k\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Þ\x06ò\x02\x02\0^[\0\x17\0\x04\0R=\0À[hy\bØ\x05¥@€9ü¹\0ˆ™¬\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Þ9œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÞC¾\x02\x02\0^[\0\x17\0\x04\0R=\0\0 \0\0\0\0\x17\0\0\0\0À¯Â©Ï\x1eû¶\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Þu“\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Þˆ‡\x02\x02\0^[\0\x17\0\x04\0R=\0N\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Þ°X\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—Þ»è\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÍÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—Þò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ß1\x17\x02\x02\0^[\0\x17\0\x04\0R=\0L?ü$1bpæ	=Š~Í>ª.˽\04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ß^‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ßiô\x02\x02\0^[\0\x17\0\x04\0R=\0±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ߝ\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ß è\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ßÕ\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ßÙˆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—à\x11ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—à\x18Õ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—àNz\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—àR\r\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—àƒ†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—à†Ý\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—àÃ/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—àôL\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—áB$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—án\x02\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—áëå\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—áðç\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0€Ë3b\b\x16\0\0ùõiù\x18Ó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—â@ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—âF\x02\x02\0^[\0\x17\0\x04\0R=\0hÄcÒì;Ü 4.çPäoueGD6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—â[y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ân1\x02\x02\0^[\0\x17\0\x04\0R=\0%ã5Šú-T˜ØÝ
‚]ß\brþÀë\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—â–š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—âœ4\x02\x02\0^[\0\x17\0\x04\0R=\0¹ÆßA0!Õ‹'\x11Â¡2m\x16NëvH\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—âÌØ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—âÓ£\x02\x02\0^[\0\x17\0\x04\0R=\0KYOs™ð6á®úÓÅÃùtœî\x10U\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ã}	\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ãŒ,\x02\x02\0^[\0\x17\0\x04\0R=\0î4,#‚ç\0ÃaHrVbâå„g,lu\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—㸅\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ã¼U\x02\x02\0^[\0\x17\0\x04\0R=\0qÜ\x06ÂÎà-^[·¾ç\x7fȾoª ,ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ãò\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ãõË\x02\x02\0^[\0\x17\0\x04\0R=\0V\x13hþ62am˜é»£SX>ŸáíÖ6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ä,‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ä0ì\x02\x02\0^[\0\x17\0\x04\0R=\0õû{\x023Ãx	lðTš*5x1¼êȐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ähÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—äno\x02\x02\0^[\0\x17\0\x04\0R=\0EI6¶¨áV§Æ*/ð\x15Û‹5IâwÄ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ä¢h\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ä§j\x02\x02\0^[\0\x17\0\x04\0R=\0„¼öNXʹ0\x1a Gl\x7f\x15g8»1\a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—äÞÙ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—äâN\x02\x02\0^[\0\x17\0\x04\0R=\0ëçóê>WsS1ë÷‚<ýH½¶ÂÛˆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—å\x17<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—å_Õ\x02\x02\0^[\0\x17\0\x04\0R=\0@ò^[¨U5ÝÂýí™k\x10JÝ‚øàî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—åŒ-\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—åÁ\x02\x02\0^[\0\x17\0\x04\0R=\0\x18)—œÆÙDKÌãy*hº‰“AÌ*Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—åÆÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—åʆ\x02\x02\0^[\0\x17\0\x04\0R=\0\x7f\x1fÊ8 \x17Ñ­.15dFæ'«\rVn³\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—æ\x01>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—æ\x05\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0‰èú_„þ|^[OÂà@\x19ôK“o5B¨\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—æ<\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—æ?–\x02\x02\0^[\0\x17\0\x04\0R=\0Eñ¼ïÁJo×Qà\x14Ö]'FþƒØo{\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—æv‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—æz\0\x02\x02\0^[\0\x17\0\x04\0R=\0Wå¢åa¸y\x06;ÎÕ°Û\x1ež¦¸\x19¦–\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—æ² \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—æµö\x02\x02\0^[\0\x17\0\x04\0R=\0‘0ÙáªäQnÀTîµëå(uÌÿê7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—æëØ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—æï©\x02\x02\0^[\0\x17\0\x04\0R=\0üÁ\a—õõÁ}x50Û’ôÁËYK`Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ç&B\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ç*«\x02\x02\0^[\0\x17\0\x04\0R=\0´ß%ù–%Ý~N×\x18RêæÒmr¶N\x19\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—çaD\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—çeR\x02\x02\0^[\0\x17\0\x04\0R=\0DÐX\x06.\x1e°3È^[~ ä/±Å\x18㊳\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—盏\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—çŸ`\x02\x02\0^[\0\x17\0\x04\0R=\0WS‰^[XãŒq\x14\x01ˆ'¾Á¼\x06Õ÷ö†\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—çÖT\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—çÙÉ\x02\x02\0^[\0\x17\0\x04\0R=\0p5¤yä÷“À×KNJ!ß#iÄ#(l\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—è\x10¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—è\x14Q\x02\x02\0^[\0\x17\0\x04\0R=\0&Ö\q„è\x11&š´\x18^\Òn\fw\x1d\x11x\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—èQZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—èU\f\x02\x02\0^[\0\x17\0\x04\0R=\0Î\x1dðo&/ŸLáØíÓQuwÏàÓ\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—è…í\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—艽\x02\x02\0^[\0\x17\0\x04\0R=\0\\x02@ü”ÁZ\x19·ùǾW5sµ9û8ž\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—èÀu\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—èÄ¡\x02\x02\0^[\0\x17\0\x04\0R=\0;L\x01\0\0\0\0\0\0\0\x11\x01\x02\0ü$1bà·\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—èûw\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—èÿ)\x02\x02\0^[\0\x17\0\x04\0R=\0\x1eEYÇnÁ>u^YXJpA\0ú„åw‡\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—é5£\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—é8Û\x02\x02\0^[\0\x17\0\x04\0R=\0hAgIj\a@Q¥À'µ‰ó\æ„À‡\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—épi\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—é|6\x02\x02\0^[\0\x17\0\x04\0R=\0Íñ³v¤À\0\0\0\0\0\0\0\0à·\x1eEYÇ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—é«.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—é®Á\x02\x02\0^[\0\x17\0\x04\0R=\0nÁ>u^YXJpA\0ú„åw‡hAgI\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—éì¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—éö)\x02\x02\0^[\0\x17\0\x04\0R=\0j\a@Q¥À'µ‰ó\æ„À‡\x1cÍñ³v\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ê!Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ê.É\x02\x02\0^[\0\x17\0\x04\0R=\0¤ÀÐ\x10\x1a:\0°­,\0\0\0\0\0\0\0\0\x17\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ê_l\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ên¯\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0@ÉÂ\v–Ä	‚\x15€\f\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ꕪ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ê¦\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ëH\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ëM\x02\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0ÍÌL?ü$1bpæ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ëˆø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ë‘2\x02\x02\0^[\0\x17\0\x04\0R=\0	=Š~Í>ª.˽\04±¹\0™Ô:€ž\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ëËœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ëÒ†\x02\x02\0^[\0\x17\0\x04\0R=\0¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ëög\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ì\x0f­\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ì3Ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ìRË\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ìßÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ìäÓ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—í É\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—í'³\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—íU·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—í^¨\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—í—
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—íœâ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—íØØ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—íâ\x06\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—î\x1c­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—î!ë\x02\x02\0^[\0\x17\0\x04\0R=\03b\b\x16\0\0ÆBkÑRÍÌ%Õ*\x7f\x15l’\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—î@ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—îj…\x02\x02\0^[\0\x17\0\x04\0R=\0)Ëh¡ÒäRÃ
º+GE6~ÆwÿŽÚ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—î|…\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—\x02\x02\0^[\0\x17\0\x04\0R=\0Ž!^[g\x14Ýxßx<¬O_;çŠ\x0eú\rš\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—î·h\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—îæù\x02\x02\0^[\0\x17\0\x04\0R=\0¼Üm³Å̾C"W_ŸéßF—Û\vžj\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ï)»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ï.Û\x02\x02\0^[\0\x17\0\x04\0R=\04Ћu(%Ú'Î\x13KíÍÿéùâúC\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ïdú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ïl›\x02\x02\0^[\0\x17\0\x04\0R=\0\x02¹LÛf5\vWâ\0Âûõ"ØåoÚ«w\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ïžê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—掠\x02\x02\0^[\0\x17\0\x04\0R=\0}<œ‘©9§< ü£mýÛ\x0fJ\x17ÍNÂ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ïÛµ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ïán\x02\x02\0^[\0\x17\0\x04\0R=\0_W捿áÍz’\x0e»\x04\fÏØ&y$\x16å\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ð\x14U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ð\x1fÇ\x02\x02\0^[\0\x17\0\x04\0R=\0\x16\x12< êÏsŸ(á§M\x0f¸\x19{x4\x04\a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ðN&\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ðSÁ\x02\x02\0^[\0\x17\0\x04\0R=\0M\x02×—R$]z××µŠp<\x03qâ7â\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ðˆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ð‹æ\x02\x02\0^[\0\x17\0\x04\0R=\03þ¨FIÛHyÍ^[aW\x1d+Ÿãξ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ðÄâ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ðȲ\x02\x02\0^[\0\x17\0\x04\0R=\0D\x11ñmòÍô	¿#HèY\x10\x01„aÒ“g\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ðýü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ñ\x014\x02\x02\0^[\0\x17\0\x04\0R=\0_ߏ-2·énz3RX·\x03JA¤%³ê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ñ8e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ñ<s\x02\x02\0^[\0\x17\0\x04\0R=\0KÕ7\x13R<••
6Ù*F\0:q ÚVJ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ñ­ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ñ±F\x02\x02\0^[\0\x17\0\x04\0R=\0ìÍ­\f‡W6χåzcñ\x13{\x04èÌ^[I\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ñçß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ñës\x02\x02\0^[\0\x17\0\x04\0R=\0ú"¦Æ—\x0e½ZçÔÎêžÝ’.k¶ \x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ò#\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ò(\x02\x02\x02\0^[\0\x17\0\x04\0R=\0m2¦È \x05ÿê&h\x05ÎÒ«\x10"<îº\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ò]\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—òaY\x02\x02\0^[\0\x17\0\x04\0R=\0"43òX\x02\x102\x03ÚÒFoΚÂpW5Ð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ò˜M\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ò J\x02\x02\0^[\0\x17\0\x04\0R=\0xçŒ[—\x16N&íË„\x12+"Ð#Ñ\fYÐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—òÒ\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—òÕu\x02\x02\0^[\0\x17\0\x04\0R=\0z×KÌçÛò™ºµ·ÊP1ÀÙˆ\x06¢á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ó\r!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ó\x12\x04\x02\x02\0^[\0\x17\0\x04\0R=\0$(Q™^Ð=‹à;·¦+2Þ j\x04ØÂ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—óGl\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—óJá\x02\x02\0^[\0\x17\0\x04\0R=\0qÙlF\x02ϳ•>W?†qé6—5\x19ü,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ó‚\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ó…ã\x02\x02\0^[\0\x17\0\x04\0R=\0\x02ËàšQ!x¬\x06\v\x1e\x01^[ÚÑ¢:Úž·\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ó¼|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ó¿ñ\x02\x02\0^[\0\x17\0\x04\0R=\0 µà\x11&0(\x19ï\aMíR)8kþÍ·–\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—óúy\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—óþ+\x02\x02\0^[\0\x17\0\x04\0R=\0;¦\x1c&0‰ƒz\x06¹PìØq\x0f¥ÏÌ­\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ô1«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ô5\x01\x02\x02\0^[\0\x17\0\x04\0R=\0ðVéNqëG\x10Ë^[æh'Êr\x1dn ƒ\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ô§5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ô­+\x02\x02\0^[\0\x17\0\x04\0R=\09	‡\x05ÇÜhó—ز̝´\x01\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ôáŸ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ôëG\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x13\x01\x02\0ü$1bv¹A	U©bÁg\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—õ\x1c'\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—õ\x1f}\x02\x02\0^[\0\x17\0\x04\0R=\0½7\x06!pA`’
\x0fíÒpA\x7fÙÔà©©\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—õVÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—õZ\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0ªÀ€›Ps\…6@¼½¼<ÝÀ\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—õ‘U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—õ”\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0v¹A	U©bÁg½7\x06!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—õÌ9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—õϐ\x02\x02\0^[\0\x17\0\x04\0R=\0pA`’
\x0fíÒpA\x7fÙÔà©©ªÀ€›\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ö\x06Á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ö
6\x02\x02\0^[\0\x17\0\x04\0R=\0Ps\…6@¼½¼<ÝÀÀè	9\0p\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—öAh\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—öD¾\x02\x02\0^[\0\x17\0\x04\0R=\0¯,\0\0\0\0\0\0\0\0\x17\0\0\0\0ÀËÂëA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ö{³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ö\x7fG\x02\x02\0^[\0\x17\0\x04\0R=\0ˆ\x13ÅôRÓ\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ö·È\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ö»\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\x14\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—öôu\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—öø	\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0ÍÌL?ü$1bpæ	=Š~Í>ª.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—÷+§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—÷/;\x02\x02\0^[\0\x17\0\x04\0R=\0˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—÷f/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—÷j\0\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—÷¡è\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—÷¥Ø\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—÷Û?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—÷ß\x10\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ø\x16B\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ø\x1a\x12\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—øPn\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—øT?\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ø‹3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ø\x04\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—øÆ6\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—øÊ\x06\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ù\x04Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ùvá\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0â	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ù±¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ùÈå\x02\x02\0^[\0\x17\0\x04\0R=\0\0Þ\fë˜'ßÇê"ü\x02W·«ã{ô\x13'\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ùó’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ú\x02¶\x02\x02\0^[\0\x17\0\x04\0R=\0áÆækõ;}áhò\x0fWéýøŸ\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ú&y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ú:ú\x02\x02\0^[\0\x17\0\x04\0R=\0^[8ÖnãH´zÉçhí\x1aä\aiÿËq¶\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ú›‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ú¡a\x02\x02\0^[\0\x17\0\x04\0R=\0uO°*ŠÔ!̵ñ\rŽFÜh½P'hÓ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—úÝð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—úæ\v\x02\x02\0^[\0\x17\0\x04\0R=\0\x7f!}á/¹%²mò“\x10\x0fÅ\x1dô½;û‹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—û\x10š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—û$ \x02\x02\0^[\0\x17\0\x04\0R=\0¿óÃ[F\x11r”îõjfÈ8L–	Heì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ûPB\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ûc’\x02\x02\0^[\0\x17\0\x04\0R=\0¸é'ø\x12ã\x02º®Ë“¿œPµÓíÕ(–\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ûŠ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ûœ2\x02\x02\0^[\0\x17\0\x04\0R=\0\ôß½˜Ú‹ ü&»‡	 Q’\x1f»êl\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ûЇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ûÓü\x02\x02\0^[\0\x17\0\x04\0R=\0cðɝPÃå‘s;\x0eP\x1aõ!Á\x05\x13#Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ûü¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ü\rë\x02\x02\0^[\0\x17\0\x04\0R=\0áòÁ·d9B\v\x18G˜:¯ësw\x13âj¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—üo¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—üs|\x02\x02\0^[\0\x17\0\x04\0R=\0nËmªQŒ@^××\x01\a÷†&÷ؼ$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—üªR\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ü®\x04\x02\x02\0^[\0\x17\0\x04\0R=\0›&Æeˆ\x1e}r%½‚Ó]îýY¦Á‰S\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—üù=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—üýi\x02\x02\0^[\0\x17\0\x04\0R=\0\x16;ò¸xö—-¿\x14ÉoØï
¥ï9Û\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ý\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ý0¬\x02\x02\0^[\0\x17\0\x04\0R=\0\x0fF\bëíÑÌ\x1cá;7?Ë\fΞRÔ\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ýcV\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ýgE\x02\x02\0^[\0\x17\0\x04\0R=\0ÛØþ*´ùZYb×ÊÜ-&	ÿü\x1c[È\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ý”í\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ý˜%\x02\x02\0^[\0\x17\0\x04\0R=\0@¿\rª]ìÌÔ\x10ÀT¦:cMÚ÷×ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—þ	À\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—þ\x13‡\x02\x02\0^[\0\x17\0\x04\0R=\0q\x16¢±Óì°Ûh:6/ïDrÙ­ï\x01V\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—þDg\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—þHV\x02\x02\0^[\0\x17\0\x04\0R=\0/àHr Ë\x1d-yS\x06¯cÚU\x1acü¤é\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—þ3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—þŠ\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0ÚÕœa´%\x1eôg^[oÂpÁ/²cêú¡\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—þ¹–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—þ½…\x02\x02\0^[\0\x17\0\x04\0R=\0¾Ú¾#:2•>ù!ˆ\x1d\x18\x7f Ôéæ\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—þõO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—þù]\x02\x02\0^[\0\x17\0\x04\0R=\0Ð:Í«¸C¢Ë´ñ\vhKߝ\\x12Ë\x1cn\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÿ/š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÿ4œ\x02\x02\0^[\0\x17\0\x04\0R=\09T<É÷ÛÅÎ\x12ÿ/faÔ9Õ.%wî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÿ¤O\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÿ¨>\x02\x02\0^[\0\x17\0\x04\0R=\0É\x19ž}´Ã„¢pè\x7fU&½¹ÇŽ9Ö\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9—ÿàd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9—ÿåÁ\x02\x02\0^[\0\x17\0\x04\0R=\0¥ú\x19%Á\x19ÂRÜæ:\x17%;¦\x04lBþå\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\0\x1f°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\0#D\x02\x02\0^[\0\x17\0\x04\0R=\0¿ó\aLqÞuû\x14ËëdßTúږݍI\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\0Sª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\0i{\x02\x02\0^[\0\x17\0\x04\0R=\0Â\x01-RöÒ.c$—–#\x18È\x0f\vÆœ\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\0ŽQ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\0¢X\x02\x02\0^[\0\x17\0\x04\0R=\0…æ¥|Ò»\x01\0\0\0\0\0\0\0\x15\x01\x02\0ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\0ɐ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\0Íž\x02\x02\0^[\0\x17\0\x04\0R=\01b:m½ÀŠ:vÁZ@ö-È9iÁPØ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x01\a\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x01\rß\x02\x02\0^[\0\x17\0\x04\0R=\0Mpžž;Á\x05Æ’’³õ”@nR<ãrœ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x01Bq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x01Ió\x02\x02\0^[\0\x17\0\x04\0R=\0›Àúd/:^[e¨À\0\0\0\0\0\0\0\0:m\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x01yà\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x01%\x02\x02\0^[\0\x17\0\x04\0R=\0½ÀŠ:vÁZ@ö-È9iÁPØMpžž\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x01³\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x01·\a\x02\x02\0^[\0\x17\0\x04\0R=\0;Á\x05Æ’’³õ”@nR<ãrœ›Àúd\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x01ï§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x01üâ\x02\x02\0^[\0\x17\0\x04\0R=\0/:^[e¨À -'9\0\0ú*\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x02/É\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x025d\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x17\0\0\0\0\0ÉÂg#­øKÿ€ò\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x02žˆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x02¡ß\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x02Ø\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x02Üá\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÍÌL?ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x03\x13·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x03\x16ï\x02\x02\0^[\0\x17\0\x04\0R=\01bpæ	=Š~Í>ª.˽\04±¹\0™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x03MÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x03Q:\x02\x02\0^[\0\x17\0\x04\0R=\0Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x03ˆ\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x03‹…\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x03·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x03Æã\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x03ý]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x04\x035\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x047æ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x04;[\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x04sú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x04w¬\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x04¯X\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x04¶\x05\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x04ít\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x04ó\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x05"€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x05&\x14\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0€Ë3b\b\x16\0\0ž0óÍöªOÛˆs\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x05\Ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x05a4\x02\x02\0^[\0\x17\0\x04\0R=\0hñÿ M/…}ÀßþÊN¸¬\x03\bø3Š\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x05Ò\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x05ÕË\x02\x02\0^[\0\x17\0\x04\0R=\0ã$~\x17B4øyD¬€9Lß=ï/\f¬q\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x06\f¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x06\x10q\x02\x02\0^[\0\x17\0\x04\0R=\0\x015\x1a^[×\x01C÷4à9n"\x1fuc@³¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x06G)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x06Ja\x02\x02\0^[\0\x17\0\x04\0R=\0\x01<ã\x1c$ÏÚÁéžï…nÝ1ÿä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x06Ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x06…c\x02\x02\0^[\0\x17\0\x04\0R=\0¨áŒ\a\x1e¹Ûõöõ2\x18\r$ÉÙ‡45ˆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x06¼•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x06ÀG\x02\x02\0^[\0\x17\0\x04\0R=\0²¬¼ƒÝ\x18\v‹	\0ˆÕ51³i\x03R¯\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x06öÁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x06úÏ\x02\x02\0^[\0\x17\0\x04\0R=\0ºá:K\x1fh»6@·\x01È=\a-eÐ÷£\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\a¨B\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\a° \x02\x02\0^[\0\x17\0\x04\0R=\0ÛÙz\x05Ûí«G_4i³›ãÛ¡\x05ºüð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\aáz\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\aäÑ\x02\x02\0^[\0\x17\0\x04\0R=\0èó‰Þ+#þˆ¼4\x14¤:­\x19¯ÆÛ¼]\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\b\x1c\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\b\x1fY\x02\x02\0^[\0\x17\0\x04\0R=\0ä\x06\x06…–6w·ú\x04˜zKã¨I€\x1csÃ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\bV‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\bZ\0\x02\x02\0^[\0\x17\0\x04\0R=\0ó?*-w?î\x01¶Ñ6\x104Ù²[\x1dìõØ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\b‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\b–p\x02\x02\0^[\0\x17\0\x04\0R=\0Ñ66N˜å\x13z\x05»û…Þñî-@"•\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\bÌ3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\bÑ\x17\x02\x02\0^[\0\x17\0\x04\0R=\0à4’Ü­©\x11\x16Úo˜<\x04t.D7V£\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜		˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜	\x0fo\x02\x02\0^[\0\x17\0\x04\0R=\0‰\x06àæä\f€i\x19s¹š?-¤\x0eAÖ7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜	G•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜	N\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0\x16Ó¸^[™Ø\x0fxfê"R49("žçGi\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜	‡¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜	Œö\x02\x02\0^[\0\x17\0\x04\0R=\0\x1d¼_=Øï˜MJ!–˜ò4Ø\x18˜®Þ"\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜	»V\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜	ÂØ\x02\x02\0^[\0\x17\0\x04\0R=\0rØï`”\x01\x16KÞ7(õ\x15\bÂcŒæK\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜	õ¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜	ý`\x02\x02\0^[\0\x17\0\x04\0R=\0J\x16BÈ+?DóB»g…Ôø\x01\vØÃÞ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜
-å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜
9W\x02\x02\0^[\0\x17\0\x04\0R=\0¶è¹á…;¤¬é³>M½7žÖí{\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜
f\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜
pä\x02\x02\0^[\0\x17\0\x04\0R=\0J \x03\x01ô4\x05ûl¯DJÛÖ\x10\ìþ@¢\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜
 Ð\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜
¥³\x02\x02\0^[\0\x17\0\x04\0R=\0d82+Ÿ	py;èäü"\x13O\x1a§>“¯\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜
ÛX\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜
àx\x02\x02\0^[\0\x17\0\x04\0R=\0ôCD'\x03Ö9ú‰×\f\x12\x0fç\x7f°Å=ÔN\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\v\x16\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\v^[\x01\x02\x02\0^[\0\x17\0\x04\0R=\0ÃëË»”¾J7Úë0ò@\x1fdaä4Nø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\vRé\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\vWë\x02\x02\0^[\0\x17\0\x04\0R=\0Z°®ëQÕb:EüöýÖ8^[Á$\vjƒ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\vŒ\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\v‘#\x02\x02\0^[\0\x17\0\x04\0R=\0óéf“õ\x0fÕÝ\f>|nBEh\b×¯6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\vÆm\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\vÕ¯\x02\x02\0^[\0\x17\0\x04\0R=\0\x16×G—oå4àò?\a˜áí²‘ó¿\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\f\0¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\f\fÂ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x17\x01\x02\0ü$1b\x18\x04í6gö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\f<\x16\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\fDn\x02\x02\0^[\0\x17\0\x04\0R=\0gA
V{>M}kÁ“NÚaqqÁbŠ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\fuç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\fzÊ\x02\x02\0^[\0\x17\0\x04\0R=\0ù\x1fûÎ’@Œ\x15}Cgg©@k­ßó»\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\f°2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\f¶ƒ\x02\x02\0^[\0\x17\0\x04\0R=\0›À\0\0\0\0\0\0\0\0\x18\x04í6gögA
V\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\r%a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\r*D\x02\x02\0^[\0\x17\0\x04\0R=\0{>M}kÁ“NÚaqqÁbŠù\x1fûÎ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\r`\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\rdê\x02\x02\0^[\0\x17\0\x04\0R=\0’@Œ\x15}Cgg©@k­ßó»\x1a›À\0(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\rœx\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\r¢É\x02\x02\0^[\0\x17\0\x04\0R=\0ï¶\0 a¬\0\0˜\x1f\0\0\0\0\x17\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\rÕ\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\rÚï\x02\x02\0^[\0\x17\0\x04\0R=\0…Âi-\aêþàî\x7f\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x0e\x12?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x0e\x18\x16\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x0eJÀ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x0eY§\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0ÍÌL?ü$1bpæ	=Š~\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x0e†=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x0eº\x02\x02\0^[\0\x17\0\x04\0R=\0Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x0e¿u\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x0eÐD\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x0f4á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x0f:¸\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x0fp\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x0ftå\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x0f©ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x0f®ó\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x0fæ€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x0fï®\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x10\x1eÄ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x10%4\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x10Zœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x10_Û\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x10ÏQ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x11\x16|\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x11G\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x11MÌ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0ÝìC!Òýûè3³PÏ{­o\x13Îp\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x11¹S\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x11¾U\x02\x02\0^[\0\x17\0\x04\0R=\0\x02VÃôbäÂM\aä||;ØÂ/m(sÜ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x11ô\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x11ù\x1a\x02\x02\0^[\0\x17\0\x04\0R=\0ª \\x01*¸\b\x1a¿ÏhÓ3ú\x12·ˆ>-S\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x12.c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x123À\x02\x02\0^[\0\x17\0\x04\0R=\0\x05	N\x01‹Ìý0^ðœ\x03àJK,´!u­\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x12iG\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x12nI\x02\x02\0^[\0\x17\0\x04\0R=\0\x13ë\٫Φ™Á\x11iÔ#W\x17Hð楂\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x12¨”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x12¯A\x02\x02\0^[\0\x17\0\x04\0R=\0Ðä\x11Ï…Ö\x02Å8'^W\x0e"”ÜBº®_\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x12Þ³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x12ë\x18\x02\x02\0^[\0\x17\0\x04\0R=\0ªÍ÷bþø¾,\x1e>ïyØ
çÒÜÌõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x13\x19\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x13\x1eô\x02\x02\0^[\0\x17\0\x04\0R=\0.íÅ€\J¢\x14\x1a"å/2í\aí\x16Îcô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x13SÃ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x13Xã\x02\x02\0^[\0\x17\0\x04\0R=\0\r\x10ç)X ´…éÕ*¢å¥LÝÔ”§\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x13Ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x13’´\x02\x02\0^[\0\x17\0\x04\0R=\0÷%Uyg#N6r¼ˆâ¥ËŽóÊ÷Ÿõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x13ȵ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x13Ϊ\x02\x02\0^[\0\x17\0\x04\0R=\0Ÿ=]*¨\fœQ>Í\x1a»\x04ê¤^[ÁI=€\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x14\x03\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x14\bö\x02\x02\0^[\0\x17\0\x04\0R=\0u"ZŸVï·/’ÍH^U\x0e\f\x13Y-\x17\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x14>\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x14Bå\x02\x02\0^[\0\x17\0\x04\0R=\0"ì’ù{æÔ›BÓ\x19\ª$Iĵ$p-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x14zr\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x14\x7fÐ\x02\x02\0^[\0\x17\0\x04\0R=\0·¾&…²Éíù™öoD\x0e=Ös\x0e\aM\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x14´€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x14½4\x02\x02\0^[\0\x17\0\x04\0R=\0¯ÍÃ\0âæ\x04\x14\x0eIc[Æ"\\x14€ñAÚ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x14ï'\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x14÷\x05\x02\x02\0^[\0\x17\0\x04\0R=\0\x1dÍŽ†˜\fµ\x18àY
UÄî%•]ç¾[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x15'å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x15/â\x02\x02\0^[\0\x17\0\x04\0R=\0¶ÑbaQ#XÉø%\x15Ï\x10Áª\x19ÑÇ,í\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x15cŸ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x15h¿\x02\x02\0^[\0\x17\0\x04\0R=\0kõÜ[i<Òø9\x10N|/μ¥Çã´«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x15Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x15¨Ã\x02\x02\0^[\0\x17\0\x04\0R=\0CHþ¢\f#ÿ¶­óˆ\x1aºÌ©\x1fØ
ob\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x15×Ù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x15ݱ\x02\x02\0^[\0\x17\0\x04\0R=\0Z±jkñû›FèØ\x1c9Ðc+í![,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x16\x13\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x16\x17ü\x02\x02\0^[\0\x17\0\x04\0R=\00'1(~Ã\bV\x02Æv<Aô£‡±;ì¢\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x16M'\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x16R
\x02\x02\0^[\0\x17\0\x04\0R=\0ú\x11„ˆ¾ÎnͶà¦!bG\x13^H#ÕÊ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x16‡Í\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x16Œ±\x02\x02\0^[\0\x17\0\x04\0R=\0Þõ»\x13gÌ|Ò\x14	]¿#[óz\x16ô\x17¬\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x16Æ‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x16˃\x02\x02\0^[\0\x17\0\x04\0R=\06éÇZËβ!~ 	¢[(fXþÅ6Ï\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x16ý^[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x17õ\x02\x02\0^[\0\x17\0\x04\0R=\0FĨF\x1aó\x17\x12ç:A\vµ\x13ý\x1a\Ï1j\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x18—N\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x19\f^\x02\x02\0^[\0\x17\0\x04\0R=\0°Ý^¯iF§”y#Û¯\x12øMà$ÌÄ5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x19FÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x19M\x19\x02\x02\0^[\0\x17\0\x04\0R=\0O\aŽ\x1aš[^[ÎÄö\x01\0\0\0\0\0\0\0\x19\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x19‚D\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x19‹S\x02\x02\0^[\0\x17\0\x04\0R=\0\x03\0ü$1blvqEs&lAjŒ$ύÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x19»ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x19¿.\x02\x02\0^[\0\x17\0\x04\0R=\0YÁÊõ©\x11Z¹sABV•ë\x05þ€@%Œ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1a0è\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1aoœ\x02\x02\0^[\0\x17\0\x04\0R=\0:,„ƒ­@ÿã„dâøŠ@\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1a¦\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1a©Œ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0lvqEs&lAjŒ$ύÌYÁÊõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1aà½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1aãõ\x02\x02\0^[\0\x17\0\x04\0R=\0©\x11Z¹sABV•ë\x05þ€@%Œ:,„ƒ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜^[^[F\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜^[4N\x02\x02\0^[\0\x17\0\x04\0R=\0­@ÿã„dâøŠ@@¬œ9\0¸¶,\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜^[UÎ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜^[e©\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x17\0\0\0\0\0\x04âåâ\x04É\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜^[“\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜^[¨ä\x02\x02\0^[\0\x17\0\x04\0R=\0¯è\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜^[Ö1\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜^[Ùã\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÍÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1c\x05Â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1c	7\x02\x02\0^[\0\x17\0\x04\0R=\0L?ü$1bpæ	=Š~Í>ª.˽\04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1c@J\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1cCÝ\x02\x02\0^[\0\x17\0\x04\0R=\0±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1c{Æ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1cƒ*\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1cµy\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1c¸°\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1cð\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1cóW\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1d*§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1d.;\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1d¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1e\x02l\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1e\x1e\x14\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1e'¼\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1eO1\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1ex\x15\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1eļ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1eÈŒ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0€Ë3b\b\x16\0\0™m;$\x06\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1eÿD\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1f\x02×\x02\x02\0^[\0\x17\0\x04\0R=\0˜üñÁ^[3i
1\x02–«
]*î<\x05ö4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1f9Ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1f=#\x02\x02\0^[\0\x17\0\x04\0R=\0øë k¥Ë\x03ãƒâ\0ö,?ÙÌ*M\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1ft°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1fx%\x02\x02\0^[\0\x17\0\x04\0R=\0^>œ‰ðíiÆL8Fнç\0x¾ÑPü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1f®û\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1f²Q\x02\x02\0^[\0\x17\0\x04\0R=\0\x1fÕâ,°½!ÛB$†GÙþöú33r”\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1féÀ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ \b‚\x02\x02\0^[\0\x17\0\x04\0R=\0Q\0£¿)]\x15'\x7f\x02Ž8\víZÝpÊʽ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ %Õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ +\x14\x02\x02\0^[\0\x17\0\x04\0R=\0\x0fäâ\x1eñ-\x14‡“ÏÊŠÝ?¡çÛìv«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ m=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ ƒK\x02\x02\0^[\0\x17\0\x04\0R=\0:73Á!æk¡§ÒÖ\x13UÒ\f|õ¾¸É\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ š\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ ±È\x02\x02\0^[\0\x17\0\x04\0R=\0>$¶•\x1a\x01q ;3)žrþ$@*]vB\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ ×\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ Û&\x02\x02\0^[\0\x17\0\x04\0R=\0Áÿ%â#MÉÆm¤å^[¥Ý.)[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜!\x0e‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜!\x11Þ\x02\x02\0^[\0\x17\0\x04\0R=\0]ÒØAHAÄ+Íë·™\x176ö\x1cŽäa\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜!I.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜!N\x11\x02\x02\0^[\0\x17\0\x04\0R=\0žÓ„$™ÏnìNÀ0T/$V\x0e[\x033\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜!ƒÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜!†î\x02\x02\0^[\0\x17\0\x04\0R=\013\aÒ”üJ?\f]Ãu\x04ýÐÕAïgä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜!¿\x14\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜!Âj\x02\x02\0^[\0\x17\0\x04\0R=\0;Èô\Açkï»/Ø\v6ÕDҝBAš\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜!ùœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜!ý/\x02\x02\0^[\0\x17\0\x04\0R=\0Äê½ÿã4…†\x03ã1¡Ôx\fíÌ\b÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜"5U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜"8é\x02\x02\0^[\0\x17\0\x04\0R=\0»ÁQ¡\x14$Cé™\x05ó8\x163œ¼¸úüà\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜"nQ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜"sR\x02\x02\0^[\0\x17\0\x04\0R=\0Ï\BÑIú\x06Ádða,<Çz\bæèBä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜"²b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜"»4\x02\x02\0^[\0\x17\0\x04\0R=\0‹09¶\x1cØŒ²ÝC¶bÂé¸C 3A„\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜"ã$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜"çP\x02\x02\0^[\0\x17\0\x04\0R=\0‚átðÕ!|QÊÆ+<ØØî#щ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜#\x1dé\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜#!?\x02\x02\0^[\0\x17\0\x04\0R=\0Ö\a×4ê2ïËÞøÜTu\-1’÷aY\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜#Ye\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜#_·\x02\x02\0^[\0\x17\0\x04\0R=\0Œñ-ªNÆm\0’ê±sM1­˜\x10ÛÒq\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜#“\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜#–\x02\x02\0^[\0\x17\0\x04\0R=\0\aEÕ¦Æèì½L2Dz\và—hÌÖÕü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜#;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜#Ñ3\x02\x02\0^[\0\x17\0\x04\0R=\0ÆÇ\x026Ïā\x17¾#«v\x10
¤)­2vZ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜$\bF\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜$\vù\x02\x02\0^[\0\x17\0\x04\0R=\0\a÷[Îü[\x0e@ÞôéX¸ò~˜sÅFâ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜$B°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜$Fb\x02\x02\0^[\0\x17\0\x04\0R=\0DìÄ…\02U\v\x11Þ¿´\x1aFʆÑçV¸\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜$}u\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜$	\x02\x02\0^[\0\x17\0\x04\0R=\0é0쯞Þæäó×T\x02NÅ¥ÔtƯl\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜$»\x17\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜$¾O\x02\x02\0^[\0\x17\0\x04\0R=\0‚#4DG\fë\x1a_2#Â2õ\x10~f[cŠ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜$ûv\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜$ÿ
\x02\x02\0^[\0\x17\0\x04\0R=\0.ò\x01\0\0\0\0\0\0\0\x1a\x01\x03\0ü$1b\x10\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜%-i\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜%0Þ\x02\x02\0^[\0\x17\0\x04\0R=\0€÷«\x17Á\0Ù“Á(yÁð/K	•\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜%gÓ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜%k)\x02\x02\0^[\0\x17\0\x04\0R=\0 Aœßœ­N\x14¢@À”»@µÿC@©\b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜%¢[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜%¥“\x02\x02\0^[\0\x17\0\x04\0R=\0%è탨@\0\0\0\0\0\0\0\0\x10\x0f€÷«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜%Ý\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜%àX\x02\x02\0^[\0\x17\0\x04\0R=\0\x17Á\0Ù“Á(yÁð/K	• Aœß\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜&\x18A\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜&\x1cª\x02\x02\0^[\0\x17\0\x04\0R=\0œ­N\x14¢@À”»@µÿC@©\b%èíƒ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜&RO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜&V\x01\x02\x02\0^[\0\x17\0\x04\0R=\0¨@€`H9\0ðS,\0\0\0\0\0\0\0\0\x17\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜&Œö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜&.\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0€Ò‘\x1c\x1eû'ïç\x18\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜&Èì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜&ÌB\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜'	\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜'\x157\x02\x02\0^[\0\x17\0\x04\0R=\0\x10\0\0\0\0\0\0\0\0\0ÍÌL?ü$1bpæ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜'J%\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜'N­\x02\x02\0^[\0\x17\0\x04\0R=\0	=Š~Í>ª.˽\04±¹\0™Ô:€ž\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜'wr\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜'B\x02\x02\0^[\0\x17\0\x04\0R=\0¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜'²t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜'Ö±\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜('f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜(,I\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜(b+\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜(g\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜(œ”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜(¡Ó\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜(×\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜(Ý1\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜)\x12z\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜)\x17ö\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜)M!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜)R`\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜)Â\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜)Êk\x02\x02\0^[\0\x17\0\x04\0R=\03b\b\x16\0\0¨…œ\x06ѧ‰ÂÿÖ•\v
ð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜)ü^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜*\x02T\x02\x02\0^[\0\x17\0\x04\0R=\0T6ÔÆ­\x13žKÝH\x1d\bpÜJvL\x13:q\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜*6Ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜*;«\x02\x02\0^[\0\x17\0\x04\0R=\0ïÎ\x19Oëíba@¨T¦=ëAŠÜ^[®â\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜*qn\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜*v3\x02\x02\0^[\0\x17\0\x04\0R=\0_,œ¬Þ#FxiÛ¹¨@B@	€ËÁ2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜*­	\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜*²f\x02\x02\0^[\0\x17\0\x04\0R=\0ã\aºb\rÃP}[\rÙ•ö5!‰â\x16X÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜*é\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜*ïË\x02\x02\0^[\0\x17\0\x04\0R=\03Hì#\bܧ\0,\x11ñlu΋ۯït^\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜+\F\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜+a)\x02\x02\0^[\0\x17\0\x04\0R=\0T§\x19IÅíé4ü\x1a’§ñ-ÊŐ"L¸\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜+–5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜+ž\x13\x02\x02\0^[\0\x17\0\x04\0R=\0\fÚ¶fô?(_¯ÉÁ%'	¨²¤Ãhh\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜+Ò‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜+Ùq\x02\x02\0^[\0\x17\0\x04\0R=\0\x1c\x0f\x16r‡5ON\x0f\x1aÌûrGn&«Û¦\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜,\vÞ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜,\x14°\x02\x02\0^[\0\x17\0\x04\0R=\0\x06\x0fÞ?\vΉ<yñ›&„¦ý˜Rð\rë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜,Ff\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜,Kh\x02\x02\0^[\0\x17\0\x04\0R=\0\x13\x1a<t/ý$8!åî»Ø\x11•=¢Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜,¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜,‰¢\x02\x02\0^[\0\x17\0\x04\0R=\0ðÇÚÿg
\rNOÄ*ä×\x10\rÇ\a5üá\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜,¾q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜,È8\x02\x02\0^[\0\x17\0\x04\0R=\02\x1dꢚFê\x17YÛ‡\rÝ\f·\x1d±Í¯â\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜,õà\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜,þu\x02\x02\0^[\0\x17\0\x04\0R=\0Fó•ìÏ¥}äò\x13\b$\x19ÞGè0¤Q\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜-0h\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜-5ˆ\x02\x02\0^[\0\x17\0\x04\0R=\0Õ\x1fóZw×0‘#;;öDÆ‚w¥\v^î\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜-kL\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜-pN\x02\x02\0^[\0\x17\0\x04\0R=\0\fÅ\x02U\x12/áw4^[AL ã2«E§ó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜-¨°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜-®¦\x02\x02\0^[\0\x17\0\x04\0R=\0\x11۝ø¯
Ä1gÍóT\x18õ\x1dÐ7¥ \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜-âc\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜-çƒ\x02\x02\0^[\0\x17\0\x04\0R=\0zõëÚ,\x18ANL2á¹h\x1eJ ?Öz¨\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜.'\r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜.-\x03\x02\x02\0^[\0\x17\0\x04\0R=\0 8ec¬Ä³Pß\fqVÝň9<\x14€\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜.Yz\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜.eG\x02\x02\0^[\0\x17\0\x04\0R=\0Ø3ÆšZ#qí¤D—¯ÕÚ†í\x7f\b”š\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜.2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜.–	\x02\x02\0^[\0\x17\0\x04\0R=\0-ÍW/íöz껤”—\x13øP¡.\x17=s\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜.Î/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜.Öh\x02\x02\0^[\0\x17\0\x04\0R=\0 3\x0f¯ò\x1cæV\x13Õ¼ñ\f6\x14r'íQ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜/\x05B\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜/
b\x02\x02\0^[\0\x17\0\x04\0R=\0\x15\x0e^[SÀƺ&ä\x15tŠ(3ëB]&™\x11\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜/?è\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜/D­\x02\x02\0^[\0\x17\0\x04\0R=\0ˆCÜE¤ÚóeM\x06ùh\x04ÍÜ\x19ÅøxX\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜/zq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜/\x7f5\x02\x02\0^[\0\x17\0\x04\0R=\0\¤ÓV¯ú—‹)\x16/…ä4Ios^[”\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜/·ô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜/¼õ\x02\x02\0^[\0\x17\0\x04\0R=\0ôÓÍëh3¼d¶ÁÔ7G\x0f;µµÇÒ¾\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜/ñã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜/ú\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0„\x17©Œi2=™S)SàTB\x01\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜0.r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜04\f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0^[\x01\x03\0ü$1bž.1¿ÿ+YÁÖé\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜0h%\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜0lŽ\x02\x02\0^[\0\x17\0\x04\0R=\06…ÔiÁ󈬄œ\vuÁèe­\x02ƒ«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜0ŸÐ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜0§Í\x02\x02\0^[\0\x17\0\x04\0R=\0ª@ñUž~È›À¸dv\x01‚[@\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜0Ùý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜0Þà\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0ž.1¿ÿ+YÁÖé6…Ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜1\x14¤\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜1\x19‡\x02\x02\0^[\0\x17\0\x04\0R=\0iÁ󈬄œ\vuÁèe­\x02ƒ«ª@ñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜1SÒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜1\á\x02\x02\0^[\0\x17\0\x04\0R=\0Už~È›À¸dv\x01‚[@ ¸"9\0Ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜1\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜1¢$\x02\x02\0^[\0\x17\0\x04\0R=\0[-\0\0K¡\0\0\0\0\x17\0\0\0\0 ×»Ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜1Í\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜2mý\x02\x02\0^[\0\x17\0\x04\0R=\0\x1eû\fÿ‚\x13\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜2®™\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜2²L\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0”\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜3#È\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜3'\0\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0ÍÌL?ü$1bpæ	=Š~Í>ª.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜3^2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜3aj\x02\x02\0^[\0\x17\0\x04\0R=\0˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜3˜Ù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜3œ\x10\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜3Óa\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜3Ö™\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜4\x0e\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜4\x11?\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜4H\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜4Kæ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜4¾W\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜4Áê\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜4ú\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜5\0Ü\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜52í\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜56C\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜5m”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜5q	\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0Ön\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜5¨:\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜5«r\x02\x02\0^[\0\x17\0\x04\0R=\0Éû9RÚþeÐÌñCAToˆ´ßŠW\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜5ãô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜5è\x01\x02\x02\0^[\0\x17\0\x04\0R=\0Ï\x11G\v\x17Î…¦q%ŠEû\fS•|Ó\x0eî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜6$\x16\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜6*\f\x02\x02\0^[\0\x17\0\x04\0R=\0^ßÚ\x11­¶¿¨Ž2ê\x14\x14\x01D'\x05%Äò\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜6Wñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜6[H\x02\x02\0^[\0\x17\0\x04\0R=\0E×jàO@ÃÕú5¦\x17Öýh»»ÙãB\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜6’˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜6•î\x02\x02\0^[\0\x17\0\x04\0R=\0IÍŽ\0fT)é›á¯'r\x14>ê\fÍZÖ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜6Íö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜6Õµ\x02\x02\0^[\0\x17\0\x04\0R=\0¦$k¾*\vƒÅ\rÖ›U~ݯÈ\x0e¶+ÿ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜7\aÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜7\vó\x02\x02\0^[\0\x17\0\x04\0R=\0…1Yß \x022 R&Õ&ÔêI>@æ>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜7MF\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜7Pø\x02\x02\0^[\0\x17\0\x04\0R=\0ñ37_ãÿ-Ó\x01Ù–ÇÒÍ—éoTÛ¿\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜7·~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜7»N\x02\x02\0^[\0\x17\0\x04\0R=\0ãìQ\x0f\x17iö\x12ÌÁˆÐ#ödV	^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜7òC\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜7õÖ\x02\x02\0^[\0\x17\0\x04\0R=\0«ØªP¨Û\fˆˆµéãl0|6-\x04\x01<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜8,¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜80^\x02\x02\0^[\0\x17\0\x04\0R=\0“'
\x03ÒQÈ\x17@-ÍÕ1ø“ð\x01eî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜8gq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜8k$\x02\x02\0^[\0\x17\0\x04\0R=\0SØ=¿lÎ\x1cã^T×j‰åøî¥\x19ˆ€\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜8¡Û\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜9\x14¨\x02\x02\0^[\0\x17\0\x04\0R=\0)Ëiÿî"ðÝ~\aÒ\x0fUÛú‹ÝÙ‹h\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜9Œ³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜9À\x02\x02\0^[\0\x17\0\x04\0R=\0\x1aµù¸C/ž¸\x05ê„Æ(m•xÏWU\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜9Æß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜9Ö_\x02\x02\0^[\0\x17\0\x04\0R=\0Ü?×^©/@ûü\x03 ^²×šé\x16Ï)ß\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜:\x01g\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜:\x058\x02\x02\0^[\0\x17\0\x04\0R=\02T*BŽçÞ\x045\x1chÕPÊ^\x7f\x02"|Ü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜:<\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜:@Y\x02\x02\0^[\0\x17\0\x04\0R=\0¤\x05F]	Þc°\x1eØì|Ä´^[ò
.$(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜:ì\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜:ï´\x02\x02\0^[\0\x17\0\x04\0R=\0B\ao\x01ì)V¿þÌ›õ‹?\x19æl-z×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜;&l\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜;*[\x02\x02\0^[\0\x17\0\x04\0R=\0\a\x06
j\x1d×:\0ÑÏ\vâëSy›éЏ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜;b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜;²œ\x02\x02\0^[\0\x17\0\x04\0R=\0»\x1e‰:‰É´Q\v!ª\x1cÉ\x03µvÇà¸Y\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜;ä®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜<\x01+\x02\x02\0^[\0\x17\0\x04\0R=\0lÖ”Ó†´‘\x10Ã,7šÉ\bŽ:\x03+,w\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜<\x10è\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜<\x1eÚ\x02\x02\0^[\0\x17\0\x04\0R=\0–ÊÏ»&?6\!+Žn\x10\b\x06M•Öa¼\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜<†\x16\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜<ô=\x02\x02\0^[\0\x17\0\x04\0R=\0šÐg\x03ŠS4Ù°ëeŽ8!ÛêÒÈ=Ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜=5¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜=9ž\x02\x02\0^[\0\x17\0\x04\0R=\0	 1Zì\x01¡YŽãÊ\x0fÇÔ¢wa´r›\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜=pV\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜=tÝ\x02\x02\0^[\0\x17\0\x04\0R=\0l+ˆVN
\Á\v,W™@Èõɬ>:´\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜=¬‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜=°µ\x02\x02\0^[\0\x17\0\x04\0R=\0Ç(›\r\x16
j4\x1aÖdÚsÑ]j\rS&Y\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜>&›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜>+`\x02\x02\0^[\0\x17\0\x04\0R=\0Íí\x02\f«#\x01\0\0\0\0\0\0\0\x1d\x01\x02\0ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜>Zv\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜>]ë\x02\x02\0^[\0\x17\0\x04\0R=\01bèwoËLÊwAÞÐŒX¿'_ÁTa\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜>•Z\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜>˜í\x02\x02\0^[\0\x17\0\x04\0R=\0ü\å\x0fPA \x19¶Ú\x03Øg@\rr2»€o\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜>Ïh\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜>Ò¾\x02\x02\0^[\0\x17\0\x04\0R=\0¡@£\x1fD_M©¨@\0\0\0\0\0\0\0\0èw\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜?
§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜?\x0eò\x02\x02\0^[\0\x17\0\x04\0R=\0oËLÊwAÞÐŒX¿'_ÁTaü\å\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜?EÈ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜?K%\x02\x02\0^[\0\x17\0\x04\0R=\0PA \x19¶Ú\x03Øg@\rr2»€o¡@£\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜?\x7f™\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜?…Ì\x02\x02\0^[\0\x17\0\x04\0R=\0D_M©¨@ðë\0º\0Н¬\0\0 \x1f\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜?¹ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜?¿#\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x17\0\0\0\0\0ÅÂåBˆ\x13¹õöñ\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜?ô‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜@\x04„\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜@0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜@4­\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÍÌL?ü$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜@rç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜@v\\x02\x02\0^[\0\x17\0\x04\0R=\01bpæ	=Š~Í>ª.˽\04±¹\0™\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜@¤~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜@©b\x02\x02\0^[\0\x17\0\x04\0R=\0Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜@߁\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜@â×\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜A\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜A\x1dø\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜AT¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜A[õ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜AŽ€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜A‘õ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜AÉd\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜AÎG\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜B\x03Î\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜B	Ä\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜B?,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜BD-\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜By:\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜B})\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0€Ë3b\b\x16\0\0QÀá:`°'ôEM\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜B´\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜B¸†\x02\x02\0^[\0\x17\0\x04\0R=\0,\x14W20ó)âÔ9VrÎF?(\x10ëØ…\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜BîJ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Bñ \x02\x02\0^[\0\x17\0\x04\0R=\0\0ã\x12…¢Ë»|\x10Q\x05\x15áÔ4ÓP÷½Ê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜C(ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜C,G\x02\x02\0^[\0\x17\0\x04\0R=\0×ÙŠ\x04ê'ñÓÂ\x1eÈdb½EJjð^[\x17\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜CcZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Cf’\x02\x02\0^[\0\x17\0\x04\0R=\0²Ákq‡:‡”…õ[òÞ\x15šŽ6ðÿ¼\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Cž\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜C¡Ñ\x02\x02\0^[\0\x17\0\x04\0R=\0j:E¹Eñé\x03í èüá2muË–ê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜C؉\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜CÛß\x02\x02\0^[\0\x17\0\x04\0R=\0\x0eR&ïUÖ\bÅ\0úŠgHØÓ:Š'\x13ê\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9˜D\x04\f\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Á\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9˜D\aŸ\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜D\x13m\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜D\x16†\x02\x02\0^[\0\x17\0\x04\0R=\0;\x1d*\x01c¿6µfî³\x1a%Àbï\x1a:Q\x11\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜DMõ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜DQj\x02\x02\0^[\0\x17\0\x04\0R=\0çö–éŠ\x17›¡Aí¥8ï: 1ŽD\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Dˆ^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜D‹Ó\x02\x02\0^[\0\x17\0\x04\0R=\0ýî\x01\b\x02á/\x03YË\ãóRî§××þê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜DÂæ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜DÆ\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0²üïrÅÖ‡U\x1e'de«^[\x10ÞwÁøî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜E\x02Ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜E\x06A\x02\x02\0^[\0\x17\0\x04\0R=\0gìÊc¬¾\x03Rœ9ü¯Kø\x0f¨/\x19&]\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜E8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜E;Š\x02\x02\0^[\0\x17\0\x04\0R=\0Rêð\x0eb;øÄLCvnüðÆF\x10à­F\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Et\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜EyJ\x02\x02\0^[\0\x17\0\x04\0R=\0MË•\x11¿SAÌeÙì]fÿ¾nOÕ\x05h\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Eèß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Eíÿ\x02\x02\0^[\0\x17\0\x04\0R=\0¦&çÑ\x11\x1a\x13P Ã²nê´kH½í¾\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜F'7\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜F--\x02\x02\0^[\0\x17\0\x04\0R=\0\v9só²ùÔ•Ì\x1a^[ÃiçfûÂ;JÃ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜F]²\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Fb^[\x02\x02\0^[\0\x17\0\x04\0R=\0õA³áÿò1\x04(ßµ1RËt)pTbä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜F˜:\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜FœÂ\x02\x02\0^[\0\x17\0\x04\0R=\0ÿÚT#\x1a\x02$ßæÓ\x0fŠ"&*Ëo\x18!”\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜FÚ\b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜FßÁ\x02\x02\0^[\0\x17\0\x04\0R=\0ÛÅ7º{è\a¯ù»tki8c^\x1cûo\x13\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜G\x10E\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜G\x17\x11\x02\x02\0^[\0\x17\0\x04\0R=\0a\x1caÞˆäeÂ\x11<"´‰@\x0f5\aõ\x18—\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜G½×\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜GÁå\x02\x02\0^[\0\x17\0\x04\0R=\0IÞ]¼gË¥ï\x06Uœt¥ÜC5Í\x04\x15F\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜G÷¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Gû<\x02\x02\0^[\0\x17\0\x04\0R=\0ŒÒ\x14Û’%”÷Å\x16ÜÓ(È\x11·æ«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜H2O\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜H5¥\x02\x02\0^[\0\x17\0\x04\0R=\0Àº\x06šµ7\x05z‡ü­‚ì\x1d1·°á–7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Hlõ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Hq›\x02\x02\0^[\0\x17\0\x04\0R=\0N<…$	?ãµ\x11÷oJuÝçލË!<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜H§_\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜H¬ž\x02\x02\0^[\0\x17\0\x04\0R=\0ƒU"ÿUÞô~\aß\x1c@Ñ–ƒ÷$‰ÿ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Hì(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Hðr\x02\x02\0^[\0\x17\0\x04\0R=\0\x14\x159/‡Ê%J«äºÛ¹\x7f”ð6\x1aÚ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜I Ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜I$\x10\x02\x02\0^[\0\x17\0\x04\0R=\0óýJNn\x1fœHâÞAAx<Ížt=\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜I[¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜I`\a\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x1f\x01\x02\0ü$1bøÝ\x04Ý\fÜ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜I›ƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜IžÙ\x02\x02\0^[\0\x17\0\x04\0R=\03ÁÁ-ûÕø pÁvÙ\x0f»|ÐrA%\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜IøB\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Iû˜\x02\x02\0^[\0\x17\0\x04\0R=\0ÂëåT«@Rg\x12Ñ‚	’@Žò\x19WÅ#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜J\bx\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜J\x0eO\x02\x02\0^[\0\x17\0\x04\0R=\0”@\0\0\0\0\0\0\0\0øÝ\x04Ý\fÜ3ÁÁ-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜JBg\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Jl|\x02\x02\0^[\0\x17\0\x04\0R=\0ûÕø pÁvÙ\x0f»|ÐrA%\x1dÂëåT\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜J£Ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Jª¶\x02\x02\0^[\0\x17\0\x04\0R=\0«@Rg\x12Ñ‚	’@Žò\x19WÅ#”@ N\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜J·–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜J»\v\x02\x02\0^[\0\x17\0\x04\0R=\01¹\0`ð«\0\0€\x1e\0\0\0\0\x17\0\0\0\0 \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Jñ†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Jõu\x02\x02\0^[\0\x17\0\x04\0R=\0ÅÂ×ñL\x1d1\x16„\x04\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜K/ƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜K2Ù\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0˜\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Khø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜KmÜ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0ÍÌL?ü$1bpæ	=Š~\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜K¦]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜K¬\x16\x02\x02\0^[\0\x17\0\x04\0R=\0Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜KÝê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ká_\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜L\x16.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜L\x19…\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜LPô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜LU\x01\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜L‹š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜L¨\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜LÆ~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜LÊm\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜M\0Œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜M\x04 \x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜M;p\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜M?º\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Mv\x16\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Mz\x05\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜M°a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜M´2\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x0eÌg\bEã\x14Û
jK2àå§Rx¤\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜MëE\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Mï4\x02\x02\0^[\0\x17\0\x04\0R=\0E'4a\x04\x10`?ÌËH\f@ük?ÛÜòÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜N%¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜N)¼\x02\x02\0^[\0\x17\0\x04\0R=\0Uà\x12pò¼oÉÁ7D\x18·,W•–*J-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜N`t\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Nd‚\x02\x02\0^[\0\x17\0\x04\0R=\0<ïqôbÌ)Þv\x1a\vF[¹—9c

Œ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Nš¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜NŸ(\x02\x02\0^[\0\x17\0\x04\0R=\0\x0eÜ\x1fx§2
\x1d0Ršß"){óZ\ry“\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜NÕÁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜NÙí\x02\x02\0^[\0\x17\0\x04\0R=\0\x0eË\f²§ú+^<ÞŠã\fã«”5½\Ü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜O\x10Ã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜O\x15\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0‘9ã\x18v+^\b-+¢J†í\í0ÊáE\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜OJÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜OW±\x02\x02\0^[\0\x17\0\x04\0R=\0X\x18cd=ºíB[\fî\x12Ýö´ò2(<\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜O…;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜O‰g\x02\x02\0^[\0\x17\0\x04\0R=\0žQIãñ*ñZ®
­ÀaÊU²\x11ù\x03i\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜OÀ\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜OÅ\x02\x02\x02\0^[\0\x17\0\x04\0R=\0¨ßdõÍå¯l½¨\fO;:Û'*ïi\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Oúˆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜OþÓ\x02\x02\0^[\0\x17\0\x04\0R=\0¶+ðÖë™*\x0fÈvo3\x16¶_5»qŠ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜P4ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜P9[\x02\x02\0^[\0\x17\0\x04\0R=\0O\x0e2À!ÞQ
-3x\x7fòPŠh²,ò6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Po·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Pt\x02\x02\x02\0^[\0\x17\0\x04\0R=\0ÿ\a\x1cèÅÉ;f~÷’\x10\x1fáUp˜è‡Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜På#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Pén\x02\x02\0^[\0\x17\0\x04\0R=\0ù½\x11åø<\x10’Ì(¿´2,÷E-êˆù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Q\x1f«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Q'‰\x02\x02\0^[\0\x17\0\x04\0R=\0ýÅq³\b\x14¦\x15C¼Ö·?\x10\0Î:ßfj\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜QZp\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Q^œ\x02\x02\0^[\0\x17\0\x04\0R=\0V3\f^[-P\x0e6d.ž\x0fN\x05™-;Éf\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Q”»\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Q˜ç\x02\x02\0^[\0\x17\0\x04\0R=\0îõË\x05 âYÐkë€Èz¾Ã\x02>fn\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜QÏD\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜QÓ­\x02\x02\0^[\0\x17\0\x04\0R=\0d'\fØ¡,\x06§ŠèǵýçSØ\x113]\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜R	ê\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜R\x0e5\x02\x02\0^[\0\x17\0\x04\0R=\0f½Ÿb+\x12Mð]à]Òn3{;NOY\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜RGO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜RK\\x02\x02\0^[\0\x17\0\x04\0R=\0\a0vp›\x02š½ÁÈO^[aôøð*äîw\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜R\x12\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜R”ê\x02\x02\0^[\0\x17\0\x04\0R=\0Gî L\x10¿q	\x11@¤³ï%¤¯\x03-Î\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜R¹¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜R½Í\x02\x02\0^[\0\x17\0\x04\0R=\0ïænÞ\x0e‰›¢\x0fxöž¾S\x02\x12\x14Öø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Rô£\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Rø±\x02\x02\0^[\0\x17\0\x04\0R=\0Šá€Kv3³\x0eVNÛsš1ä\x03èÿOÎ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜S3•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜S:#\x02\x02\0^[\0\x17\0\x04\0R=\0YÈ\x13Â×ò¦i¿åŒ›*ñ\x10pº¿W—\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Sj.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜So/\x02\x02\0^[\0\x17\0\x04\0R=\0~A«Æn$\x1c\x06X-oÄZå\f^[2Àáû\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Sß\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Så\x15\x02\x02\0^[\0\x17\0\x04\0R=\0g\r\x01€ì¿Íêò\x15B£Áâ\x12êl3¦Ñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜T\x19§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜T\x1e©\x02\x02\0^[\0\x17\0\x04\0R=\0DM8ô\x1d3Ù£4ý\x01\0\0\0\0\0\0\0 \x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜TTª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜TYn\x02\x02\0^[\0\x17\0\x04\0R=\0\x03\0ü$1b\bA"„\x1c@gA‰¼˜^-«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜T‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜T•F\x02\x02\0^[\0\x17\0\x04\0R=\0qÁgcp§VÝkA¬‚Šo\x1fò§@>L\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜TÉØ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Tμ\x02\x02\0^[\0\x17\0\x04\0R=\0™íc3g@ó'ba"u¢À\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜U\x04$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜U	D\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\bA"„\x1c@gA‰¼˜^-«qÁgc\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜U?\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜UCê\x02\x02\0^[\0\x17\0\x04\0R=\0p§VÝkA¬‚Šo\x1fò§@>L™íc3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Uyq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜U~°\x02\x02\0^[\0\x17\0\x04\0R=\0g@ó'ba"u¢À€h³¸\0D\x02­\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜U´6\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜U¸Ü\x02\x02\0^[\0\x17\0\x04\0R=\0\x18 \0\0\0\0\x17\0\0\0\0€ÖÂÎ1â\x04¹­\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜UîÝ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜UóÞ\x02\x02\0^[\0\x17\0\x04\0R=\0\a3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜V)F\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜V.¤\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0ÍÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Vc°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Vi¦\x02\x02\0^[\0\x17\0\x04\0R=\0L?ü$1bpæ	=Š~Í>ª.˽\04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Vžï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜V¥\x04\x02\x02\0^[\0\x17\0\x04\0R=\0±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜W\x13á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜W\x19{\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜W‰\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜WŽ\x11\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜WÃ\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜WÈ\\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Wþ \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜X\x04q\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜X8¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜X=‹\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜X­š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜X²œ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Xé\x16\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜XîU\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Y$±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Y)Ñ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0€Ë3b\b\x16\0\0½$Ž&tÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Y]é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Yc(\x02\x02\0^[\0\x17\0\x04\0R=\0NÕƒG\x1aÔ6ø>=¨U\x11¶Ÿ†¾×F\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜YÓ\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜YØ”\x02\x02\0^[\0\x17\0\x04\0R=\01Ç%\x069
?êá\x1a™Ÿ\x1c\x13A—xÁ\aí\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Z\r\b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Z\x18[\x02\x02\0^[\0\x17\0\x04\0R=\0ƒ@afÁ\x0fÞä¢ \x1a_dÌœ$T®¯Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ZG\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ZK¼\x02\x02\0^[\0\x17\0\x04\0R=\0à+\x01\x12[\x02ƒœ\x12(Æ…½Õ\x03Q \x18ˆ€\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ZÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Z…n\x02\x02\0^[\0\x17\0\x04\0R=\0â<"\x13ß<+½\x1et¶ÇÆï°\b;\x15\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Zâ§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Zòc\x02\x02\0^[\0\x17\0\x04\0R=\0z\x1cq\x06\x16P¾õÀ\x05¡\x10?\x0ePº\r$\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜[1°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜[5Ü\x02\x02\0^[\0\x17\0\x04\0R=\0´!Ó×|Ì9s­¯_&*­á!\x05^[Õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜[lÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜[rM\x02\x02\0^[\0\x17\0\x04\0R=\0‰)ŸA:Öy+ð\x16\x01\x16¸:"žÄ\x15";\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜[¦Á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜[©ø\x02\x02\0^[\0\x17\0\x04\0R=\0æ»…\bNÈŸr%\a^ü\b\x1eÇ é\x18\x01È\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜[á†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜[è\x14\x02\x02\0^[\0\x17\0\x04\0R=\0†Àô݇=\x01\®\vJ¨º"n\x1e§Ì^[‚\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\\x1cK\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\ X\x02\x02\0^[\0\x17\0\x04\0R=\0謶`](ŸWç\a­^ó*¢ðÄÖn©\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\V:\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\[¶\x02\x02\0^[\0\x17\0\x04\0R=\07\x15Xty8ñéó\x17ûÿ·ºîâ÷È\x16\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\šL\x02\x02\0^[\0\x17\0\x04\0R=\0—\x05Ž,Ž\x1f\x03èÃ^[s
,À¤'ê;]$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\˦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\Ñ\x04\x02\x02\0^[\0\x17\0\x04\0R=\0ž	¨=¶#\f\x1eãÌ{\¬4_†&Âw\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜]\a"\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜]\f\x06\x02\x02\0^[\0\x17\0\x04\0R=\0ª
’³N,\x03}]×R~w\x130C'6\\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜]@¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜]E\x01\x02\x02\0^[\0\x17\0\x04\0R=\0\x1c\x1a)\x03¡¹}Ô³Éì+\x06\x04!	!¯Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜]{¹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜]\x7fk\x02\x02\0^[\0\x17\0\x04\0R=\0•\x1eÐÜå¿æ\x1f8:\x01nŠ\a\0B¦$\bº\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜]ď\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜]ÉT\x02\x02\0^[\0\x17\0\x04\0R=\00ÍCÌì«”\r¢$\x16j\rè=›-:¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜]ðŒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜]óâ\x02\x02\0^[\0\x17\0\x04\0R=\0\x03Ød~°\x11Ð_Â3l=\x1cWÈ¡¸¯š\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜^,\b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜^0S\x02\x02\0^[\0\x17\0\x04\0R=\0ÊïŽs\x02\x10Cy"mÏ]!\x11…´¿n…\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜^f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜^m\0\x02\x02\0^[\0\x17\0\x04\0R=\0r8;$t\x05ö.Š%ËÍºj™«áD\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜^ $\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜^£>\x02\x02\0^[\0\x17\0\x04\0R=\0±"àç$\x10rdØ.¿a·Ø›Šã\x0f\b×\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜^Úé\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜^ߐ\x02\x02\0^[\0\x17\0\x04\0R=\0K15ªU\x1eðѺ·ÎÜ`ËfÞß\0Mé\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜_\x15r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜_\x18ª\x02\x02\0^[\0\x17\0\x04\0R=\0Ý#²–\x1a$Ú(˜¿Ó+š6NI\\x03¿“\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜_P\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜_SP\x02\x02\0^[\0\x17\0\x04\0R=\0a&Œ!\0η…b«>ô´ '–Ù\x12Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜_Š \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜_÷\x02\x02\0^[\0\x17\0\x04\0R=\0\x050x#xÙ\x16}\x11\x0eáÓÄ.—\x0fd þ•\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜_Åf\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜_È`\x02\x02\0^[\0\x17\0\x04\0R=\0ì¶XÖ	É\x01ˆ$9\0\0\x1cßD!2201\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜`\0Ã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜`\x03û\x02\x02\0^[\0\x17\0\x04\0R=\0419H379YA\0\0\0€Ë3b\0\x16\b\x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜`u—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜`xÎ\x02\x02\0^[\0\x17\0\x04\0R=\0\09\0\0\0\0\x03\0\x01\0\0\0\0\0\0\0\x01\x03\r\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜`°=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜`³u\x02\x02\0^[\0\x17\0\x04\0R=\0ü$1bੱ\aX\x1ehA`kí£k¡\aA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜`êÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜`îÓ\x02\x02\0^[\0\x17\0\x04\0R=\0²|"µs\x1fuÁU¼ßLÀ=›Àp©\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜a%l\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜a(á\x02\x02\0^[\0\x17\0\x04\0R=\0Z­ª@Z\x19%~ç\x1fŽÀ\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜a_ô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜adö\x02\x02\0^[\0\x17\0\x04\0R=\0ੱ\aX\x1ehA`kí£k¡\aA²|"µ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜aš›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ažå\x02\x02\0^[\0\x17\0\x04\0R=\0s\x1fuÁU¼ßLÀ=›Àp©Z­ª@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜b\x0fÊ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜b\x13\x01\x02\x02\0^[\0\x17\0\x04\0R=\0Z\x19%~ç\x1fŽÀ\0¬ò6\0\0\x1a*\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜bKƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜bTÏ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x17\0\0\0\0p
Ã>\x15q\x02^\x01O\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜b…‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜bŠÐ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜bÀ\x19\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜bÅ9\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜bú¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜c\0\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0ü$1bpæ	=Š~Í>ª.˽\04±¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜c4¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜c<\x13\x02\x02\0^[\0\x17\0\x04\0R=\0\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜co±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ctÒ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜cªX\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜c¯;\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜cä£\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜céÃ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜d\x1f¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜d&Ì\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜dZL\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜d_N\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜d–\x05\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜dšé\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜dÏ\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜dÔ?\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜e	‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜e\x0el\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0€Ë3b\b\x16\0\0\x1a3nßUx=3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜eDN\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜eJû\x02\x02\0^[\0\x17\0\x04\0R=\0ElÍü=ÿ3Û¬$îíœ×åT…B\x0f\x1f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜e\x7f2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜e„3\x02\x02\0^[\0\x17\0\x04\0R=\0;\x1dšþ|s½ËQ]1Ø#¦rQ"Œ3æ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜e¹º\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜e¾\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0/a<\x11–hbÍ]\x1a\x06\x1d¡\bl8ŸÖÚé\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜eô`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜eùb\x02\x02\0^[\0\x17\0\x04\0R=\0€žß·G4wØ1èM\x1a—¡ý%ít÷\v\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜f.é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜fE­\x02\x02\0^[\0\x17\0\x04\0R=\0ž\x13t¹ó
Y=íœN\x02Xq•%ΔDÐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜fiq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜fo\v\x02\x02\0^[\0\x17\0\x04\0R=\01)ªÁÞqþ8Ôóà)Ïòe&Œ\x0e\x11Ó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜f£ù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜f©²\x02\x02\0^[\0\x17\0\x04\0R=\0èÑœñçWÖ\x12Ò]e*‰ ü­KEÄê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜gS°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜gXï\x02\x02\0^[\0\x17\0\x04\0R=\0[ª„ðX\x1fÜ6º«ÿ4–´^[²Ó؏þ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜g \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜g”å\x02\x02\0^[\0\x17\0\x04\0R=\0ò¦^[äY‚†4é™_ó¨{\x01Ó’6\x04ü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜gÈý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜gÍà\x02\x02\0^[\0\x17\0\x04\0R=\0T$ÁRWÁ\x05#²ª{õÍhÏEø<á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜h\x04\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜h	>\x02\x02\0^[\0\x17\0\x04\0R=\0ÆläO†Š”Øï”›
íë™ÐŸ¢$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜h>,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜hC\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0"Â#<F1Üÿ»À\x12Æ×ì¸Ö!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜hy\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜h~0\x02\x02\0^[\0\x17\0\x04\0R=\0‘*’\x1eó\x03\x18\x01”rÁuH›FŸ.F	\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜h³[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜h¸\\x02\x02\0^[\0\x17\0\x04\0R=\0;v¥\x1e2øPÌ_hQÃ-ôLBäÜq\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜hî\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜hõ
\x02\x02\0^[\0\x17\0\x04\0R=\0á¥#´\x18öÎ_øúú\x17Áá\x1c’©¯\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ib¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ig¸\x02\x02\0^[\0\x17\0\x04\0R=\0\x04ð]«\x18\)åŒ\x19{ù”³16\x17ÿe.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜iØœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜iÞí\x02\x02\0^[\0\x17\0\x04\0R=\0Sš\x11¯öNF\rÛ‰Ÿéeù54J\vUê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜j\x12ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜j\x17Ê\x02\x02\0^[\0\x17\0\x04\0R=\0Zš7Ìqì<
¦b\x1eN\x15%æ%mk¬ì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜jM¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜jRÌ\x02\x02\0^[\0\x17\0\x04\0R=\0*@ŠÔ\x7fo1ëµÿæKÞü&ÌØ\x04­\x03\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜jˆ4\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜j6\x02\x02\0^[\0\x17\0\x04\0R=\0ŸìCÕJ
%+T[\x01>]\x12OÐih~Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜jÂÛ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜jǾ\x02\x02\0^[\0\x17\0\x04\0R=\0º¥PØÒ\x1eZ(¶;\x16¬w8öۍ—Ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜jýc\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜k\x02F\x02\x02\0^[\0\x17\0\x04\0R=\0»I½Mv²ï\x0fÒ\vÃ\x16ãÛëÉǾÒÆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜kt=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜k}k\x02\x02\0^[\0\x17\0\x04\0R=\0\x02à™ILx'\x0e­"Ð\x1fqVWÌÛ$\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜k­8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜k³\x10\x02\x02\0^[\0\x17\0\x04\0R=\0÷Þ\x03&?8\f\x10f³K«Wcdàtm¨\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜kçß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜kìÂ\x02\x02\0^[\0\x17\0\x04\0R=\0Êûå3ÿUe&´\x7f}®º‚˜^[\x12wÏï\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜l"g\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜l'‡\x02\x02\0^[\0\x17\0\x04\0R=\0T\x11M2î?ðá+\aÇ\vu-\x18+) G\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜l]\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜lb\x10\x02\x02\0^[\0\x17\0\x04\0R=\0\x01\0\0\0\0\0\0\0\x02\x03\r\0ü$1b&ó]£\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜l—µ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜lœÕ\x02\x02\0^[\0\x17\0\x04\0R=\0\x1cRpA²x‹œÑtoÁ°&ìÌJkaÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜m\fã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜m\x12A\x02\x02\0^[\0\x17\0\x04\0R=\0~O:°Šút@|¦Í\x18,\x02¡@ôö˜W\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜mGk\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜mLm\x02\x02\0^[\0\x17\0\x04\0R=\0…¶©À\0\0\0\0\0\0\0\0&ó]£\x1cRpA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜mô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜m‡Q\x02\x02\0^[\0\x17\0\x04\0R=\0²x‹œÑtoÁ°&ìÌJkaÁ~O:°\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜m¿Ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜mÄò\x02\x02\0^[\0\x17\0\x04\0R=\0Šút@|¦Í\x18,\x02¡@ôö˜W…¶©À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜möå\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜mü\x06\x02\x02\0^[\0\x17\0\x04\0R=\0°`\x06:\0À­+\0\0À\x1e\0\0\0\0\x17\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜n1ª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜n6o\x02\x02\0^[\0\x17\0\x04\0R=\0\0 \x0eÃ0\x0fý¸òé\x05\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜nl3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜nqS\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0˜\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜nÍó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜nÒ\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0ü$1bpæ	=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜o^[¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜o\x1f_\x02\x02\0^[\0\x17\0\x04\0R=\0Š~Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜oVS\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜oZ\x05\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜o‘±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜o˜?\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜oÌ^[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜oÒl\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜p\aÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜p\x0fV\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜p{Ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜p‚~\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜p¶x\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜p¼n\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜pñ\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜p÷3\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜q+Å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜q1»\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜q¡1\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜q§F\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x16\0\0ÕM*ü\x1a×2)Á/zÓ(çoÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜q݃\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜qõy\x02\x02\0^[\0\x17\0\x04\0R=\0–âs0ë´\v2a‹‹(ëÐ\x7f×,Iùë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜r\x16A\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜rbn\x02\x02\0^[\0\x17\0\x04\0R=\0¯A@
\x1aoÄ1K\x17k°bUzï\x02·þê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜r‹\x15\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜r·0\x02\x02\0^[\0\x17\0\x04\0R=\0nÓº6gv_:Y\x19ó¶ò)nõÙhWß\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜s:Ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜s@„\x02\x02\0^[\0\x17\0\x04\0R=\0сõ2êŠjù€\x18ÙäÖ3ò¥jT\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜sw\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜s|\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0@÷V &\rüïòÊ̺^[­Øcý	P\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜s¯½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜s´ü\x02\x02\0^[\0\x17\0\x04\0R=\0\x02îà3Z\x10j;\x1cÏ\a‡A \x1aÐo:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜sê¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜sò$\x02\x02\0^[\0\x17\0\x04\0R=\0„\0\x17æfô»º?ìX×åÚ3\x1c	&”#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜t%Â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜t*â\x02\x02\0^[\0\x17\0\x04\0R=\0\x01Ée
¬\x02î¼w\x1cA@.\\x03kV-#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜t_±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜te\x0f\x02\x02\0^[\0\x17\0\x04\0R=\0\x0fÎ’ÎÕtrÀ°^Ü:rjY%Þü¹&\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜tÔà\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜tÚ=\x02\x02\0^[\0\x17\0\x04\0R=\0>Ü‚ÒÉZ$õXŽ\x0f\x15\v\r\x19&\x1c‰<¬\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜u\x10\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜u\x18Y\x02\x02\0^[\0\x17\0\x04\0R=\06o3é\f\0zóÁR\x167›\x03þ4{{_²\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜uJ‰\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜uP\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0Ðv(\x04\x12\x1c=äf\rÆ3Ó?\x17ð.\x1döÐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜u…N\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜uŽ]\x02\x02\0^[\0\x17\0\x04\0R=\0\bL\x11\0 ·–Q=è6$©\x19&óÍô\x06Ñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜u¿{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜uÇ:\x02\x02\0^[\0\x17\0\x04\0R=\0á‡\x15â¾+ÐMÅ­žÓì~ˆ	#÷¶Ò\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜uú@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜v\x01\v\x02\x02\0^[\0\x17\0\x04\0R=\09\x10|'S.á=Ï6RÙÒ0fÄ
NØÖ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜v4l\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜v9\x02\x02\0^[\0\x17\0\x04\0R=\0Ÿ#O#Œ\x18Ì^[ÐãYÿé8mÅ7\x16™I\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜vo\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜vv:\x02\x02\0^[\0\x17\0\x04\0R=\0æ\x16m
Õˆ\x14\x1cÝÇ(Ë%>f†N\x7fC\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜vª\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9˜v±<\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜vç[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜vîd\x02\x02\0^[\0\x17\0\x04\0R=\0 \x02‡\x17ù\º#\x15~çÎ\x0e.¢þ:Õ.\x1f\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9˜w!K\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜w)Â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜w.h\x02\x02\0^[\0\x17\0\x04\0R=\0\x0e½B\x19f¿”ªÃ]¢ã¡6YüŠŠÍ5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜w]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜wfŽ\x02\x02\0^[\0\x17\0\x04\0R=\0ø·\x06. $#°Œ–¿\x12bzöéý‡\x053\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜w”T\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜w¿\x02\x02\0^[\0\x17\0\x04\0R=\0ǃ>çÚkFÊPÌö\rþk\x1eLäá÷&\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜wÑ×\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜wÖ~\x02\x02\0^[\0\x17\0\x04\0R=\0g-Ÿê\bù­Ö.áaì:ð4I¯ã¤Ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜x\r5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜x\x1fr\x02\x02\0^[\0\x17\0\x04\0R=\0§*q\x021-³×^[©ˆ-\x14Mm?\x18J·Í\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜xE[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜xT\x02\x02\0^[\0\x17\0\x04\0R=\00 ×Ïÿ®–דå\)œm/\x13_eYô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜x~8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜x\0\x02\x02\0^[\0\x17\0\x04\0R=\0¬m¶ÏÙjåO¿0(\x11º…\x1c\x14>‘UÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜x½Â\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9˜xÌ\x10\x02\x02\0
\0\x06\0\x04\0RN\0þ\0\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜xó*\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜x÷î\x02\x02\0^[\0\x17\0\x04\0R=\0µâ:ƍK\x1aJ\x19Óù\b\x01\0\0\0\0\0\0\0\0\0\0\x15\0\0\0\x15\0\0\0\x01\0\0\0\0\0â¸9˜y6þ\x02\x02 \x10\0\f\0\x04\0^[N\0\x10þ\0\x01\x01\v\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜y;Ã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜yAš\x02\x02\0^[\0\x17\0\x04\0R=\0\x03\x03\r\0ü$1b^[l÷61\x0fdAE‘vb\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜yi.\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜yŽ~\x02\x02\0^[\0\x17\0\x04\0R=\0'­tÁ·\r\rFÉ_A\x19qx\x05$w @\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜y°Y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜y»¬\x02\x02\0^[\0\x17\0\x04\0R=\0(ni^Ç]oÀ‚ßd`!\x12ªÀ\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜yß2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜yüÃ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0^[l÷61\x0fdAE‘vb'­tÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜zRy\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜zW\0\x02\x02\0^[\0\x17\0\x04\0R=\0·\r\rFÉ_A\x19qx\x05$w @(ni^\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜z>\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜z9\x02\x02\0^[\0\x17\0\x04\0R=\0Ç]oÀ‚ßd`!\x12ªÀ€à^8\0À*+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜zÉÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜zÍB\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\x17\0\0\0\0@\x13ÃFg\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜{\x02N\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜{\x05Ã\x02\x02\0^[\0\x17\0\x04\0R=\0o¯;\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜{<Ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜{@-\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜{x®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜{|\x05\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0ü$1bpæ	=Š~Í>ª.˽\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜{²$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜{µ™\x02\x02\0^[\0\x17\0\x04\0R=\0\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜{ìo\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜{ïÅ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜|&÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜|*M\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜|b6\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜|f%\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜|œ \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜| 3\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜|ÖÌ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜|Ú`\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜}\x11°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜}\x15b\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜}M\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜}PÞ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜}†À\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜}”9\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0g¯$\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜}Â[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜}È\x14\x02\x02\0^[\0\x17\0\x04\0R=\0·«j\aHy¸É¬°\x18ϳ‡ÁOlY@ó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜}ûÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜}ÿÀ\x02\x02\0^[\0\x17\0\x04\0R=\0‘\x02à\x17âŸoÌŒ=œ\x155\x01‹3Ê45÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜~6´\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜~:H\x02\x02\0^[\0\x17\0\x04\0R=\0#\0‹±\bÉÔÙMÙ&\x12ø0ç+^ˆT\x17\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜~q<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜~t±\x02\x02\0^[\0\x17\0\x04\0R=\0Í$Å´rif3Ò‘¢ú%°Â*…‘$Õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜~®E\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜~±÷\x02\x02\0^[\0\x17\0\x04\0R=\0\x03\x7f\x03Áq•º-šy>5&(’(\x1a¸ÍØ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜~æk\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜~ê\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0(>éëÁË\a\x1c\x17Ï4\x12\ ²Þ7\x03ñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x7f ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x7f$¥\x02\x02\0^[\0\x17\0\x04\0R=\0PÁÁèuèC6\a\v\x03;LÜ+¸á3bñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x7f[]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x7f_-\x02\x02\0^[\0\x17\0\x04\0R=\0jñ’Þü¢º2ëå\x10ü½5;Û
Xî\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x7f–~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x7f›\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0s™çT:Ö2\x1f@J`þ#›öË\x1eÆüÖ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x7fÑ\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x7fÖ&\x02\x02\0^[\0\x17\0\x04\0R=\0#ª›P›‡Öäy[³\x11®´)Î^\x19\x06\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜€\x0f}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜€\x14¼\x02\x02\0^[\0\x17\0\x04\0R=\0zÓ!9\b,ué\x02«‚¸èzÖד\x13Q\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜€GG\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜€NP\x02\x02\0^[\0\x17\0\x04\0R=\0C…%ëF»\f~C²º¥õM>\x05jÉ\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜€„é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜€‹\x1c\x02\x02\0^[\0\x17\0\x04\0R=\0¨\x10\x06%£\x02ÜÏk\x18šÀ¢ø—8H–ó(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜€À(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜€È\x06\x02\x02\0^[\0\x17\0\x04\0R=\0‚\a\a'žEuÓ\0è’òT¥\x12å0t)\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜€øæ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\a\x02\x02\0^[\0\x17\0\x04\0R=\0$ŽE­cO¤êo¤!ñã\x1478y\b6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜?<\x02\x02\0^[\0\x17\0\x04\0R=\09Aû²«õ
\0Ð&>ãÊ\x12ô3\x17ö«ò\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜k\x1a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜vm\x02\x02\0^[\0\x17\0\x04\0R=\0e­ÛÒ¾SjüéY•R\x05™G#à=`õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¥þ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¬É\x02\x02\0^[\0\x17\0\x04\0R=\0\x16úÅÏîN\x1cà U\0O2¿?×(Ó\x01\v\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜èý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ñ’\x02\x02\0^[\0\x17\0\x04\0R=\0<Žgѳ³ˆ% Òô<M²cÜ.Õ›Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‚\x1dp\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‚4\x17\x02\x02\0^[\0\x17\0\x04\0R=\0<\b\x11×\x05÷²!3€\x06\x1e<nÇ\x01ˆX¹Â\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‚Z·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‚m1\x02\x02\0^[\0\x17\0\x04\0R=\0ß\x03ZG&AÜ\bõ&\x1eE&\x06ÌI© Â\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‚¤\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‚¢\0\x02\x02\0^[\0\x17\0\x04\0R=\0*ÔÂAŠQk^[{UK$Œ?vÏׂýû\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‚ÊK\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‚̓\x02\x02\0^[\0\x17\0\x04\0R=\0ùéâ\x1c¾ÅÒ\x1c\x18èèªteïä\x1cwøù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ƒ\x04ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ƒ\b\v\x02\x02\0^[\0\x17\0\x04\0R=\0%­A6â9o/"¦\x1c°›!²\x0ez–Åè\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ƒ?[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ƒSD\x02\x02\0^[\0\x17\0\x04\0R=\0©\x19›3Åc¬éé
ßËs[k
ªTÉM\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ƒ…Ï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ƒŠ”\x02\x02\0^[\0\x17\0\x04\0R=\0ê?E&ÐP®ì¼³
Õ©’0ê5;úJ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ƒ´©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ƒ·£\x02\x02\0^[\0\x17\0\x04\0R=\0\x18áàÊ\x01\0\0\0\0\0\0\0\x04\x03\r\0ü$1b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ƒïn\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ƒòã\x02\x02\0^[\0\x17\0\x04\0R=\0$_QaFý7ÁÛá™XÀÄkÁÆe\x1cõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜„)ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜„-.\x02\x02\0^[\0\x17\0\x04\0R=\0QòsA	s\x03:ż¤@\¿ŸÌÀp£À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜„d~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜„g—\x02\x02\0^[\0\x17\0\x04\0R=\0†À0^[mþ—À\0\0\0\0\0\0\0\0$_Qa\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜„Ÿ%\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜„¢]\x02\x02\0^[\0\x17\0\x04\0R=\0Fý7ÁÛá™XÀÄkÁÆe\x1cõQòsA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜„ÙË\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜„Ý\x03\x02\x02\0^[\0\x17\0\x04\0R=\0	s\x03:ż¤@\¿ŸÌÀp£À†À0^[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜…\x14S\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜…\x17‹\x02\x02\0^[\0\x17\0\x04\0R=\0mþ—À€y
9\0€ú+\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜…Nú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜…R2\x02\x02\0^[\0\x17\0\x04\0R=\0\x17\0\0\0\0 \x14Ã_Nq\x02\bÕ\x1aÒ\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜…‰¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜…4\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜…ÄG\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜…Ǽ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0ü$1b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜…ÿJ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜†\x05›\x02\x02\0^[\0\x17\0\x04\0R=\0pæ	=Š~Í>ª.˽\04±¹\0™Ô:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜†9v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜†=
\x02\x02\0^[\0\x17\0\x04\0R=\0€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜†®†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜†±û\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜†ê!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜†íÓ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‡#ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‡'¤\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‡eÀ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‡i\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‡™\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‡œ´\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‡Ó‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‡×=\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ˆ\x0e1\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ˆ\x11ã\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ˆH›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ˆLÇ\x02\x02\0^[\0\x17\0\x04\0R=\0€Ë3b\b\x16\0\07zª(Ò†èá
wVÞ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ˆƒ¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ˆ‡Œ\x02\x02\0^[\0\x17\0\x04\0R=\0\x7f*1ø°4FAiÂZ¼þÀÎú7CŸÞ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ˆ¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ˆÄ^[\x02\x02\0^[\0\x17\0\x04\0R=\0¨|¤2³÷>6µÉ›!\vÞ\x02\vÏÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ˆú\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‰\x01Û\x02\x02\0^[\0\x17\0\x04\0R=\0®ù.³Tð\b\x1cÝÎè\x1e\0ãÜ…HKT\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‰60\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‰?@\x02\x02\0^[\0\x17\0\x04\0R=\0§)í\x17\x11Ïn
¨\x02&É­;h̳r¢N\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‰nï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‰y‹\x02\x02\0^[\0\x17\0\x04\0R=\0Ê3qø®f=\x1a¾‡KÌÓ\bd\x12ã~º0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‰¨À\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‰²I\x02\x02\0^[\0\x17\0\x04\0R=\0‘Ü2ü\büo¯ \x05\vÛ>=\v\x0f_\x04û-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‰ã)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‰ìð\x02\x02\0^[\0\x17\0\x04\0R=\0„é{^[Ì«U³@½:/\x1aOÝ÷"ÑI,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Š\x1e,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Š%S\x02\x02\0^[\0\x17\0\x04\0R=\0¼\x030×#ˆºÁ&/Œ)ÀJ^9)hß(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ŠX´\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Šƒ½\x02\x02\0^[\0\x17\0\x04\0R=\0¡‡\bÛª[aæsqL\x03¹=980.Y´\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Š™\x13\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Š½Ë\x02\x02\0^[\0\x17\0\x04\0R=\0]áÔót\rôå\x1aª5O+‹<:/¸º\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ŠÍ¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Šê#\x02\x02\0^[\0\x17\0\x04\0R=\0”>\x0eì¶ò\bÝ´;Å1ê.kÿE½éÞ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‹\x1dà\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‹#Ö\x02\x02\0^[\0\x17\0\x04\0R=\0\x02sâ鄝jUaéP\x1dñðz\x01\x13JÑÊ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‹Gô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‹]§\x02\x02\0^[\0\x17\0\x04\0R=\0°·Ó,\x7fPPLÌÖéƒ#Y\x14¿†vÍ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‹\x7fÝ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‹†æ\x02\x02\0^[\0\x17\0\x04\0R=\0\x18z\x15^[1•ü6/ê]îgšµ'O‘Ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‹¸\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‹ÎÈ\x02\x02\0^[\0\x17\0\x04\0R=\0Å™h\x17€ê\b(\x03·\x1e\x11GÚv¸}vÇ:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‹ñó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‹õ\f\x02\x02\0^[\0\x17\0\x04\0R=\0\x03²ùþÍïÿ&\x7fjjÑž¶ŽÀ\x15"á4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Œ,¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Œ/Ñ\x02\x02\0^[\0\x17\0\x04\0R=\0‡k‘-ïÚÔ'ÇÿEÕªû/ï¨"C\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Œg\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Œj\x1c\x02\x02\0^[\0\x17\0\x04\0R=\0ãGu-\x1eAŸ®¿„?íM¨\x14îDF\x157\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Œ¡©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Œ¥Ö\x02\x02\0^[\0\x17\0\x04\0R=\0Û¤J8ã¼´+§úmiPá¯g‡3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ŒÜ2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Œßj\x02\x02\0^[\0\x17\0\x04\0R=\0\x19^ëõn\x1e\rÖ³\x1f”÷ð\x1fûS]4Ë!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x16º\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1a\x10\x02\x02\0^[\0\x17\0\x04\0R=\0Týwø*Ä\x15ÎaR[Ü\x02†O\x10jçÛ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Tô\x02\x02\0^[\0\x17\0\x04\0R=\0òöÚ\r\x03\x1d*ÐÄÆ÷"ˆ2;ïÝ\rá\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ç	\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ê`\x02\x02\0^[\0\x17\0\x04\0R=\0ÿªè½¸mK×[’\x14\x1fÕoä \x0f\x0fC\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ž\x01s\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ž\x04«\x02\x02\0^[\0\x17\0\x04\0R=\0’7Å¿è2”D^\x1f\x19\x06yÁƒ ם
Í\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ž;Ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ž?\x14\x02\x02\0^[\0\x17\0\x04\0R=\0\x12ÐRÁlØ >°¸c 0<”%‡ðÌÐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Žvƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Žy»\x02\x02\0^[\0\x17\0\x04\0R=\0¹løºƒÂ\x18\x16\x15K!¢§V«\x01\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ž±Â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Žµ±\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x05\x03\r\0ü$1bËØg®Ó°hÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ŽëÐ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Žï¡\x02\x02\0^[\0\x17\0\x04\0R=\0p\x13ƒŠÄÏ\x1dA½x¡\x1esùtAO‰†h\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜&Ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜*à\x02\x02\0^[\0\x17\0\x04\0R=\0쟛@\x12Gf˜Â0ªÀN5dGèf‘@\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9˜9å\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ä\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9˜=¶\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÄ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜cC\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜g2\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0ËØg®Ó°hÁp\x13ƒŠ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜œ\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¢S\x02\x02\0^[\0\x17\0\x04\0R=\0ÄÏ\x1dA½x¡\x1esùtAO‰†h쟛@\0\0\0)\0\0\0)\0\0\0\x03\0\0\0\0\0â¸9˜Â¡\x04>&\x02\x01\0\0F O·\x02x\x1a\x02\x01\x06\a\x033U""çþ\x0e	P32H(ID-A046)Ÿ\0\0\0\x19\0\0\0\x19\0\0\0\x03\0\0\0\0\0â¸9˜Ç)\x04>\x16\x02\x01\x04\0F O·\x02x
	ÿ\0\0x\x02·O FŸ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ØS\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ß·\x02\x02\0^[\0\x17\0\x04\0R=\0\x12Gf˜Â0ªÀN5dGèf‘@\0\x7f»8\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x13U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜\x1cF\x02\x02\0^[\0\x17\0\x04\0R=\0\0€=+\0\0€\0\0\0\0\x17\0\0\0\0 \x17Ã\0\0\0 \0\0\0 \0\0\0\x03\0\0\0\0\0â¸9˜F[\x04>\x1d\x02\x01\0\x01fÍJ¬ @\x11\x02\x01\x1a\x02
\f
ÿL\0\x10\x05[\x1c+â&£\0\0\0\x0f\0\0\0\x0f\0\0\0\x03\0\0\0\0\0â¸9˜MÞ\x04>\f\x02\x01\x04\x01fÍJ¬ @\0£\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Rþ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜d¢\x02\x02\0^[\0\x17\0\x04\0R=\0d\x19â\x04G	`§\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜†}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‹B\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Áž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Æ \x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0ü$1bpæ	=Š~Í>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜üE\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‘\x02Y\x02\x02\0^[\0\x17\0\x04\0R=\0ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‘6q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‘<†\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‘s\x1f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‘y\x15\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‘­-\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‘´°\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‘æÁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜‘ìÕ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜’!Ã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜’'|\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜’_¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜’fO\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜’•¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜’›˜\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜’Ïí\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜’Õã\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜“\v\x0e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜“\x10å\x02\x02\0^[\0\x17\0\x04\0R=\0ü\v\x13!Þ±MÍð\x05[é¼%\0?D\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜“Eµ\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x10\0\0\0\x10\0\0\0\0\0\0\0\0\0â¸9˜“KŒ\x02\x02\0\v\0\a\0\x04\0R=\0°¹óª\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜“€\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9˜“†\x14\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\x12\0\0\0\x12\0\0\0\x01\0\0\0\0\0â¸9˜“ºã\x02\x02 \r\0	\0\x04\0^[:\0\x10Ô\0À\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜“À~\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9˜“Ѩ\x02\x02\0	\0\x05\0\x04\0RO\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9˜“üV\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜”\x03@\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0f\0\0\0\x0f\0\0\0\0\0\0\0\0\0â¸9˜”\x06Y\x02\x02\0
\0\x06\0\x04\0RN\0þ\0\x01\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9˜”/Õ\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\x15\0\0\0\x15\0\0\0\x01\0\0\0\0\0â¸9˜•D£\x02\x02 \x10\0\f\0\x04\0^[N\0\x10þ\0\x01\x01\v\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜•Mu\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜•wM\x02\x02\0^[\0\x17\0\x04\0R=\0Cë9àþf÷\x02kÑ3èEb(Nd\x1f°\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜•€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜• Œ\x02\x02\0^[\0\x17\0\x04\0R=\0<ìM\x1dôì€î\x14WK1ôŸöà\x10ødÆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜•Ë9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜•Î®\x02\x02\0^[\0\x17\0\x04\0R=\0 D\x15\x18ú<–F€\x02O(\x19¾Âä\x18@”Û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜–?\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜–B\x02\x02\0^[\0\x17\0\x04\0R=\0o£\x06ôlv\x16D*ç׿»Ïxý"6Ü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜–y‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜–€©\x02\x02\0^[\0\x17\0\x04\0R=\0/  1½\x02\x7f?øÆAÆZä\x1fÙíÁÜØ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜–´
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜–¹â\x02\x02\0^[\0\x17\0\x04\0R=\0<Àñ,ß'M\fóݧì/†kئ‡AS\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜—)9\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜—-Á\x02\x02\0^[\0\x17\0\x04\0R=\0á'¹\x15ªn³\rÿ]éȵJ\x06Ê¿ÇJM\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜—cÁ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜—g’\x02\x02\0^[\0\x17\0\x04\0R=\0'ÁãýÁªL\x1cDñRÌU…\0\x0fL+	.\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜—žI\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜—¤\x02\x02\x02\0^[\0\x17\0\x04\0R=\0a˜f\x01¸¥¼­Ãä7Üq’Ý\v“%Ç/\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜—ØÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜—Ü(\x02\x02\0^[\0\x17\0\x04\0R=\0ò\f0\x1fS+\x10²9±*‡E?õ7\x1aä-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜˜\x14l\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜˜\x18=\x02\x02\0^[\0\x17\0\x04\0R=\0#p’ÙT\x17¡ÂW8ü$ü;:=Öüü(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜˜N\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜˜Q8\x02\x02\0^[\0\x17\0\x04\0R=\0æ[ˆÝ›^[EãI5\x18ÿ\x1f_Å;ñ½\f·\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜˜ˆÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜˜Œ´\x02\x02\0^[\0\x17\0\x04\0R=\0²àeöµß/ãÞJ·4ÕáÆ=Üxz½\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜™\x02ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜™\x06å\x02\x02\0^[\0\x17\0\x04\0R=\0mâÓæþŽ«ÛŒ\x7fº0VÕÙ\x02D`uâ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜™8›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜™?\v\x02\x02\0^[\0\x17\0\x04\0R=\0@þ\våiÀJUæÐi^[\x13—Ú\x04•“ùÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜™­Œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜™²\x14\x02\x02\0^[\0\x17\0\x04\0R=\0½‚ÃÐg\x11ÞO”x+ïè«­\x16k"éÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜™èÌ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜™ìA\x02\x02\0^[\0\x17\0\x04\0R=\0ªþî\x17GHæ4–8{ó¤ ü²OƒOÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜š"ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜š'$\x02\x02\0^[\0\x17\0\x04\0R=\0È„j\x14ªòO*<d\x13\x15çþ\¶\x0f\x16Ì6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜š]€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜šaË\x02\x02\0^[\0\x17\0\x04\0R=\0¯óKü¥>\x17)X_UÓ\x10ê½ÀC\x19Ê0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜š˜	\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜š›Ù\x02\x02\0^[\0\x17\0\x04\0R=\0è”\b2x›j(\x16øV×]¹Òë‰\x1e(
\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜šÒ‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜šÖ$\x02\x02\0^[\0\x17\0\x04\0R=\0¥ÄŸ1þxr°œ\x03£ï\x18ö\vëÕþº6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜›\r7\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜›\x11Ý\x02\x02\0^[\0\x17\0\x04\0R=\0GÇ/:1 ´¶>‡Gõc²’߃(\v3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜›G¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜›Kq\x02\x02\0^[\0\x17\0\x04\0R=\0@$Pù•\f/Ù+g„òË"ÇT×ô@ \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜›ƒÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜›	\x02\x02\0^[\0\x17\0\x04\0R=\0Øe×û/\x18©ÌÅ\x05íØzG\x05P”ùñà\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜›½h\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜›Áv\x02\x02\0^[\0\x17\0\x04\0R=\0ã„a\x10DÒ\fÏ¥&' Úb":++ëå\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜›÷³\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜›û
\x02\x02\0^[\0\x17\0\x04\0R=\0/Œº\x01\0\0\0\0\0\0\0\a\x03\r\0ü$1b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜œy)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜œ|½\x02\x02\0^[\0\x17\0\x04\0R=\0K\mt\x04{cÁ)E‡\x12Ì¢tA\x7f5Ƥ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜œ§§\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜œ«Y\x02\x02\0^[\0\x17\0\x04\0R=\0\x04è`Ág$óœ‘ΠÀd°ÙÌ%wu@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜œâ\x11\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜œå¤\x02\x02\0^[\0\x17\0\x04\0R=\0Œø¶T!©@\0\0\0\0\0\0\0\0K\mt\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜\x1c¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ j\x02\x02\0^[\0\x17\0\x04\0R=\0\x04{cÁ)E‡\x12Ì¢tA\x7f5Ƥ\x04è`Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜W@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Zò\x02\x02\0^[\0\x17\0\x04\0R=\0g$óœ‘ΠÀd°ÙÌ%wu@Œø¶T\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜‘È\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜•[\x02\x02\0^[\0\x17\0\x04\0R=\0!©@\0þ\b8\0@\0+\0\0\0ž\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ì\x04\x13\x05\x01\x02\0\x01\0\0\0\0\x0e\0\0\0\x0e\0\0\0\0\0\0\0\0\0â¸9˜äß\x02\x02\0	\0\x05\0\x04\0RO\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ž\x06Ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ž\f¯\x02\x02\0^[\0\x17\0\x04\0R=\0\x17\0\0\0\0Ð\x16Ã\aêq\x02“&\x1aÒ\0\0\0\0\0\0\0\x0e\0\0\0\x0e\0\0\0\x01\0\0\0\0\0â¸9˜žBs\x02\x02 	\0\x05\0\x04\0\x01\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜žHÄ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜žN\x03\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ž|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ž‚:\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0ü$1b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ž·(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ž¾\x12\x02\x02\0^[\0\x17\0\x04\0R=\0pæ	=Š~Í>ª.˽\04±¹\0™Ô:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜žò\v\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜žöï\x02\x02\0^[\0\x17\0\x04\0R=\0€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ÿ,u\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ÿ1X\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ÿi~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ÿna\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ÿ¦¥\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ÿ¯µ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ÿàñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ŸåZ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ \x18~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ %!\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ Œ{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ “
\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ Ç\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ Í°\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¡\x01ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¡
!\x02\x02\0^[\0\x17\0\x04\0R=\0€Ë3b\b\x16\0\0¦Ú®äú\0Xú2Y'6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¡=‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¡Dæ\x02\x02\0^[\0\x17\0\x04\0R=\0ƒtn/tZ=°ä\x06†\x0fk-ßèS™i3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¡wS\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¡\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0u÷$é\x01HuË\x16Cý
ZopM\x12
ƒ&\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¡±a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¡ºê\x02\x02\0^[\0\x17\0\x04\0R=\0÷ñ`ìnä^Õ\x18\x0fkêÝzŠJ%79Ê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¢)©\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¢9)\x02\x02\0^[\0\x17\0\x04\0R=\0îÿÑ\x03|8bÖÒO<,)î4?ôò\x0fÐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¢a6\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¢tâ\x02\x02\0^[\0\x17\0\x04\0R=\0\al:Í‹¯i×tø5(Íp\x1a\x15(\x18jö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¢›Ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¢ À\x02\x02\0^[\0\x17\0\x04\0R=\0Pƒ2ÍÂ7£NO‘î\x0fÍ}ï\x15d\§É\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¢Õë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¢Úí\x02\x02\0^[\0\x17\0\x04\0R=\0ø‰rÅKŸ\0I>é,\f$Dz Ã/ÿÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜£\x10°\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜£\x15”\x02\x02\0^[\0\x17\0\x04\0R=\0}Ô\r\x06Ëùž&Ueµ\x0e@ì5«EuÎß\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜£Ku\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜£Qk\x02\x02\0^[\0\x17\0\x04\0R=\0þ]\\x03Lªœ3\vgU'L
Þ¯ÚBµ\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜£†;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜£‹¶\x02\x02\0^[\0\x17\0\x04\0R=\0ÈJ%ï<cq1ä¢Üà,…\x17Æ\x01à§\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜£À¤\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜£ÈÞ\x02\x02\0^[\0\x17\0\x04\0R=\0<¤(F“çK(ÆÖPäÎc\x01ÜÔ”3õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜£û¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¤\x01A\x02\x02\0^[\0\x17\0\x04\0R=\0’É(D@h’¿6òªü~°YÜö\x1a:1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¤<Ü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¤F¢\x02\x02\0^[\0\x17\0\x04\0R=\0·Ä2?G¯•ÅÆÉËÙJ´&ÙŒìR-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¤}x\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¤…²\x02\x02\0^[\0\x17\0\x04\0R=\0 £\a\fE—¯ë£ï±ØÚ\x14Sf¥;\x16\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¤«|\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¤Ã\x02\x02\0^[\0\x17\0\x04\0R=\0$	r\rýL\x1eÉa\v¸Êy¾ÞMÕ@eý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¤æ~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¥\0¸\x02\x02\0^[\0\x17\0\x04\0R=\0¶âœ^[\a\x0e\x16ÌZñg\x0fF„¿.®¸À\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¥ «\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¥(§\x02\x02\0^[\0\x17\0\x04\0R=\0\x03ý^[®¹AìÛi\fI\fTŸˆ/ºj\x12\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¥[Q\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¥aG\x02\x02\0^[\0\x17\0\x04\0R=\0à"ê±Àoþ*¯€éõÕ6ø-ù‚„Ù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¥•œ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¥œ¥\x02\x02\0^[\0\x17\0\x04\0R=\0Eó€ÂíRš%ѦÅ<Öp×(fy\x15Ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¥Ò+\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¥Ø›\x02\x02\0^[\0\x17\0\x04\0R=\0s‘¹ã¥ÛG\0\f\°;½zݶf£õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¦\vÞ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¦\x11Ô\x02\x02\0^[\0\x17\0\x04\0R=\0\fgã¼>¿4"ÕD=\x03Þ¼Ž~ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¦EÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¦Lz\x02\x02\0^[\0\x17\0\x04\0R=\0d5\x10Ü\rÙ\x121Öî˜\x02e9™ám–hå\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¦†ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¦Žg\x02\x02\0^[\0\x17\0\x04\0R=\0e1\fUÿÖ^[=ц\x04–‚<ʪ\vœÑ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¦Æè\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¦ÎÆ\x02\x02\0^[\0\x17\0\x04\0R=\0“Õ_P\x10ó­î!$ë\x15Ò™ÀÌ°êL\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¦õf\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜§\r\0\x02\x02\0^[\0\x17\0\x04\0R=\0å›k5ê&Âòõ\x02x³{@$Ù˜CÛ\x14\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜§0†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜§6?\x02\x02\0^[\0\x17\0\x04\0R=\06ù\b*I6ì\x13›#S¶a&\x017\x01\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜§jv\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜§rÎ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\b\x03\r\0ü$1bœ\x05\x15\bAC:A\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜§¤þ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜§«è\x02\x02\0^[\0\x17\0\x04\0R=\0Þ\x06\a^]ÄkAˆÕö\x05hÛsÁNˆ\b/\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜§à\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜§ç'\x02\x02\0^[\0\x17\0\x04\0R=\0(ǤÀ	3ç^[‹“£@–\v^[GEÕ—@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¨Tx\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¨Y\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0œ\x05\x15\bAC:AÞ\x06\a^\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¨·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¨™\x04\x02\x02\0^[\0\x17\0\x04\0R=\0]ÄkAˆÕö\x05hÛsÁNˆ\b/(ǤÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¨Éˆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¨Ñ£\x02\x02\0^[\0\x17\0\x04\0R=\0	3ç^[‹“£@–\v^[GEÕ—@@X†¸\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜©\b·\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜©\r{\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\ª\0\0\0\0\0\0\0\0\x17\0\0\0\00\x10Ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜©?P\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜©Gå\x02\x02\0^[\0\x17\0\x04\0R=\0(Ú\x1eût@W0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜©z\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜©€Â\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜©ï\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜©õ^[\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0ü$1bpæ	=Š~Í>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ª)p\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ª0y\x02\x02\0^[\0\x17\0\x04\0R=\0ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ªd5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ªk\x1f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ªžû\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ª©ò\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ªÙÀ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ªà‹\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜«\x13r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜«\x187\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜«Š¨\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜«—,\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜«Ä\x1d\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜«É™\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜«þJ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¬\x06(\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¬9L\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¬>æ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¬sZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¬zÝ\x02\x02\0^[\0\x17\0\x04\0R=\0ñ_,×gÎ;\x1e|1Ÿ!ÇÀ\x1a\aåôо\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¬¯é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¬´ë\x02\x02\0^[\0\x17\0\x04\0R=\0=uyC$‚\x05u\x05]!\x19\x19–ÍþgîÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¬èÆ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¬î\x05\x02\x02\0^[\0\x17\0\x04\0R=\0Œc¥=?®²!!éÜ%àŠ2ÑS¹÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜­$$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜­*u\x02\x02\0^[\0\x17\0\x04\0R=\0•W/\x18ɲ¸"¿\x1f²«/U†ç>6Áõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜­]\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜­bö\x02\x02\0^[\0\x17\0\x04\0R=\00¤Þ6ÿUï2rP[±[ì\0\b]7÷å\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜­ží\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜­¥\x01\x02\x02\0^[\0\x17\0\x04\0R=\0ÓâÑ3\x05?ºí\nÖÎ6üß\x03Š½WP\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜­Ò‹\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜­å$\x02\x02\0^[\0\x17\0\x04\0R=\0q€ %!n£ðÄƒÒˆ\x16?åc\x15ùL\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜®GØ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜®PÉ\x02\x02\0^[\0\x17\0\x04\0R=\0]dDОPh\aê\x1cÅÓ]\r1)3o\>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜®‚\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜®‡b\x02\x02\0^[\0\x17\0\x04\0R=\0	\x11öÕ\x10ÕeÇ])\v×½<\x1a%7±™\x19\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜®½D\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜®ÄÇ\x02\x02\0^[\0\x17\0\x04\0R=\0i&
üx\x04ØÇ2ÔjKöðˆ\fÏrú\x19\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜®ù\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜®ýá\x02\x02\0^[\0\x17\0\x04\0R=\0.—˜Ê‰ÐyÃ{oÆE0˜ \x13Úø†"\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¯2T\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¯7V\x02\x02\0^[\0\x17\0\x04\0R=\0Õ$üÍí:=\x01ˍ\x01"ÜAœ\x15Mb¿ª\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¯m8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¯r^[\x02\x02\0^[\0\x17\0\x04\0R=\0” 6â‘BµþÕ”(5%“Ž+²^¾¯\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¯§'\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¯­Ô\x02\x02\0^[\0\x17\0\x04\0R=\0F…v\x161çëå÷£2E—\x0eå’² È\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¯çh\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¯ï(\x02\x02\0^[\0\x17\0\x04\0R=\0\x13ÕÄ\x11\x1aV=JŒ)ƒ'k§>èÝL„Ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜°\x1e \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜°,P\x02\x02\0^[\0\x17\0\x04\0R=\0턽ïÊ®´GõrÀÄØ‘K\0Ýp\x1cÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜°WX\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜°\\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0\x06÷à.MÍS?Ïð¸Ê\x15È6Ó³\x13(Ø\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜°‘Â\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜°˜\x14\x02\x02\0^[\0\x17\0\x04\0R=\0k„Û*ÜSÒ\x10°Æ\x1fñü\f–Ò;Õ^[Q\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜°Ìi\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜°Ñ-\x02\x02\0^[\0\x17\0\x04\0R=\0Á÷^[\x13ãŒÊ\x11+ª7ɪìÝÇ\a7ÊK\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜±\x06ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜±\vÔ\x02\x02\0^[\0\x17\0\x04\0R=\0Æ\x01÷\x04Ñó%\x1e¯yIÌü\x10·
f³¿*\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜±A¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜±F™\x02\x02\0^[\0\x17\0\x04\0R=\0n6Ö\ahü[¬œçÐÝxn¶\a\x16ÑÝ1\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜±¶å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜±»ç\x02\x02\0^[\0\x17\0\x04\0R=\0O9â"\x18˜Œ°5A@$]Ipòy\x1fë/\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜±ñ0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜±õÖ\x02\x02\0^[\0\x17\0\x04\0R=\0È\b2ÝCA\x1eÄ¿<)\x1fž›æAk®(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜²0!\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜²5`\x02\x02\0^[\0\x17\0\x04\0R=\08َໆ¶ß¦)³úõ¨=@(ã\x05»\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜²gë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜²u‚\x02\x02\0^[\0\x17\0\x04\0R=\0¸c1ùò\x16£ß~ƒ+3¶Í^>E"\x15Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜²¡¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜²¦Ý\x02\x02\0^[\0\x17\0\x04\0R=\0Z³\à%ÇyÚ¶™S/\x15ýˆ\a5á¬æ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜²Û¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜²äA\x02\x02\0^[\0\x17\0\x04\0R=\0¼‚¼Þ—’bT\x01\0\0\0\0\0\0\0	\x03\r\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜³Q’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜³X×\x02\x02\0^[\0\x17\0\x04\0R=\0ü$1bX7è5nnaÁX)¤—?ÛZA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜³Œ\x1a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜³“Ú\x02\x02\0^[\0\x17\0\x04\0R=\0'Ã6Ð\x14®uÁ¤ïÙªZ(À!íæ°\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜³Æe\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜³ÎÜ\x02\x02\0^[\0\x17\0\x04\0R=\0\x18\x1f«À”\bï¡\x01µtÀ\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜´\x04\a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜´\r5\x02\x02\0^[\0\x17\0\x04\0R=\0X7è5nnaÁX)¤—?ÛZA'Ã6Ð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜´;8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜´B_\x02\x02\0^[\0\x17\0\x04\0R=\0\x14®uÁ¤ïÙªZ(À!íæ°\x18\x1f«À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜´€\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜´¶\x02\x02\0^[\0\x17\0\x04\0R=\0”\bï¡\x01µtÀ\0³:8\0ð\x0e,\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜´µÄ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜´Æu\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x17\0\0\0\0à¿Âïíâ\x04@\x1fyT\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜µ%–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜µe>\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜µ›ö\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜µ ø\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜µè#\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜µì0\x02\x02\0^[\0\x17\0\x04\0R=\0ü$1bpæ	=Š~Í>ª.˽\04±¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¶\x0f˜\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¶&¸\x02\x02\0^[\0\x17\0\x04\0R=\0\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¶„Ç\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¶Ša\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¶À$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¶Æ9\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¶ûE\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¶ÿ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜·4~\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜·7ó\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜·o$\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜·sé\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜·©¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜·®q\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜·äS\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜·è\x05\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¸\x1f7\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¸"¬\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0€Ë3b\b\x16\0\03ö{èÝS2È\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¸Yc\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¸^	\x02\x02\0^[\0\x17\0\x04\0R=\03;‘\x06³·Q*_kü÷c\x04«Sû
:ë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¸”(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¸—\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0ÇŠ\x12l \0Ê.vDÒŠë:®JÊ@õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¸Î±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¸Ô\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0;¼µ!3•R.{›/\x14¬’;ìÞœz0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¹	”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¹\x10\x04\x02\x02\0^[\0\x17\0\x04\0R=\0L²}±ùÉý\x03tŠ0Ö)¢\x16,•Œz7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¹K\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¹N>\x02\x02\0^[\0\x17\0\x04\0R=\0.\x02®9§äŒ1ªV9Üt_úåÄÍ6Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¹\x7f\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¹‚²\x02\x02\0^[\0\x17\0\x04\0R=\0M+tø"Ç=³\x19´\x0f6\x12ýŽ\r\x04TZ6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¹¹K\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¹¾\x10\x02\x02\0^[\0\x17\0\x04\0R=\0ˆè'f\x1eÌΉ\x11ìŠ\x02´³µ¾ù\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¹óò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¹÷á\x02\x02\0^[\0\x17\0\x04\0R=\0@»ÒþŒ„w5H«F!\x1dÈ£Vƒ\x14µï\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜º4Ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜º9¯\x02\x02\0^[\0\x17\0\x04\0R=\0py
äà^[÷ÉŸÿ%ýoÍa#L\x7f1é\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ºi›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ºn_\x02\x02\0^[\0\x17\0\x04\0R=\0Ü+Tí8®ð\x06w^[Öy\x02Ì4«FÍ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜º£æ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜º¨É\x02\x02\0^[\0\x17\0\x04\0R=\04\x06‡´ÉÐîæ‘=v#jÈ+(ö¡\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜»\x1e\x16\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜»%=\x02\x02\0^[\0\x17\0\x04\0R=\0¹­õÕé2<ˆÆ\x17¸¤¬¬ý\x03_dÐ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜»Žú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜»¥Þ\x02\x02\0^[\0\x17\0\x04\0R=\0@vè%ËZÆ7œ4—-L\b‘</µ”Ý\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜»ÊX\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜»ÓÃ\x02\x02\0^[\0\x17\0\x04\0R=\0ÝiùîÀ\rÐÐò\x15áîZ(w­º½\x14*\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¼\x03Î\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¼\x0e-\x02\x02\0^[\0\x17\0\x04\0R=\0º–8\x13*˜¹7RŒlñª}ŒÐX²\x0eû\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¼>±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¼Fq\x02\x02\0^[\0\x17\0\x04\0R=\0å)Œ®ejÏ\x18LV%õb{6ᬦ(\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¼ñ \x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¼ø\x10\x02\x02\0^[\0\x17\0\x04\0R=\0\x16ƒöTYƒAþ?äpàÃ
]Í*\x18Îó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜½)-\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜½2·\x02\x02\0^[\0\x17\0\x04\0R=\0\x1f@V^[Ž`\x16Ûÿø&RÜMŸö_/{#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜½dª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜½iP\x02\x02\0^[\0\x17\0\x04\0R=\0Gœ–ϸâÔɤ´\x1e½\aqXÙú³\x1f$\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜½žÖ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜½¨ø\x02\x02\0^[\0\x17\0\x04\0R=\0YvÌ òZ8$DvvÿaE\x14F~8ÞÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜½Þ`\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜½çŽ\x02\x02\0^[\0\x17\0\x04\0R=\0\x1e­i÷Új\bÌÃï•\x1e¤ò\61B" \0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¾\x14\x05\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¾8B\x02\x02\0^[\0\x17\0\x04\0R=\0¸8ÅE\x19^ÿ߀ÀzøÓCÔÌ“dÍå\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¾T¢\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¾ˆ›\x02\x02\0^[\0\x17\0\x04\0R=\0\v+0ªŽœÑ\x1c›<M\x185êe7i­ºú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¾Ã\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¿\x19Î\x02\x02\0^[\0\x17\0\x04\0R=\0|ósÖ´ü/
ÙÌÚ«^[\bà\x130ÃÍë\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¿Rè\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¿|Þ\x02\x02\0^[\0\x17\0\x04\0R=\0·ÀÛ5ŽÅÉ.¾Ã·P…Ù\fÏÌÝ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¿®W\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¿ºž\x02\x02\0^[\0\x17\0\x04\0R=\0ŠQIÒ\x06âÓêR6p\x12·\x03^[ΰNªM\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜¿ðú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜¿öv\x02\x02\0^[\0\x17\0\x04\0R=\0\x01\0\0\0\0\0\0\0\x0e\x03\r\0ü$1b±áYG\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜À"‘\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜À6˜\x02\x02\0^[\0\x17\0\x04\0R=\0ø˜<ÁM¾\rsÒÍsÁÓœ\x0e\r*\x0elA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜À^‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Àia\x02\x02\0^[\0\x17\0\x04\0R=\0}àÕ¿´Ò¡@,\x01Ê—Höš@A—ð¬\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜À—ƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Àó\x02\x02\0^[\0\x17\0\x04\0R=\0\x02M¥@\0\0\0\0\0\0\0\0±áYGø˜<Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÀÒH\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÀÚ¿\x02\x02\0^[\0\x17\0\x04\0R=\0M¾\rsÒÍsÁÓœ\x0e\r*\x0elA}àÕ¿\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Á\fu\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Á\x17N\x02\x02\0^[\0\x17\0\x04\0R=\0´Ò¡@,\x01Ê—Höš@A—ð¬\x02M¥@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÁHL\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÁNa\x02\x02\0^[\0\x17\0\x04\0R=\0\0\x1ež8\0\0å*\0\0\0\0\0\0\0\0\x17\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Á‚<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Á’r\x02\x02\0^[\0\x17\0\x04\0R=\0\0€\x0fÃÙÇâ\x04à.{*\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Á½š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÁÊ\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Áø@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÁýÛ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0ü$1bpæ	=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Â6{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Â;Ø\x02\x02\0^[\0\x17\0\x04\0R=\0Š~Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÂoÒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Âul\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Âám\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Âç\a\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ã^[õ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ã(\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÃW\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ão\f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ãˍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÃÐq\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ä
Ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ä\x0fŸ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ä¸\x10\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÄÂ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Äñ†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÄøŽ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Å/À\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÅCŠ\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x16\0\0÷^L#Ðúp$ü†!óS>û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Åk\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Åz\x04\x02\x02\0^[\0\x17\0\x04\0R=\06*BÝ®
½Ü4EúOù Í\r#¡!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Å£ú\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÅµD\x02\x02\0^[\0\x17\0\x04\0R=\0\x19ï-6~£q&\x03\x11ÏB—ЂߡMXô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Æ\x15´\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Æ\x1a—\x02\x02\0^[\0\x17\0\x04\0R=\0µ-ïÍ\x19Œ\x06êŸæ媍“\b"\x1a3Æ\x15\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÆT‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÆZØ\x02\x02\0^[\0\x17\0\x04\0R=\0ª¸\x108ö\x04\x1a÷=R¢Ô;c\x03\x02±]¬\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Æœã\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Æ¢\x03\x02\x02\0^[\0\x17\0\x04\0R=\0já»\x15ÿIìﯹ}6ɍg++\x02QS\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÆÑu\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÆØ"\x02\x02\0^[\0\x17\0\x04\0R=\0ëi>\aÏè{ßKJÒÏA¦\x11îeÈñ\x15\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ç
®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ç\x1cÍ\x02\x02\0^[\0\x17\0\x04\0R=\0Éù]Ó­®	P‡…Mú=§È'‡YaÒ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ç@®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÇWs\x02\x02\0^[\0\x17\0\x04\0R=\0ºÈºÉ¹ž­Âš?JѾ V#v®y\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ç{U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ç“ˆ\x02\x02\0^[\0\x17\0\x04\0R=\0f›{(Á%ß\x04\a\éJpv\x03ÇÆF=ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ç¯É\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÇÞ
\x02\x02\0^[\0\x17\0\x04\0R=\0\x16³\x1eÊá'¯\x19Ì@Ý3Ø\x06U\x18›ªÌJ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Çûš\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜È\x03ò\x02\x02\0^[\0\x17\0\x04\0R=\0›Ërâõ
þ?QäÊ0¬ˆá,‹\x1a©\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜È%¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜È0\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0®ï\x1f\x14¹È[\x1a\x1e®É6ÌЍ\0æÙ&Û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜È_C\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Èbõ\x02\x02\0^[\0\x17\0\x04\0R=\0㜐\x12¤+<«¯e‡\x10á)Ûæ@JÞ4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜È™é\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜È}\x02\x02\0^[\0\x17\0\x04\0R=\0Ëâ¬0"^[²M(¥µ\x15þŠwÝc_‘Õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÈÔq\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÈØ`\x02\x02\0^[\0\x17\0\x04\0R=\0«ÈjåÃÓ\fÀé!ÇI!
J\aρ\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜É\x0f\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜É\x13c\x02\x02\0^[\0\x17\0\x04\0R=\0)‘\x04.£¤EØ(ŒóÈp\x15VÎàÿÃÅ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÉJ”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÉQ#\x02\x02\0^[\0\x17\0\x04\0R=\0ôI"rO¥\x13à:.3\fa\x0eMöbQ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜É„Á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Éˆs\x02\x02\0^[\0\x17\0\x04\0R=\0ÜǵÒ\x0f†îd¸=ȉºõ\x10â ò/\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜É¾í\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÉÔ\x02\x02\0^[\0\x17\0\x04\0R=\0œw|	~cŒP$Mæh@Ë\a.PrÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Éù”\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Éýe\x02\x02\0^[\0\x17\0\x04\0R=\0„LôÙ\x15ð©$˜\x05ö$\x1e×UÙ3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ê4\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ê8\v\x02\x02\0^[\0\x17\0\x04\0R=\0\x0eéÿ	m\x17Òâ\x17Ô\x02!9€¨¬ÝúÍ
\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Êná\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Êr²\x02\x02\0^[\0\x17\0\x04\0R=\0›ìÞèk§1‘‰v4\x12ð¹E:|‡#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ê©,\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ê¬ß\x02\x02\0^[\0\x17\0\x04\0R=\0¬¨Ü|”˜Ü·äÝÓ’K\x03W韼\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÊãÓ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Êç…\x02\x02\0^[\0\x17\0\x04\0R=\0w2ÏA\r¦µ\x06RnÚ28€]ßÐ\x13ÝÉ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ë\x1e[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ë"¦\x02\x02\0^[\0\x17\0\x04\0R=\0™¶~Ûs¢ý»o\b/ ­Ó:
d²•2\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ËY]\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ë]\x10\x02\x02\0^[\0\x17\0\x04\0R=\0hÅu\x17ŠacU§þÄß\x01\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ë•5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ëžc\x02\x02\0^[\0\x17\0\x04\0R=\0\x11\x03\r\0ü$1bBfiTQ‘UA|P«:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ËÎè\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ëßô\x02\x02\0^[\0\x17\0\x04\0R=\0\x1aÈbÁŸa9\x14ÇuÁ¬¯ÿ;|ÿ­@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÌCÚ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÌHú\x02\x02\0^[\0\x17\0\x04\0R=\0æ/\x14[„"…@\x15g´á\x0e€„@\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ì…ä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ì‹Ú\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0BfiTQ‘UA|P«:\x1aÈbÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ì».\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÌË¡\x02\x02\0^[\0\x17\0\x04\0R=\0Ÿa9\x14ÇuÁ¬¯ÿ;|ÿ­@æ/\x14[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ìõ<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Í\x1e™\x02\x02\0^[\0\x17\0\x04\0R=\0„"…@\x15g´á\x0e€„@`¥\x05:\00_,\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Í9M\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÍgŽ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\x17\0\0\0\0à\x14ÃAS%å\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÍÞh\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÍîÜ\x02\x02\0^[\0\x17\0\x04\0R=\0ä‘Å=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Î\x18•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Î-S\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÎT/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Î_d\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0ü$1bpæ	=Š~Í>ª.˽\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Î‘Ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Î\x06\x02\x02\0^[\0\x17\0\x04\0R=\0\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÎÍÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÎÞx\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ï\x02ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ï\x0f^[\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ï=™\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÏY"\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ïwä\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ï—{\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ð*\x1c\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ð1C\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÐcT\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ði‡\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ðœè\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ð£•\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÐØ¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÐÝ…\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\05\x06é6\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ñ\x125\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ñ\x18Ä\x02\x02\0^[\0\x17\0\x04\0R=\0\x11Û^[\x0fFu\x15ñœ>Ø–2( ï£\x17O\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÑL¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÑbQ\x02\x02\0^[\0\x17\0\x04\0R=\0®Üi\víŽ*è“M=ÉS(:\Õ\x1d¾\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ñy\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ñž\v\x02\x02\0^[\0\x17\0\x04\0R=\0é\x1d¼\fÅê‘þa¶üœwŸ\x05nþ:ú\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÑÈõ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÑÔ\v\x02\x02\0^[\0\x17\0\x04\0R=\0ªã†Ø¿Û‹ªžÝ‘\x12ßå}\x19Fò\b4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ñüu\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ò\x0f\r\x02\x02\0^[\0\x17\0\x04\0R=\0Q㩦\aHË\x04µ\x12z\x1d0Ÿe3¥å½ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÒQ\x18\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÒUÝ\x02\x02\0^[\0\x17\0\x04\0R=\0µžÊàwÈ1Äæ\x12%€úßFsM5Ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÒsO\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ò’\x10\x02\x02\0^[\0\x17\0\x04\0R=\0Ló\x1dëZ”eÛ>ÊÜ@‡¹äèk‹¿\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ò¬J\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Òɝ\x02\x02\0^[\0\x17\0\x04\0R=\0TU^∰ \x13¡ÈX1;®#®*â\æ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Òëò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ó\x031\x02\x02\0^[\0\x17\0\x04\0R=\0Ù/öØ\x1cc‰:	\x0e7\vmæN\fþ¦“ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ó!Ô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ó:&\x02\x02\0^[\0\x17\0\x04\0R=\0B[¿#\x16¹¤S­×ê\0¾Èàæ§Ä¤È\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ó\\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Óp&\x02\x02\0^[\0\x17\0\x04\0R=\0[\x19è]\x02f\x01\b>^Ûý,£ Å!¥>\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ó—@\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ó¯°\x02\x02\0^[\0\x17\0\x04\0R=\0â•\x12\x0fzè
ê°dDØ%·X­+ÚJ\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÓÕ=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Óà¯\x02\x02\0^[\0\x17\0\x04\0R=\0„z‰\x18Ì\x13ö/Â	ý¬ ,§\v„´ô*\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ô\x10›\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ô*[\x02\x02\0^[\0\x17\0\x04\0R=\0\x16	\r-†®®òPFZÙe¤Ö>©‡ô!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ô‰š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ô£\x02\x02\0^[\0\x17\0\x04\0R=\0´\as=–¶›ÍN…\x13î²Ó#㋝\x164\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÔÚm\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Õ9p\x02\x02\0^[\0\x17\0\x04\0R=\0·ÿãåµ²¶€\x01úë½À8\x16e\x02õ4\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Õ¥®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Õ©Ú\x02\x02\0^[\0\x17\0\x04\0R=\0áAh§§·\x1fìÕ\x06Åæy\x1ad<¢ìù\x06\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Õßù\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Õã\x12\x02\x02\0^[\0\x17\0\x04\0R=\0ödÊ\x02ú¥÷sœ9&å\x1a­U&‰dö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ö&0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ö*z\x02\x02\0^[\0\x17\0\x04\0R=\0Ùœ_æ<Õ·É—$½\…\x05\x01\b\\vï\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÖU(\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÖX~\x02\x02\0^[\0\x17\0\x04\0R=\0:“xÈH\x11¼\x05E\v\x10\x18Ô\x0f‡Ú?Y?Ù\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ö*\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ö·\a\x02\x02\0^[\0\x17\0\x04\0R=\0ô£²Î.(%ìÆÑ\x16‚¢r*4nÒµ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜×\x05Ó\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜×\x0f¸\x02\x02\0^[\0\x17\0\x04\0R=\0\b“$\x12\x12G"7¸RW%£ˆ
ï\x19Ä\x14Ó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜×?á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜×Dh\x02\x02\0^[\0\x17\0\x04\0R=\0‡/þI\x0f¤Ç\x1d3g-2¹ó‰È²ï—ñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜×z\r\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜×~v\x02\x02\0^[\0\x17\0\x04\0R=\0³²¿ë×Ö»%\x13\x1f ßá_\x0f°Q]0ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜×´Ò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜×¸ÿ\x02\x02\0^[\0\x17\0\x04\0R=\0 ™\x1e\x18jÛø6F8\£–s\x7fòŐRõ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜×ï\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜×òt\x02\x02\0^[\0\x17\0\x04\0R=\0‚3k<é\b†\x02•Ø1ù©ôø\aKü'\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ø*{\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ø.j\x02\x02\0^[\0\x17\0\x04\0R=\0éd"U\x01\0\0\0\0\0\0\0\x12\x03\r\0ü$1b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ødk\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Øja\x02\x02\0^[\0\x17\0\x04\0R=\0(OÜ9<\x11hÁgÔ<á¿tcÁ>á#\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ØŸ0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ø¢¥\x02\x02\0^[\0\x17\0\x04\0R=\0ÃÆrÁØô\x7f4H±ª@$D
\x183…\x7fÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ØÚ2\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ØÝj\x02\x02\0^[\0\x17\0\x04\0R=\0úØï\x1a\x05žÀ\0\0\0\0\0\0\0\0(OÜ9\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ù\x17Z\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ù^[Ã\x02\x02\0^[\0\x17\0\x04\0R=\0<\x11hÁgÔ<á¿tcÁ>á#ÃÆrÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÙPt\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÙZw\x02\x02\0^[\0\x17\0\x04\0R=\0Øô\x7f4H±ª@$D
\x183…\x7fÀúØï\x1a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ù‰¬\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ù@\x02\x02\0^[\0\x17\0\x04\0R=\0\x05žÀ€{ç8\0`ª+\0\0àž\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÙÄ4\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ùȝ\x02\x02\0^[\0\x17\0\x04\0R=\0\x17\0\0\0\0P\x13ÃÅ\r\0\0Þå÷\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ùþž\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ú\x02P\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ú9‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ú=\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0˜\0\0\0\0\0\0\0\0\0\0\0\0\0ü$1b\0\0\0.\0\0\0.\0\0\0\x03\0\0\0\0\0â¸9˜ÚIÖ\x04>+\x02\x01\x02\x01:Z°ÑÃø\x1f\x02\x01\x02^[ÿW\x01\x02ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\x03øÃÑ°Z:Ç\0\0\0"\0\0\0"\0\0\0\x03\0\0\0\0\0â¸9˜ÚLÑ\x04>\x1f\x02\x01\x04\x01:Z°ÑÃø\x13\x0e	Amazfit GTR 2\x03\x02àþÇ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ús®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Úw`\x02\x02\0^[\0\x17\0\x04\0R=\0pæ	=Š~Í>ª.˽\04±¹\0™Ô:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ú®U\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ú±\x02\x02\0^[\0\x17\0\x04\0R=\0€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Úé\x1a\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Úí	\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Û$;\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Û(ÿ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Û^g\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ûa\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ûœƒ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÛŸœ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÛÓw\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÛÖÎ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ü\x0e\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ü\x11Ð\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÜH¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÜKý\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ü‚ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ü†H\x02\x02\0^[\0\x17\0\x04\0R=\0€Ë3b\b\x16\0\0ßY¶9šå”ýæ`<í\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ü½¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÜÁ\r\x02\x02\0^[\0\x17\0\x04\0R=\0\x04I\x03\x1cÍûj'äÈ\vQ\x13£\x19à³é\0è\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Üø?\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Üûw\x02\x02\0^[\0\x17\0\x04\0R=\0Àø\x18Ò¤ËO´Î–òò¹ϫÁÇÕ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ý3"\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ý6y\x02\x02\0^[\0\x17\0\x04\0R=\0,´H\x0eg§|)4\x04¸¼VàFß_ÑàÆ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ýmª\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ýpâ\x02\x02\0^[\0\x17\0\x04\0R=\0Ç°n4VGù\x10¢%˜\x19\x13]?Ñ\f)‹\x1d\0\0\0+\0\0\0+\0\0\0\x03\0\0\0\0\0â¸9˜Ý‚+\x04>(\x02\x01\x02\x01­4 99y\x1c\x03\x03Ÿþ\x17\x16Ÿþ\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ž\0\0\0\x19\0\0\0\x19\0\0\0\x03\0\0\0\0\0â¸9˜Ý…\b\x04>\x16\x02\x01\x04\x01­4 99y
	ÿà\0\x01\x17Ê^éÜŸ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ý¨Ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Ý­4\x02\x02\0^[\0\x17\0\x04\0R=\0ÕHjL\aƒ\r\x10(°Té‘òóɘ~Z\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Ýâœ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Þ\x05M\x02\x02\0^[\0\x17\0\x04\0R=\0†5\x1f\x12]-e\x13]·cÃo\x17Eúu\x047\x01\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Þ\x1d€\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Þ!2\x02\x02\0^[\0\x17\0\x04\0R=\0Ædö\x01A÷ˆÙ
´^[ªž~…\rtý€\x19\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÞWé\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Þ[÷\x02\x02\0^[\0\x17\0\x04\0R=\0|nŠ5G\x01–¤åNÔ\0\x7fHÕ\x16Vˆ´5\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜Þ’¯\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜Þ–¼\x02\x02\0^[\0\x17\0\x04\0R=\0\x01'&ùÏŸyäl°*+i4\x1d&E¦ÄJ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ßBà\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ßHz\x02\x02\0^[\0\x17\0\x04\0R=\0\x04;¦×\x17£éé\x13d,Ø	Š\bFåÞFì\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ß}I\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ß‚K\x02\x02\0^[\0\x17\0\x04\0R=\0ù…*Ä‘ºñÝí\x1cÄ\x11ó\x7f</#,k²\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ß¸K\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ß¼Y\x02\x02\0^[\0\x17\0\x04\0R=\0É‘®ãäWÐÒ\x02\x02à8å¦X\r§\x18®\x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ßòµ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ßöI\x02\x02\0^[\0\x17\0\x04\0R=\0ót\x16àZô³!Üx#Rfº®\x05›4¤ç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜à3R\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜à6.\x02\x02\0^[\0\x17\0\x04\0R=\0"íšÈ8Âv]Xû£\v:Ê—\x04\x1eü\x13Ä\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜à¢/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜à¦\x1e\x02\x02\0^[\0\x17\0\x04\0R=\0½ú¹þª\fÇ
$n´ñº\x16™Ø¾ø¸«\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜àÜÖ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜àà\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0	ƒŒ\x17\x15•ÿ\x18k”/2`m—©\x17~Ã\a\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜á\x1dì\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜á#+\x02\x02\0^[\0\x17\0\x04\0R=\0ZhÔ$®m\x100ÖMïôeAÜ«\x13\x019\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜áST\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜áXt\x02\x02\0^[\0\x17\0\x04\0R=\0¼LŸ#•r;BÚ\vkÐœ¬ì%%rß\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜áŒè\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜á‘ê\x02\x02\0^[\0\x17\0\x04\0R=\04Ë(:`\0–æyÄjº‡g"烮±\x14\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜áÇ­\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜á̐\x02\x02\0^[\0\x17\0\x04\0R=\0\f§3Ðzuª6©öè)Ñ\x1aà\vt–;\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜â\x03ÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜â\fÑ\x02\x02\0^[\0\x17\0\x04\0R=\0f\x1fN	 ‡D\a\x03öæïh™Î$\x06%aU\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜âC\x0f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜âN\x02\x02\0^[\0\x17\0\x04\0R=\06¶#ûÛŶækÅíÈ7$–]Ð1Î\x04\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜â‚™\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜âˆR\x02\x02\0^[\0\x17\0\x04\0R=\0E>«õuº’Ưó7\x03zç\x02\x14\;âá\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜â²à\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜âÌ‚\x02\x02\0^[\0\x17\0\x04\0R=\0\x19ÿâØBâܯ±NÜ \x0f|¶\x17û¼R-\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ã+
\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ã3û\x02\x02\0^[\0\x17\0\x04\0R=\0b¯7±Œ/t\x0e½<¸1P;ö(\x06E\x12ñ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ãhP\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ãt\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0³ú³ÕÙÚ\x1aE\x7fY\x04 1(´7\x01\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ã\\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ã©H\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x13\x03\r\0ü$1bZZ\x01dº…vÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ãØ\x03\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ãâ\a\x02\x02\0^[\0\x17\0\x04\0R=\0ÌP„iûCXÁÎ<ã¢z¨[ÁLœ±[\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ä\x13¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ä*¾\x02\x02\0^[\0\x17\0\x04\0R=\0â&–@²5\x06Ő\v•ÀtÌânbÖªÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜äL\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜äWT\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0ZZ\x01dº…vÁÌP„i\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜äŠò\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ä” \x02\x02\0^[\0\x17\0\x04\0R=\0ûCXÁÎ<ã¢z¨[ÁLœ±[â&–@\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ä¼\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜äÒ\x1d\x02\x02\0^[\0\x17\0\x04\0R=\0²5\x06Ő\v•ÀtÌânbÖªÀà“>¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜äü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜å\x013\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0Ç«\0\0\0\0\0\0\0\0\x17\0\0\0\00\aÃ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜å6^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜å;ù\x02\x02\0^[\0\x17\0\x04\0R=\0OÞ5\f/ó\x03Û\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜åqB\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜åv\a\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜åæ®\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜åì\v\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0ü$1bpæ	=Š~Í>\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜æ!6\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜æ&“\x02\x02\0^[\0\x17\0\x04\0R=\0ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜æ\W\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜æbŠ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜æÑÿ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜æèJ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ç\x17\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ç\x1dï\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜çGÇ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜çi	\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ç<\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ç¿^[\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜çú¶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜çÿÖ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜èk\x01\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜èp"\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜è¦_\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜è«\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\b\x16\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜èßÕ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜èåÊ\x02\x02\0^[\0\x17\0\x04\0R=\06êK!™Úóîyî\rÐÝá\x10NÅO¹\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜é\x1f}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜é%6\x02\x02\0^[\0\x17\0\x04\0R=\0zÖ¦+QpöƇ) ñM\x17‡ð¢ðÁ\x1e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜é_¾\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜éd	\x02\x02\0^[\0\x17\0\x04\0R=\0[?\x11ß½õ:­ÄjÒú	c$\x18'G”7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜é½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜é–W\x02\x02\0^[\0\x17\0\x04\0R=\0\x01sÄ¢\x06¸Œòzp*ýK¿“;„\x7fq\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜éÊŽ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜éÐþ\x02\x02\0^[\0\x17\0\x04\0R=\0ÉG\x0fô³‚?\x0fÕ\x1f“'d-TÁæÁç\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ê\x054\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ê
’\x02\x02\0^[\0\x17\0\x04\0R=\0@–§æ\vePÎ\x01µ¶U‘Êäù&*NÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ê@’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜êGØ\x02\x02\0^[\0\x17\0\x04\0R=\0éŸ]Ðs¤\x13
ž3s$\x06vÆ ýtÛ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜êzü\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ê‚A\x02\x02\0^[\0\x17\0\x04\0R=\0Áïë¾<%º/\\x147<¶\x1fŒ¨Æ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ê¶–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ê¾u\x02\x02\0^[\0\x17\0\x04\0R=\0Þ+(\x18—ùËFÀ—\x10\x18‡åÜë´.èË\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜êï’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜êûÙ\x02\x02\0^[\0\x17\0\x04\0R=\0JŠÖU‡x™\x18 Ï&\x1ek¾`Ä\x0f+—õ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ë.ß\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ë5O\x02\x02\0^[\0\x17\0\x04\0R=\0âüüù\x05Šú\x0e\x14²±Û(üTªKhT\x05\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ër^[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ëy\x7f\x02\x02\0^[\0\x17\0\x04\0R=\0Ì¿E\x19ñÀ\x0e7)ÒÅ¢ö0Vù²\x17\f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ëŸ†\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ë­;\x02\x02\0^[\0\x17\0\x04\0R=\0õnú8–$ëý´\x0fÚêH€\a\x1f\f.˜'\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ëÚÅ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ëâ\v\x02\x02\0^[\0\x17\0\x04\0R=\0Q‰µO*îˆÞ\x1f/ÂçU\x12`ÓMoëM\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ì\x14x\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ì\x1cÐ\x02\x02\0^[\0\x17\0\x04\0R=\0\x10\x19ó¶÷•Ìææƒ×ÈÎ\r\x0eàñ'+\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ìO\x1e\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ìW^[\x02\x02\0^[\0\x17\0\x04\0R=\0]ˆº\x16ÝÊÞ[ȨÉùñl5\bÒJ\x11\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ì‰¦\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ì»\x02\x02\0^[\0\x17\0\x04\0R=\0Ð\rW\x17ÞIWÔ\x11¿N\x1d\x7f~9Nfé\x1a\x0e\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ìÆ5\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ìÌh\x02\x02\0^[\0\x17\0\x04\0R=\0Zæfé3zTÉ1w\x03[i1¸\x12QÀ\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ìÿn\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜í\x04\x14\x02\x02\0^[\0\x17\0\x04\0R=\0;›˜Ã¼ÓßùQƒ \x03MϾþІsÙ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜í:Ë\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜í@þ\x02\x02\0^[\0\x17\0\x04\0R=\0½;\x03ªp¬\x0fyð\x19\bcá4vV™¥\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ísŠ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜íxª\x02\x02\0^[\0\x17\0\x04\0R=\0¦²R\0ðÆ¥\x1a\x18§4ðÐvùŒSIâ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜í´&\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜í¹„\x02\x02\0^[\0\x17\0\x04\0R=\0®gÞ-B7b&¯ØHXÁRÖÔté\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜íê¿\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜íùˆ\x02\x02\0^[\0\x17\0\x04\0R=\0 µÆÙ_ÜÄCD÷µìr\x01kÁÙ	ãß\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜î#ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜î*†\x02\x02\0^[\0\x17\0\x04\0R=\0@Ë–\x11)©0\0Ï´°½.(ã4\x12\x06Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜î™E\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜îžß\x02\x02\0^[\0\x17\0\x04\0R=\0̆9\x13,°\ru±E\x0eðÙWãÅø‰!\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜îÓÍ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜îÛÊ\x02\x02\0^[\0\x17\0\x04\0R=\0dýKSïµ·\x03\rç¥çL’eÈ7éo]\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ï\x0e’\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ï\x14Å\x02\x02\0^[\0\x17\0\x04\0R=\0•”C\fø¶â\0\x01\0\0\0\0\0\0\0\x14\x03\r\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ïHÝ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ïP`\x02\x02\0^[\0\x17\0\x04\0R=\0ü$1b\x01ïm~ÈätÁäww5<DEA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ï†\x7f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ï¦\x02\x02\0^[\0\x17\0\x04\0R=\0Bˆd‡éqhAü¤\x13£üÏžÀ'Jˆö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ïÌÔ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ïÓ&\x02\x02\0^[\0\x17\0\x04\0R=\0ˆ.™ÀŠ’:Bõ“§À\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ð\x02[\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ð
9\x02\x02\0^[\0\x17\0\x04\0R=\0\x01ïm~ÈätÁäww5<DEABˆd‡\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ð4È\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ð:¾\x02\x02\0^[\0\x17\0\x04\0R=\0éqhAü¤\x13£üÏžÀ'Jˆöˆ.™À\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ðn=\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ðt\x02\x02\0^[\0\x17\0\x04\0R=\0Š’:Bõ“§À\0#Œ¸\0À=«\0\0€\x1d\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ð©^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ð¯\x17\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\x17\0\0\0\0p\x0fÃ\x1c¨­ø\x11\x12›û\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ðã/\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ðèn\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ñ\x1dô\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ñ$	\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ñX^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ñ^ì\x02\x02\0^[\0\x17\0\x04\0R=\0ü$1bpæ	=Š~Í>ª.˽\04±¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ñ’Š\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ñ–ô\x02\x02\0^[\0\x17\0\x04\0R=\0\0™Ô:€ž¦¹\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ñÏ8\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ñ×S\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ò\b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ò\r\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜òBÚ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜òQß\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜òV\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ò™)\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ò·p\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜òé\a\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ógE\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ój_\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ó¢)\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ó¥ž\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜óÛÜ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜óß\x14\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0€Ë3b\b\x16\0\0oÈIíq\x1a[æ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ô\x16‚\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ô\x19œ\x02\x02\0^[\0\x17\0\x04\0R=\0˜æ\x1eÌ× ùX¥ÓýýÏ’\x05á
FØÌ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ôR—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ôX\x13\x02\x02\0^[\0\x17\0\x04\0R=\0\x11cŽ\a¾ä  Ȳ2ο°\x04Úš\x11´¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ôǧ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ôÓï\x02\x02\0^[\0\x17\0\x04\0R=\0\aU±+q”é\x15Y\x15 $Ö½}¿2º\x14\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜õ\0þ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜õ\x04U\x02\x02\0^[\0\x17\0\x04\0R=\0\b®–Aê‡]\x1dšÀ™ík\x13Î\x0fËÁQ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜õ;‡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜õX~\x02\x02\0^[\0\x17\0\x04\0R=\0Ü‘À^[ÃÂó%\x16Ë–ÅÞI2ó¸u™ô\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜õvL\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜õzò\x02\x02\0^[\0\x17\0\x04\0R=\0FÐ\v\x18B°Ý­\x01º«à\x1f0ÿ\x06¡³\x18\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜õ°—\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜õ³’\x02\x02\0^[\0\x17\0\x04\0R=\0|q•7²Ïv¢\x1c€<õUi†\x03^[ŝ:\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜õëÖ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜õñê\x02\x02\0^[\0\x17\0\x04\0R=\0\x19™™\0Ž\x05\fð\x1d¼\x15\x16~ûÊ'-ü¥R\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ö&}\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ö+\x02\x02\0^[\0\x17\0\x04\0R=\0*}œã‡‹\0çŒ>[ÐÃ4RÊš\f÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ö`È\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜öcá\x02\x02\0^[\0\x17\0\x04\0R=\0)¦˜Ó9\x0f/ÓtÞ¼\v€¸|'\x108<Á\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ö›P\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜öžˆ\x02\x02\0^[\0\x17\0\x04\0R=\0©\0°Ü¿”WêžA2ï\x154\x13 –B\x1c\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜öÕ÷\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜öÙM\x02\x02\0^[\0\x17\0\x04\0R=\0\x15«:Ì#3^\x1a§ËLJeYÆ\x13»2Áê\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜÷Kb\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜÷O3\x02\x02\0^[\0\x17\0\x04\0R=\0½a˜Ê­›nX?ÐG\x16HCú\x17\x17ÉÅÃ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜÷…p\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜÷‰»\x02\x02\0^[\0\x17\0\x04\0R=\0üÏN÷?‘+þâ\x03	\bë^[¦ÚÔ\ò©\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜÷ÀT\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜÷ÄŸ\x02\x02\0^[\0\x17\0\x04\0R=\07+«	ñ\x11…\x19„\x1dZ6²£¥£\b\x13"ü\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜÷úû\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ø\0X\x02\x02\0^[\0\x17\0\x04\0R=\0–\x1c[\x120fC7Vû\x13üU\x11ç\b"Ž%\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ø5¡\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ø8ø\x02\x02\0^[\0\x17\0\x04\0R=\0\x1fdN'3Ì^[M%?ËÚQVlèžx\x06Ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜øp*\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜øs€\x02\x02\0^[\0\x17\0\x04\0R=\0$PÂI\x17•eðg©„ÇŸ†àÚÙ+\x0f\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜øª²\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ø®\b\x02\x02\0^[\0\x17\0\x04\0R=\0¾]¨-(í)¶Fºrà{jÍÎü%K7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜øåX\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜øè¯\x02\x02\0^[\0\x17\0\x04\0R=\0Afæ\x0f\x0eö‹\x13rM‹Ú\x13^[.\x1fµðÃP\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ù <\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ù$\r\x02\x02\0^[\0\x17\0\x04\0R=\0Þæ•	S\x12“è\x0e5ºÈùsl\#\x0e \x10\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ù•å\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ùšç\x02\x02\0^[\0\x17\0\x04\0R=\0rËK	²\x15ÆÃUD¯û\x14¦Ê\a¤ÍÈ÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ù϶\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ùÖD\x02\x02\0^[\0\x17\0\x04\0R=\0ëFå؝8Àª	°Ú\x13¶ÞŠ\x19s|3\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ú
¸\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ú\x0f}\x02\x02\0^[\0\x17\0\x04\0R=\0\x12  §Ñ6%\x03r ¢ µF;2¡U¯÷\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜úEº\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜úM=\x02\x02\0^[\0\x17\0\x04\0R=\0õ[ÙÞ¸Œá3\x12‹—%7b?EÓ“\x19Ó\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜û:•\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ûD™\x02\x02\0^[\0\x17\0\x04\0R=\0
¯“ê\vÄóܘ—­>ÿÚ=êÿÎ%½\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ûkÑ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ûvÉ\x02\x02\0^[\0\x17\0\x04\0R=\0\x01\0\0\0\0\0\0\0\x15\x03\r\0ü$1b^Ì˾\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜û¬«\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜û¸x\x02\x02\0^[\0\x17\0\x04\0R=\0UæNÁÆ\x11[Œh\x1acA3ž\x0fkF	vA\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ü\x19Ý\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ü!A\x02\x02\0^[\0\x17\0\x04\0R=\0a&þðÄY®ÀieÙò׋‚ÀöHñd\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜üTÀ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜üY¤\x02\x02\0^[\0\x17\0\x04\0R=\0\x16–zÀ\0\0\0\0\0\0\0\0^Ì˾UæNÁ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ü\f\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ü“Ð\x02\x02\0^[\0\x17\0\x04\0R=\0Æ\x11[Œh\x1acA3ž\x0fkF	vAa&þð\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜üÉï\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜üÎÒ\x02\x02\0^[\0\x17\0\x04\0R=\0ÄY®ÀieÙò׋‚ÀöHñd\x16–zÀ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ý\x04Y\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ý	<\x02\x02\0^[\0\x17\0\x04\0R=\0\0Á•¹\0°Q¬\0\0€\0\0\0\0\x17\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ý>á\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ýCÄ\x02\x02\0^[\0\x17\0\x04\0R=\0\0ð\x17ó\x11<öHÚr\x06\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ý³ñ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ý¸¶\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0˜\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ýð\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ýþÎ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0ü$1bpæ	=\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜þ+\b\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜þ<ê\x02\x02\0^[\0\x17\0\x04\0R=\0Š~Í>ª.˽\04±¹\0™Ô:€ž¦¹\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜þgZ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜þp-\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜þÙ3\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜þße\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÿ\x13ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÿ^[\\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÿN½\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÿU\x0e\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÿˆŽ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÿS\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÿÃr\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9˜ÿɆ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9˜ÿÿÃ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\0\ae\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\0;^\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\0BÂ\x02\x02\0^[\0\x17\0\x04\0R=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0€Ë3b\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\0s£\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\0x¤\x02\x02\0^[\0\x17\0\x04\0R=\0\b\x16\0\0P—¯Ç(‹\vòñ°ÕíïTl"\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\0­±\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\0¸k\x02\x02\0^[\0\x17\0\x04\0R=\0@\x1eÕÞÑÆ»®Ä—oø	­/\x18\x18™H7\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\0èv\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\0íY\x02\x02\0^[\0\x17\0\x04\0R=\0 kæ¢Ã
Aó|Ìø\aÍ\x1e<¾<\x02\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\x01#–\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\x01)O\x02\x02\0^[\0\x17\0\x04\0R=\0Ñbäö+˜ˆ\vÒ`q'!“ÇT>Ëþé\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\x01^\0\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\x01d\x02\x02\0^[\0\x17\0\x04\0R=\0 ´Õæ7
5Í_…mW]TFùƒLkÝ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\x01˜j\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\x01žø\x02\x02\0^[\0\x17\0\x04\0R=\0þ1ÐÎE«p
ä»-";;IÉï·ßÛ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\x01Ù\x06\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\x01á^\x02\x02\0^[\0\x17\0\x04\0R=\0B5B¼$'^.I°\x01\x14zÄë!\x19™›Ã\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\x02\rz\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\x02\x12¹\x02\x02\0^[\0\x17\0\x04\0R=\0<•\x18\x13ï\x02Dc®d\x1aGì°ë \f\x1aÍ\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\x02H\x02\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\x02LÇ\x02\x02\0^[\0\x17\0\x04\0R=\0?OxTv‡ø\x17Xh2"b\x02®ÄU!	ö\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\x02ƒÚ\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\x02‰Ð\x02\x02\0^[\0\x17\0\x04\0R=\0E-.÷êš½\x12Œ\x14Û¿­\x15«.÷ù\x02\0\0\0\b\0\0\0\b\0\0\0\x03\0\0\0\0\0â¸9™\x02÷Ø\x04\x13\x05\x01\x02\0\x01\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0â¸9™\x03\x03I\x02\x02\0^[\0\x17\0\x04\0R=\0œ¦=\x19ÿž@7j D¢ÿJ\rú÷_º\a

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

* Re: GATT issue, possible bluez bug?
  2022-03-23  9:11               ` Adam Pigg
@ 2022-03-23 13:36                 ` Adam Pigg
  2022-03-23 14:46                   ` Adam Pigg
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-03-23 13:36 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

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

Hi Luiz

On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
> Good that you clearly know more about this than me!...
>
> On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> <luiz.dentz@gmail.com> wrote:
> >
> > Hi Adam,
> >
> > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > <luiz.dentz@gmail.com> wrote:
> > >
> > > Hi Adam,
> > >
> > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Thanks Luiz
> > > >
> > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > <luiz.dentz@gmail.com> wrote:
> > > > >
> > > > > Hi Adam,
> > > > >
> > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > Hi Luiz
> > > > > >
> > > > > >
> > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Hi Luiz
> > > > > > >
> > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi Adam,
> > > > > > > >
> > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > >
> > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > >
> > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > project, which supports many more devices.
> > > > > > > > >
> > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > this.
> > > > > > > > >
> > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > >
> > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > Gatttool
> > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > >
> > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > >
> > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > watch.
> > > > > > > > >
> > > > > > > > > I have attached 3 files
> > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > >
> > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > read/write/notify!
> > > > > > > > >
> > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > Can anyone suggest anything?
> > > > > > > >
> > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > if that something already fixed.
> > > > > > > >
> > > > > > > >
> > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > >
> > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > library.
> > > > > > >
> > > > > >
> > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > >
> > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > list the services immediately after connect just like gatttool can.
> > > > >
> > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > per client:
> > > > >
> > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > page 1424:
> > > > >
> > > > > This request shall only be sent once during a connection by the client.
> > > > >
> > > > > There is also no response to frame #30:
> > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > >
> > > > >                            #30 [hci0] 26.641557
> > > > >       ATT: Read Request (0x0a) len 2
> > > > >         Handle: 0x0018
> > > > >
> > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > >
> > > >
> > > > So, the verdict is that the watch isnt acting to spec right?
> > > >
> > > > Why does gatttool work ok, is it a completely different implementation?
> > > >
> > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > devices more flexibly?
> > >
> > > That I can't really explain, perhaps it is timing related, something
> > > with Exchange MTU since it appears to stop the device from responding
> > > when it happens a second time.
> > >
> > > > Do you have any suggestions for things I could try? I looked for
> > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > it behaving differently?
> > >
> > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > timer to start it later or perhaps the problem first response to
> > > exchange MTU does actually use the final_mtu which makes the watch to
> > > trigger yet another exchange to have both rx and tx MTU the same so
> > > try with the following change:
> > >
> > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > index 2adb4afbf..d326782bf 100644
> > > --- a/src/shared/gatt-server.c
> > > +++ b/src/shared/gatt-server.c
> > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > *chan, uint8_t opcode,
> > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > >
> > >         /* Respond with the server MTU */
> > > -       put_le16(server->mtu, rsp_pdu);
> > > +       put_le16(final_mtu, rsp_pdu);
> > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > >
> > >         /* Set MTU to be the minimum */
> >
> > Hmm Im not sure if this will work since the peripheral seems to
> > respond different values 252 vs 247, also the spec does say that:
> >
> > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > Attribute protocol PDU that the server can receive.
> > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > and the Server Rx MTU*. The size is the same to ensure that a client can
> > correctly detect the final packet of a long attribute read.'
> >
> > So my interpretation is that the minimum is calculated after the
> > Exchange is complete so it doesn't require the Server MTU to be
> > limited by the Client MTU, anyway if Android and iOS does apply the
> > minimum logic before responding we can do the same.
> >
>
> Maybe it will help if I attach an android packet capture....
>
> The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> log can be opened in Wireshark, and to my untrained eye, it looks like
> the MTU negotiation is at packets 451 and 452, and 247 is used?
>
> Ill try and get the proposed patch built and see how it behaves

Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.

There was one point before i applied the patch where bluetoothctl
seemed to list the attributes quickly, but i havnt been able to
reproduce that again with or without the patch.

Thanks


>
> Thanks
>
> > >
> > > >
> > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > >
> > > > >                            #48 [hci0] 58.673128
> > > > >         Handle: 3585
> > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > >
> > > > > > Thanks
> > > > > >
> > > > > >
> > > > > > > > --
> > > > > > > > Luiz Augusto von Dentz
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Luiz Augusto von Dentz
> > >
> > >
> > >
> > > --
> > > Luiz Augusto von Dentz
> >
> >
> >
> > --
> > Luiz Augusto von Dentz

[-- Attachment #2: btmon_new_bluez_bluetoothctl.txt --]
[-- Type: text/plain, Size: 26687 bytes --]

[bluetooth]# connect F8:C3:D1:B0:5A:3A
Attempting to connect to F8:C3:D1:B0:5A:3A
[CHG] Device F8:C3:D1:B0:5A:3A Connected: yes
Connection successful
[Amazfit GTR 2]# menu gatt
Menu gatt:
Available commands:
-------------------
list-attributes [dev/local]                       List attributes
select-attribute <attribute/UUID>                 Select attribute
attribute-info [attribute/UUID]                   Select attribute
read [offset]                                     Read attribute value
write <data=xx xx ...> [offset] [type]            Write attribute value
acquire-write                                     Acquire Write file descriptor
release-write                                     Release Write file descriptor
acquire-notify                                    Acquire Notify file descriptor
release-notify                                    Release Notify file descriptor
notify <on/off>                                   Notify attribute value
clone [dev/attribute/UUID]                        Clone a device or attribute
register-application [UUID ...]                   Register profile to connect
unregister-application                            Unregister profile
register-service <UUID> [handle]                  Register application service.
unregister-service <UUID/object>                  Unregister application service
register-includes <UUID> [handle]                 Register as Included service in.
unregister-includes <Service-UUID><Inc-UUID>      Unregister Included service.
register-characteristic <UUID> <Flags=read,write,notify...> [handle] Register application characteristic
unregister-characteristic <UUID/object>           Unregister application characteristic
register-descriptor <UUID> <Flags=read,write...> [handle] Register application descriptor
unregister-descriptor <UUID/object>               Unregister application descriptor
back                                              Return to main menu
version                                           Display version
quit                                              Quit program
exit                                              Quit program
help                                              Display help about this program
export                                            Print environment variables
[Amazfit GTR 2]# select-attribute 00000009-0000-3512-2118-0009af100700
[Amazfit GTR 2]# notify on
No attribute selected
[CHG] Device F8:C3:D1:B0:5A:3A ServicesResolved: yes
[CHG] Device F8:C3:D1:B0:5A:3A Paired: yes
[CHG] Device F8:C3:D1:B0:5A:3A ServicesResolved: no
[CHG] Device F8:C3:D1:B0:5A:3A Connected: no



----------


btmon:

piggz@adam-laptop ~ $ sudo btmon
Bluetooth monitor ver 5.63
= Note: Linux version 5.16.14-1-default (x86_64)                                                                                                                                     0.537725
= Note: Bluetooth subsystem version 2.22                                                                                                                                             0.537729
= New Index: DC:53:60:51:00:C6 (Primary,USB,hci0)                                                                                                                             [hci0] 0.537730
= Open Index: DC:53:60:51:00:C6                                                                                                                                               [hci0] 0.537730
= Index Info: DC:53:60:51:00:C6 (Intel Corp.)                                                                                                                                 [hci0] 0.537731
@ MGMT Open: bluetoothd (privileged) version 1.21                                                                                                                           {0x0001} 0.537732
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7                                                                                                                 #1 [hci0] 9.719672
        Type: Passive (0x00)
        Interval: 60.000 msec (0x0060)
        Window: 60.000 msec (0x0060)
        Own address type: Public (0x00)
        Filter policy: Accept all advertisement (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                #2 [hci0] 9.833744
      LE Set Scan Parameters (0x08|0x000b) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                     #3 [hci0] 9.833768
        Scanning: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                #4 [hci0] 9.834745
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 29                                                                                                                                  #5 [hci0] 9.893808
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: 4E:4A:CC:0C:78:46 (Resolvable)
        Data length: 17
        Flags: 0x1a
          LE General Discoverable Mode
          Simultaneous LE and BR/EDR (Controller)
          Simultaneous LE and BR/EDR (Host)
        TX power: 12 dBm
        Company: Apple, Inc. (76)
          Type: Unknown (16)
          Data: 501cf52e89
        RSSI: -79 dBm (0xb1)
> HCI Event: LE Meta Event (0x3e) plen 28                                                                                                                                 #6 [hci0] 10.019799
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: 58:66:E9:A5:2D:DB (Resolvable)
        Data length: 16
        Flags: 0x06
          LE General Discoverable Mode
          BR/EDR Not Supported
        Service Data (UUID 0xfe2c): 0000
        TX power: -10 dBm
        Service Data (UUID 0xfe03):
        RSSI: -82 dBm (0xae)
> HCI Event: LE Meta Event (0x3e) plen 43                                                                                                                                 #7 [hci0] 10.058806
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: EF:51:CD:3C:7E:8F (Static)
        Data length: 31
        Flags: 0x06
          LE General Discoverable Mode
          BR/EDR Not Supported
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03ef51cd3c7e8f
        RSSI: -72 dBm (0xb8)
> HCI Event: LE Meta Event (0x3e) plen 40                                                                                                                                 #8 [hci0] 10.079812
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Scannable undirected - ADV_SCAN_IND (0x02)
        Address type: Random (0x01)
        Address: 79:F9:F9:87:54:DA (Resolvable)
        Data length: 28
        16-bit Service UUIDs (complete): 1 entry
          Google (0xfe9f)
        Service Data (UUID 0xfe9f): 0000000000000000000000000000000000000000
        RSSI: -79 dBm (0xb1)
> HCI Event: LE Meta Event (0x3e) plen 20                                                                                                                                 #9 [hci0] 10.480812
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Non connectable undirected - ADV_NONCONN_IND (0x03)
        Address type: Random (0x01)
        Address: C8:38:3A:F0:5A:7F (Static)
        Data length: 8
        Company: Apple, Inc. (76)
          Type: Unknown (18)
          Data: 0001
        RSSI: -87 dBm (0xa9)
> HCI Event: LE Meta Event (0x3e) plen 43                                                                                                                                #10 [hci0] 11.205858
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: F8:C3:D1:B0:5A:3A (Static)
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
        RSSI: -57 dBm (0xc7)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                   #11 [hci0] 11.205957
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                              #12 [hci0] 11.258813
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Create Connection (0x08|0x000d) plen 25                                                                                                                #13 [hci0] 11.258884
        Scan interval: 60.000 msec (0x0060)
        Scan window: 60.000 msec (0x0060)
        Filter policy: Accept list is not used (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Own address type: Public (0x00)
        Min connection interval: 30.00 msec (0x0018)
        Max connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Min connection length: 0.000 msec (0x0000)
        Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                #14 [hci0] 11.259812
      LE Create Connection (0x08|0x000d) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19                                                                                                                                #15 [hci0] 12.060874
      LE Connection Complete (0x01)
        Status: Success (0x00)
        Handle: 3585
        Role: Central (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Central clock accuracy: 0x00
@ MGMT Event: Device Connected (0x000b) plen 44                                                                                                                     {0x0001} [hci0] 12.060941
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Flags: 0x00000008
          Connection Locally Initiated
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
< HCI Command: LE Read Remote Used Features (0x08|0x0016) plen 2                                                                                                         #16 [hci0] 12.061170
        Handle: 3585
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                #17 [hci0] 12.061869
      LE Read Remote Used Features (0x08|0x0016) ncmd 1
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 12                                                                                                                                #18 [hci0] 12.107883
      LE Read Remote Used Features (0x04)
        Status: Success (0x00)
        Handle: 3585
        Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
          LE Encryption
< HCI Command: LE Start Encryption (0x08|0x0019) plen 28                                                                                                                 #19 [hci0] 12.107977
        Handle: 3585
        Random number: 0x200e8e7861b656fa
        Encrypted diversifier: 0xa313
        Long term key: 70ff87784e4a4394af70214bedf33a1d
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                #20 [hci0] 12.108868
      LE Start Encryption (0x08|0x0019) ncmd 1
        Status: Success (0x00)
> HCI Event: Encryption Change (0x08) plen 4                                                                                                                             #21 [hci0] 12.506947
        Status: Success (0x00)
        Handle: 3585
        Encryption: Enabled with AES-CCM (0x01)
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #22 [hci0] 12.507730
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 517
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #24 [hci0] 12.556256
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 247
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #25 [hci0] 12.557869
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #26 [hci0] 12.606870
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 252
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #28 [hci0] 12.656235
      ATT: Read Request (0x0a) len 2
        Handle: 0x0032
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #29 [hci0] 12.705870
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 12                                                                                                                            #30 [hci0] 12.755936
      ATT: Read Response (0x0b) len 7
        Value: 01570140000101
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #31 [hci0] 12.756045
      ATT: Read Request (0x0a) len 2
        Handle: 0x0016
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #32 [hci0] 12.805900
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 19                                                                                                                            #33 [hci0] 12.856058
      ATT: Read Response (0x0b) len 14
        Value: 416d617a66697420475452203200
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #34 [hci0] 12.856400
      ATT: Read Request (0x0a) len 2
        Handle: 0x0018
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #35 [hci0] 12.905890
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #36 [hci0] 15.256110
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                             #37 [hci0] 15.256346
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 247
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #38 [hci0] 15.306998
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #39 [hci0] 16.006117
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 27                                                                                                                            #40 [hci0] 16.006335
< ACL Data TX: Handle 3585 flags 0x01 dlen 27                                                                                                                            #41 [hci0] 16.006347
< ACL Data TX: Handle 3585 flags 0x01 dlen 8                                                                                                                             #42 [hci0] 16.006351
      ATT: Read By Type Response (0x09) len 57
        Attribute data length: 7
        Attribute data list: 8 entries
        Handle: 0x0002
        Value: 020300002a
        Handle: 0x0004
        Value: 020500012a
        Handle: 0x0006
        Value: 020700a62a
        Handle: 0x0009
        Value: 200a00052a
        Handle: 0x000c
        Value: 0a0d00292b
        Handle: 0x000e
        Value: 020f002a2b
        Handle: 0x0010
        Value: 0211003a2b
        Handle: 0x0013
        Value: 021400502a
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #43 [hci0] 16.057055
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #44 [hci0] 16.058037
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #45 [hci0] 16.059032
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #46 [hci0] 16.106108
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0014-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                             #47 [hci0] 16.106365
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0014
        Error: Attribute Not Found (0x0a)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #48 [hci0] 16.157103
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #49 [hci0] 16.206140
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Device Name (0x2a00)
< ACL Data TX: Handle 3585 flags 0x00 dlen 18                                                                                                                            #50 [hci0] 16.206737
      ATT: Read By Type Response (0x09) len 13
        Attribute data length: 12
        Attribute data list: 1 entry
        Handle: 0x0003
        Value: 426c75655a20352e3633
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #51 [hci0] 16.257082
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #52 [hci0] 19.438030
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 27                                                                                                                            #53 [hci0] 19.438239
< ACL Data TX: Handle 3585 flags 0x01 dlen 27                                                                                                                            #54 [hci0] 19.438255
< ACL Data TX: Handle 3585 flags 0x01 dlen 8                                                                                                                             #55 [hci0] 19.438260
      ATT: Read By Type Response (0x09) len 57
        Attribute data length: 7
        Attribute data list: 8 entries
        Handle: 0x0002
        Value: 020300002a
        Handle: 0x0004
        Value: 020500012a
        Handle: 0x0006
        Value: 020700a62a
        Handle: 0x0009
        Value: 200a00052a
        Handle: 0x000c
        Value: 0a0d00292b
        Handle: 0x000e
        Value: 020f002a2b
        Handle: 0x0010
        Value: 0211003a2b
        Handle: 0x0013
        Value: 021400502a
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #56 [hci0] 19.457169
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #57 [hci0] 19.458229
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #58 [hci0] 19.459252
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #59 [hci0] 19.506287
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0014-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                             #60 [hci0] 19.506388
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0014
        Error: Attribute Not Found (0x0a)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #61 [hci0] 19.557245
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #62 [hci0] 19.606321
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Device Name (0x2a00)
< ACL Data TX: Handle 3585 flags 0x00 dlen 18                                                                                                                            #63 [hci0] 19.606726
      ATT: Read By Type Response (0x09) len 13
        Attribute data length: 12
        Attribute data list: 1 entry
        Handle: 0x0003
        Value: 426c75655a20352e3633
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #64 [hci0] 19.657210
        Num handles: 1
        Handle: 3585
        Count: 1







< HCI Command: Disconnect (0x01|0x0006) plen 3                                                                                                                           #65 [hci0] 44.885194
        Handle: 3585
        Reason: Remote User Terminated Connection (0x13)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                #66 [hci0] 45.006315
      Disconnect (0x01|0x0006) ncmd 1
        Status: Success (0x00)
> HCI Event: Disconnect Complete (0x05) plen 4                                                                                                                           #67 [hci0] 45.008258
        Status: Success (0x00)
        Handle: 3585
        Reason: Connection Terminated By Local Host (0x16)
@ MGMT Event: Device Disconnected (0x000c) plen 8                                                                                                                   {0x0001} [hci0] 45.008311
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Reason: Connection terminated by local host (0x02)

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

* Re: GATT issue, possible bluez bug?
  2022-03-23 13:36                 ` Adam Pigg
@ 2022-03-23 14:46                   ` Adam Pigg
  2022-03-23 19:45                     ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-03-23 14:46 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

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

On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
> On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi Luiz
> >
> > Good that you clearly know more about this than me!...
> >
> > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > <luiz.dentz@gmail.com> wrote:
> > >
> > > Hi Adam,
> > >
> > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > <luiz.dentz@gmail.com> wrote:
> > > >
> > > > Hi Adam,
> > > >
> > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Thanks Luiz
> > > > >
> > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > <luiz.dentz@gmail.com> wrote:
> > > > > >
> > > > > > Hi Adam,
> > > > > >
> > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Hi Luiz
> > > > > > >
> > > > > > >
> > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > >
> > > > > > > > Hi Luiz
> > > > > > > >
> > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi Adam,
> > > > > > > > >
> > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > >
> > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > >
> > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > project, which supports many more devices.
> > > > > > > > > >
> > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > this.
> > > > > > > > > >
> > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > >
> > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > Gatttool
> > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > >
> > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > >
> > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > watch.
> > > > > > > > > >
> > > > > > > > > > I have attached 3 files
> > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > >
> > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > read/write/notify!
> > > > > > > > > >
> > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > Can anyone suggest anything?
> > > > > > > > >
> > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > if that something already fixed.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > >
> > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > library.
> > > > > > > >
> > > > > > >
> > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > >
> > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > list the services immediately after connect just like gatttool can.
> > > > > >
> > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > per client:
> > > > > >
> > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > page 1424:
> > > > > >
> > > > > > This request shall only be sent once during a connection by the client.
> > > > > >
> > > > > > There is also no response to frame #30:
> > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > >
> > > > > >                            #30 [hci0] 26.641557
> > > > > >       ATT: Read Request (0x0a) len 2
> > > > > >         Handle: 0x0018
> > > > > >
> > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > >
> > > > >
> > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > >
> > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > >
> > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > devices more flexibly?
> > > >
> > > > That I can't really explain, perhaps it is timing related, something
> > > > with Exchange MTU since it appears to stop the device from responding
> > > > when it happens a second time.
> > > >
> > > > > Do you have any suggestions for things I could try? I looked for
> > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > it behaving differently?
> > > >
> > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > timer to start it later or perhaps the problem first response to
> > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > try with the following change:
> > > >
> > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > index 2adb4afbf..d326782bf 100644
> > > > --- a/src/shared/gatt-server.c
> > > > +++ b/src/shared/gatt-server.c
> > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > *chan, uint8_t opcode,
> > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > >
> > > >         /* Respond with the server MTU */
> > > > -       put_le16(server->mtu, rsp_pdu);
> > > > +       put_le16(final_mtu, rsp_pdu);
> > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > >
> > > >         /* Set MTU to be the minimum */
> > >
> > > Hmm Im not sure if this will work since the peripheral seems to
> > > respond different values 252 vs 247, also the spec does say that:
> > >
> > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > Attribute protocol PDU that the server can receive.
> > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > correctly detect the final packet of a long attribute read.'
> > >
> > > So my interpretation is that the minimum is calculated after the
> > > Exchange is complete so it doesn't require the Server MTU to be
> > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > minimum logic before responding we can do the same.
> > >
> >
> > Maybe it will help if I attach an android packet capture....
> >
> > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > log can be opened in Wireshark, and to my untrained eye, it looks like
> > the MTU negotiation is at packets 451 and 452, and 247 is used?
> >
> > Ill try and get the proposed patch built and see how it behaves
>
> Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
>
> There was one point before i applied the patch where bluetoothctl
> seemed to list the attributes quickly, but i havnt been able to
> reproduce that again with or without the patch.
>

For completeness, also attached the output of my program and btmon

My program should connect, wait for resolved signal, then read a char,
enable some notifications, and do a write.  You can see the 30 second
wait between connect, resolved, and quickly followed by a disconnect.


> Thanks
>
>
> >
> > Thanks
> >
> > > >
> > > > >
> > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > >
> > > > > >                            #48 [hci0] 58.673128
> > > > > >         Handle: 3585
> > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > >
> > > > > > > > > --
> > > > > > > > > Luiz Augusto von Dentz
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Luiz Augusto von Dentz
> > > >
> > > >
> > > >
> > > > --
> > > > Luiz Augusto von Dentz
> > >
> > >
> > >
> > > --
> > > Luiz Augusto von Dentz

[-- Attachment #2: btmon_new_bluez_amazfish.txt --]
[-- Type: text/plain, Size: 28227 bytes --]

Amazfish:

piggz@adam-laptop ~/projects/build-harbour-amazfish-Desktop-Debug $ ./daemon/harbour-amazfishd
2022-03-23 14:39:28.923 : Starting amazfish daemon
2022-03-23 14:39:28.932 : Starting notification monitor
2022-03-23 14:39:28.961 : void NavigationInterface::connectDaemon()
2022-03-23 14:39:28.962 : Interface is not valid
2022-03-23 14:39:28.962 : Registering service on dbus uk.co.piggz.amazfish
2022-03-23 14:39:28.963 : amazfish-daemon: succesfully registered to dbus sessionBus
2022-03-23 14:39:28.964 : DeviceFactory::createDevice: requested device of type: "Amazfit GTR 2"
2022-03-23 14:39:28.964 : Creating GTS Device
2022-03-23 14:39:28.964 : GtrDevice::GtrDevice(const QString&, QObject*)
2022-03-23 14:39:28.964 : Creating DBUS HRM
2022-03-23 14:39:28.968 : DRIVERS:  ("org.kde.kdb.mysql", "org.kde.kdb.sqlite")
2022-03-23 14:39:28.969 : Database is:  "/home/piggz/.local/share/harbour-amazfish/harbour-amazfish/amazfish.kexi"
2022-03-23 14:39:28.969 : KDbConnection object created.
2022-03-23 14:39:28.969 : KDbConnection::connect() OK.
2022-03-23 14:39:28.971 : ("mi_band_activity", "sports_data", "sports_meta")
2022-03-23 14:39:28.971 : DeviceInterface::connectToDevice: "/org/bluez/hci0/dev_F8_C3_D1_B0_5A_3A"
2022-03-23 14:39:28.971 : QBLEDevice::setDevicePath
2022-03-23 14:39:28.973 : true
2022-03-23 14:39:28.974 : AbstractDevice::connectToDevice
2022-03-23 14:39:28.974 : QBLEDevice::disconnectFromDevice
2022-03-23 14:39:28.975 : DeviceInterface::onConnectionStateChanged "connecting"
2022-03-23 14:39:28.975 : QBLEDevice::connectToDevice
2022-03-23 14:39:31.070 : virtual void GtrDevice::onPropertiesChanged(QString, QVariantMap, QStringList) "org.bluez.Device1" QMap(("Connected", QVariant(bool, true))) ()
2022-03-23 14:39:31.071 : DeviceInterface::onConnectionStateChanged "connected"
2022-03-23 14:40:01.356 : virtual void GtrDevice::onPropertiesChanged(QString, QVariantMap, QStringList) "org.bluez.Device1" QMap(("ServicesResolved", QVariant(bool, true))) ()
2022-03-23 14:40:01.387 : virtual void GtrDevice::initialise()
2022-03-23 14:40:01.388 : virtual void GtrDevice::parseServices()
2022-03-23 14:40:01.391 : Resolved services...
2022-03-23 14:40:01.391 : <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node><interface name="org.freedesktop.DBus.Introspectable"><method name="Introspect"><arg name="xml" type="s" direction="out"/>
</method></interface><interface name="org.bluez.Device1"><method name="Disconnect"></method><method name="Connect"></method><method name="ConnectProfile"><arg name="UUID" type="s" direction="in"/>
</method><method name="DisconnectProfile"><arg name="UUID" type="s" direction="in"/>
</method><method name="Pair"></method><method name="CancelPairing"></method><property name="Address" type="s" access="read"></property><property name="AddressType" type="s" access="read"></property><property name="Name" type="s" access="read"></property><property name="Alias" type="s" access="readwrite"></property><property name="Class" type="u" access="read"></property><property name="Appearance" type="q" access="read"></property><property name="Icon" type="s" access="read"></property><property name="Paired" type="b" access="read"></property><property name="Trusted" type="b" access="readwrite"></property><property name="Blocked" type="b" access="readwrite"></property><property name="LegacyPairing" type="b" access="read"></property><property name="RSSI" type="n" access="read"></property><property name="Connected" type="b" access="read"></property><property name="UUIDs" type="as" access="read"></property><property name="Modalias" type="s" access="read"></property><property name="Adapter" type="o" access="read"></property><property name="ManufacturerData" type="a{qv}" access="read"></property><property name="ServiceData" type="a{sv}" access="read"></property><property name="TxPower" type="n" access="read"></property><property name="ServicesResolved" type="b" access="read"></property><property name="WakeAllowed" type="b" access="readwrite"></property></interface><interface name="org.freedesktop.DBus.Properties"><method name="Get"><arg name="interface" type="s" direction="in"/>
<arg name="name" type="s" direction="in"/>
<arg name="value" type="v" direction="out"/>
</method><method name="Set"><arg name="interface" type="s" direction="in"/>
<arg name="name" type="s" direction="in"/>
<arg name="value" type="v" direction="in"/>
</method><method name="GetAll"><arg name="interface" type="s" direction="in"/>
<arg name="properties" type="a{sv}" direction="out"/>
</method><signal name="PropertiesChanged"><arg name="interface" type="s"/>
<arg name="changed_properties" type="a{sv}"/>
<arg name="invalidated_properties" type="as"/>
</signal>
</interface><interface name="org.bluez.AdminPolicyStatus1"><property name="AffectedByPolicy" type="b" access="read"></property></interface><node name="service0001"/><node name="service0028"/><node name="service0038"/><node name="service0040"/><node name="service0070"/><node name="service0084"/><node name="service008c"/><node name="service0094"/><node name="service0099"/></node>
2022-03-23 14:40:01.394 : 10 nodes
2022-03-23 14:40:01.400 : Creating service for:  "00001801-0000-1000-8000-00805f9b34fb"
2022-03-23 14:40:01.403 : 2 nodes
2022-03-23 14:40:01.411 : Introspect:characteristics: ("00002a05-0000-1000-8000-00805f9b34fb")
2022-03-23 14:40:01.413 : Creating service for:  "0000180a-0000-1000-8000-00805f9b34fb"
2022-03-23 14:40:01.415 : 7 nodes
2022-03-23 14:40:01.428 : Introspect:characteristics: ("00000014-0000-3512-2118-0009af100700", "00002a23-0000-1000-8000-00805f9b34fb", "00002a25-0000-1000-8000-00805f9b34fb", "00002a27-0000-1000-8000-00805f9b34fb", "00002a28-0000-1000-8000-00805f9b34fb", "00002a50-0000-1000-8000-00805f9b34fb")
2022-03-23 14:40:01.428 : BipInfoService::BipInfoService
2022-03-23 14:40:01.428 : Creating service for:  "00001530-0000-3512-2118-0009af100700"
2022-03-23 14:40:01.429 : 3 nodes
2022-03-23 14:40:01.433 : Introspect:characteristics: ("00001531-0000-3512-2118-0009af100700", "00001532-0000-3512-2118-0009af100700")
2022-03-23 14:40:01.434 : BipFirmwareService::BipFirmwareService
2022-03-23 14:40:01.434 : Creating service for:  "0000fee0-0000-1000-8000-00805f9b34fb"
2022-03-23 14:40:01.435 : 15 nodes
2022-03-23 14:40:01.453 : Introspect:characteristics: ("00000001-0000-3512-2118-0009af100700", "00000002-0000-3512-2118-0009af100700", "00000003-0000-3512-2118-0009af100700", "00000004-0000-3512-2118-0009af100700", "00000005-0000-3512-2118-0009af100700", "00000006-0000-3512-2118-0009af100700", "00000007-0000-3512-2118-0009af100700", "0000000e-0000-3512-2118-0009af100700", "00000010-0000-3512-2118-0009af100700", "00000016-0000-3512-2118-0009af100700", "00000017-0000-3512-2118-0009af100700", "00000020-0000-3512-2118-0009af100700", "00002a04-0000-1000-8000-00805f9b34fb", "00002a2b-0000-1000-8000-00805f9b34fb")
2022-03-23 14:40:01.453 : MiBandService::MiBandService
2022-03-23 14:40:01.454 : Creating service for:  "0000fee1-0000-1000-8000-00805f9b34fb"
2022-03-23 14:40:01.455 : 9 nodes
2022-03-23 14:40:01.463 : Introspect:characteristics: ("00000009-0000-3512-2118-0009af100700", "0000fed0-0000-1000-8000-00805f9b34fb", "0000fed1-0000-1000-8000-00805f9b34fb", "0000fed2-0000-1000-8000-00805f9b34fb", "0000fed3-0000-1000-8000-00805f9b34fb", "0000fedd-0000-1000-8000-00805f9b34fb", "0000fede-0000-1000-8000-00805f9b34fb", "0000fedf-0000-1000-8000-00805f9b34fb")
2022-03-23 14:40:01.463 : MiBand2Service::MiBand2Service
2022-03-23 14:40:01.463 : auth: 0 crypt: 128 req: true
2022-03-23 14:40:01.464 : Creating service for:  "0000180d-0000-1000-8000-00805f9b34fb"
2022-03-23 14:40:01.465 : 3 nodes
2022-03-23 14:40:01.468 : Introspect:characteristics: ("00002a37-0000-1000-8000-00805f9b34fb", "00002a39-0000-1000-8000-00805f9b34fb")
2022-03-23 14:40:01.468 : HRMService::HRMService
2022-03-23 14:40:01.468 : Creating service for:  "00001811-0000-1000-8000-00805f9b34fb"
2022-03-23 14:40:01.469 : 3 nodes
2022-03-23 14:40:01.471 : Introspect:characteristics: ("00002a44-0000-1000-8000-00805f9b34fb", "00002a46-0000-1000-8000-00805f9b34fb")
2022-03-23 14:40:01.471 : AlertNotificationService::AlertNotificationService(const QString&, QObject*, uint8_t)
2022-03-23 14:40:01.471 : Creating service for:  "00001802-0000-1000-8000-00805f9b34fb"
2022-03-23 14:40:01.472 : 2 nodes
2022-03-23 14:40:01.473 : Introspect:characteristics: ("00002a06-0000-1000-8000-00805f9b34fb")
2022-03-23 14:40:01.473 : Creating service for:  "00003802-0000-1000-8000-00805f9b34fb"
2022-03-23 14:40:01.474 : 2 nodes
2022-03-23 14:40:01.475 : Introspect:characteristics: ("00004a02-0000-1000-8000-00805f9b34fb")
2022-03-23 14:40:01.475 : Read first
2022-03-23 14:40:01.475 : Reading from  "00000020-0000-3512-2118-0009af100700"
2022-03-23 14:40:01.476 : ""
2022-03-23 14:40:01.476 : Starting notify for  "00000017-0000-3512-2118-0009af100700"
2022-03-23 14:40:01.476 : Starting notify for  "00000020-0000-3512-2118-0009af100700"
2022-03-23 14:40:01.477 : Starting notify for  "00000016-0000-3512-2118-0009af100700"
2022-03-23 14:40:01.477 : Write something
2022-03-23 14:40:01.477 : Writing to  "00000016-0000-3512-2118-0009af100700" : "01"
2022-03-23 14:40:01.477 : Got mi2 service
2022-03-23 14:40:01.477 : Starting notify for  "00000009-0000-3512-2118-0009af100700"
2022-03-23 14:40:01.477 : Writing request for auth number
2022-03-23 14:40:01.478 : Writing to  "00000009-0000-3512-2118-0009af100700" : "0100"
2022-03-23 14:40:03.520 : virtual void GtrDevice::onPropertiesChanged(QString, QVariantMap, QStringList) "org.bluez.Device1" QMap(("Connected", QVariant(bool, false))("ServicesResolved", QVariant(bool, false))) ()
2022-03-23 14:40:03.522 : DisConnected!
2022-03-23 14:40:03.522 : DeviceInterface::onConnectionStateChanged "disconnected"
^C




----------


btmon

piggz@adam-laptop ~ $ sudo btmon
Bluetooth monitor ver 5.63
= Note: Linux version 5.16.14-1-default (x86_64)                                                                                                                                     0.726131
= Note: Bluetooth subsystem version 2.22                                                                                                                                             0.726136
= New Index: DC:53:60:51:00:C6 (Primary,USB,hci0)                                                                                                                             [hci0] 0.726138
= Open Index: DC:53:60:51:00:C6                                                                                                                                               [hci0] 0.726139
= Index Info: DC:53:60:51:00:C6 (Intel Corp.)                                                                                                                                 [hci0] 0.726139
@ MGMT Open: bluetoothd (privileged) version 1.21                                                                                                                           {0x0001} 0.726141
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7                                                                                                                 #1 [hci0] 4.976229
        Type: Passive (0x00)
        Interval: 60.000 msec (0x0060)
        Window: 60.000 msec (0x0060)
        Own address type: Public (0x00)
        Filter policy: Accept all advertisement (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                #2 [hci0] 5.089949
      LE Set Scan Parameters (0x08|0x000b) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                     #3 [hci0] 5.089966
        Scanning: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                #4 [hci0] 5.090948
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 29                                                                                                                                  #5 [hci0] 5.099979
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: 7F:42:2B:17:94:D6 (Resolvable)
        Data length: 17
        Flags: 0x1a
          LE General Discoverable Mode
          Simultaneous LE and BR/EDR (Controller)
          Simultaneous LE and BR/EDR (Host)
        TX power: 12 dBm
        Company: Apple, Inc. (76)
          Type: Unknown (16)
          Data: 5c1cad5d3f
        RSSI: -83 dBm (0xad)
> HCI Event: LE Meta Event (0x3e) plen 43                                                                                                                                  #6 [hci0] 5.232980
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: EF:51:CD:3C:7E:8F (Static)
        Data length: 31
        Flags: 0x06
          LE General Discoverable Mode
          BR/EDR Not Supported
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03ef51cd3c7e8f
        RSSI: -72 dBm (0xb8)
> HCI Event: LE Meta Event (0x3e) plen 40                                                                                                                                  #7 [hci0] 5.512989
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Scannable undirected - ADV_SCAN_IND (0x02)
        Address type: Random (0x01)
        Address: 79:F9:F9:87:54:DA (Resolvable)
        Data length: 28
        16-bit Service UUIDs (complete): 1 entry
          Google (0xfe9f)
        Service Data (UUID 0xfe9f): 0000000000000000000000000000000000000000
        RSSI: -79 dBm (0xb1)
> HCI Event: LE Meta Event (0x3e) plen 43                                                                                                                                  #8 [hci0] 5.760998
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: F8:C3:D1:B0:5A:3A (Static)
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
        RSSI: -63 dBm (0xc1)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                     #9 [hci0] 5.761086
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                               #10 [hci0] 5.766972
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Create Connection (0x08|0x000d) plen 25                                                                                                                 #11 [hci0] 5.767037
        Scan interval: 60.000 msec (0x0060)
        Scan window: 60.000 msec (0x0060)
        Filter policy: Accept list is not used (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Own address type: Public (0x00)
        Min connection interval: 30.00 msec (0x0018)
        Max connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Min connection length: 0.000 msec (0x0000)
        Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                 #12 [hci0] 5.767984
      LE Create Connection (0x08|0x000d) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19                                                                                                                                 #13 [hci0] 6.617967
      LE Connection Complete (0x01)
        Status: Success (0x00)
        Handle: 3585
        Role: Central (0x00)
        Peer address type: Random (0x01)
        Peer address: F8:C3:D1:B0:5A:3A (Static)
        Connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Central clock accuracy: 0x00
@ MGMT Event: Device Connected (0x000b) plen 44                                                                                                                      {0x0001} [hci0] 6.618004
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Flags: 0x00000008
          Connection Locally Initiated
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03f8c3d1b05a3a
< HCI Command: LE Read Remote Used Features (0x08|0x0016) plen 2                                                                                                          #14 [hci0] 6.618057
        Handle: 3585
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                 #15 [hci0] 6.618956
      LE Read Remote Used Features (0x08|0x0016) ncmd 1
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 12                                                                                                                                 #16 [hci0] 6.669963
      LE Read Remote Used Features (0x04)
        Status: Success (0x00)
        Handle: 3585
        Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
          LE Encryption
< HCI Command: LE Start Encryption (0x08|0x0019) plen 28                                                                                                                  #17 [hci0] 6.669998
        Handle: 3585
        Random number: 0x3c9dac4d04978c2c
        Encrypted diversifier: 0xed2b
        Long term key: cf7f359f6a275cf8e4b633bd93ae9c6c
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                 #18 [hci0] 6.670963
      LE Start Encryption (0x08|0x0019) ncmd 1
        Status: Success (0x00)
> HCI Event: Encryption Change (0x08) plen 4                                                                                                                              #19 [hci0] 7.068963
        Status: Success (0x00)
        Handle: 3585
        Encryption: Enabled with AES-CCM (0x01)
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                              #20 [hci0] 7.069354
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 517
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                              #21 [hci0] 7.118679
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                              #22 [hci0] 7.118890
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 247
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                    #23 [hci0] 7.119996
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                    #24 [hci0] 7.169966
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                              #25 [hci0] 7.218701
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 252
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                              #26 [hci0] 7.218961
      ATT: Read Request (0x0a) len 2
        Handle: 0x0016
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                    #27 [hci0] 7.269035
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 19                                                                                                                             #28 [hci0] 7.318699
      ATT: Read Response (0x0b) len 14
        Value: 416d617a66697420475452203200
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                              #29 [hci0] 7.318880
      ATT: Read Request (0x0a) len 2
        Handle: 0x0018
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                    #30 [hci0] 7.418974
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                              #31 [hci0] 9.818580
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                              #32 [hci0] 9.818909
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 247
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                    #33 [hci0] 9.868987
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #34 [hci0] 10.568667
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 27                                                                                                                            #35 [hci0] 10.568832
< ACL Data TX: Handle 3585 flags 0x01 dlen 27                                                                                                                            #36 [hci0] 10.568848
< ACL Data TX: Handle 3585 flags 0x01 dlen 8                                                                                                                             #37 [hci0] 10.568853
      ATT: Read By Type Response (0x09) len 57
        Attribute data length: 7
        Attribute data list: 8 entries
        Handle: 0x0002
        Value: 020300002a
        Handle: 0x0004
        Value: 020500012a
        Handle: 0x0006
        Value: 020700a62a
        Handle: 0x0009
        Value: 200a00052a
        Handle: 0x000c
        Value: 0a0d00292b
        Handle: 0x000e
        Value: 020f002a2b
        Handle: 0x0010
        Value: 0211003a2b
        Handle: 0x0013
        Value: 021400502a
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #38 [hci0] 10.619031
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #39 [hci0] 10.620014
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #40 [hci0] 10.620968
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #41 [hci0] 10.668689
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0014-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                             #42 [hci0] 10.669108
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0014
        Error: Attribute Not Found (0x0a)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #43 [hci0] 10.718984
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                            #44 [hci0] 10.768626
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Device Name (0x2a00)
< ACL Data TX: Handle 3585 flags 0x00 dlen 18                                                                                                                            #45 [hci0] 10.768826
      ATT: Read By Type Response (0x09) len 13
        Attribute data length: 12
        Attribute data list: 1 entry
        Handle: 0x0003
        Value: 426c75655a20352e3633
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                   #46 [hci0] 10.819036
        Num handles: 1
        Handle: 3585
        Count: 1
= bluetoothd: profiles/deviceinfo/deviceinfo.c:read_pnpid_cb() Error reading PNP_ID value: Request attribute has encountered an unlikely error                                      37.345944
< HCI Command: Disconnect (0x01|0x0006) plen 3                                                                                                                           #47 [hci0] 39.373081
        Handle: 3585
        Reason: Remote User Terminated Connection (0x13)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                #48 [hci0] 39.491061
      Disconnect (0x01|0x0006) ncmd 1
        Status: Success (0x00)
> HCI Event: Disconnect Complete (0x05) plen 4                                                                                                                           #49 [hci0] 39.519016
        Status: Success (0x00)
        Handle: 3585
        Reason: Connection Terminated By Local Host (0x16)
@ MGMT Event: Device Disconnected (0x000c) plen 8                                                                                                                   {0x0001} [hci0] 39.519050
        LE Address: F8:C3:D1:B0:5A:3A (Static)
        Reason: Connection terminated by local host (0x02)

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

* Re: GATT issue, possible bluez bug?
  2022-03-23 14:46                   ` Adam Pigg
@ 2022-03-23 19:45                     ` Luiz Augusto von Dentz
  2022-03-23 19:52                       ` Luiz Augusto von Dentz
  2022-03-23 19:57                       ` Adam Pigg
  0 siblings, 2 replies; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-03-23 19:45 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
>
> On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi Luiz
> >
> > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > > Good that you clearly know more about this than me!...
> > >
> > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > <luiz.dentz@gmail.com> wrote:
> > > >
> > > > Hi Adam,
> > > >
> > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > <luiz.dentz@gmail.com> wrote:
> > > > >
> > > > > Hi Adam,
> > > > >
> > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > Thanks Luiz
> > > > > >
> > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi Adam,
> > > > > > >
> > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > >
> > > > > > > > Hi Luiz
> > > > > > > >
> > > > > > > >
> > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > >
> > > > > > > > > Hi Luiz
> > > > > > > > >
> > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Adam,
> > > > > > > > > >
> > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi
> > > > > > > > > > >
> > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > >
> > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > >
> > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > >
> > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > this.
> > > > > > > > > > >
> > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > >
> > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > Gatttool
> > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > >
> > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > >
> > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > watch.
> > > > > > > > > > >
> > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > >
> > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > read/write/notify!
> > > > > > > > > > >
> > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > >
> > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > if that something already fixed.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > >
> > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > library.
> > > > > > > > >
> > > > > > > >
> > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > >
> > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > >
> > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > per client:
> > > > > > >
> > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > page 1424:
> > > > > > >
> > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > >
> > > > > > > There is also no response to frame #30:
> > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > >
> > > > > > >                            #30 [hci0] 26.641557
> > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > >         Handle: 0x0018
> > > > > > >
> > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > >
> > > > > >
> > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > >
> > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > >
> > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > devices more flexibly?
> > > > >
> > > > > That I can't really explain, perhaps it is timing related, something
> > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > when it happens a second time.
> > > > >
> > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > it behaving differently?
> > > > >
> > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > timer to start it later or perhaps the problem first response to
> > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > try with the following change:
> > > > >
> > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > index 2adb4afbf..d326782bf 100644
> > > > > --- a/src/shared/gatt-server.c
> > > > > +++ b/src/shared/gatt-server.c
> > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > *chan, uint8_t opcode,
> > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > >
> > > > >         /* Respond with the server MTU */
> > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > >
> > > > >         /* Set MTU to be the minimum */
> > > >
> > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > respond different values 252 vs 247, also the spec does say that:
> > > >
> > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > Attribute protocol PDU that the server can receive.
> > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > correctly detect the final packet of a long attribute read.'
> > > >
> > > > So my interpretation is that the minimum is calculated after the
> > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > minimum logic before responding we can do the same.
> > > >
> > >
> > > Maybe it will help if I attach an android packet capture....
> > >
> > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > >
> > > Ill try and get the proposed patch built and see how it behaves
> >
> > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> >
> > There was one point before i applied the patch where bluetoothctl
> > seemed to list the attributes quickly, but i havnt been able to
> > reproduce that again with or without the patch.
> >
>
> For completeness, also attached the output of my program and btmon
>
> My program should connect, wait for resolved signal, then read a char,
> enable some notifications, and do a write.  You can see the 30 second
> wait between connect, resolved, and quickly followed by a disconnect.


< ACL Data TX: Handle 3585 flags 0x00 dlen 7

                           #22 [hci0] 12.507730
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 517
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7

                           #24 [hci0] 12.556256
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 247
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 252

So we are now responding with 247 and the peripheral responds with 252
to our request :/, so we would need to probably delay our request or
something, that said we are the central so I really which we don't
have to do it since that would penalize well behaving devices, could
we perhaps inform the vendor about these issues? I'd considered this
to be really bad behavior from the remote side since they are not
following the spec in many respects as even their MTU changes from
request to response and it does multiple rounds of Exchange MTU and
stop responding while doing it.

>
>
> > Thanks
> >
> >
> > >
> > > Thanks
> > >
> > > > >
> > > > > >
> > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > >
> > > > > > >                            #48 [hci0] 58.673128
> > > > > > >         Handle: 3585
> > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Luiz Augusto von Dentz
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Luiz Augusto von Dentz
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Luiz Augusto von Dentz
> > > >
> > > >
> > > >
> > > > --
> > > > Luiz Augusto von Dentz



-- 
Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-23 19:45                     ` Luiz Augusto von Dentz
@ 2022-03-23 19:52                       ` Luiz Augusto von Dentz
  2022-03-23 19:57                       ` Adam Pigg
  1 sibling, 0 replies; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-03-23 19:52 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Wed, Mar 23, 2022 at 12:45 PM Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Adam,
>
> On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi Luiz
> > > >
> > > > Good that you clearly know more about this than me!...
> > > >
> > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > <luiz.dentz@gmail.com> wrote:
> > > > >
> > > > > Hi Adam,
> > > > >
> > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > <luiz.dentz@gmail.com> wrote:
> > > > > >
> > > > > > Hi Adam,
> > > > > >
> > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Thanks Luiz
> > > > > > >
> > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi Adam,
> > > > > > > >
> > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > >
> > > > > > > > > Hi Luiz
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Luiz
> > > > > > > > > >
> > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Adam,
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi
> > > > > > > > > > > >
> > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > >
> > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > >
> > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > >
> > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > this.
> > > > > > > > > > > >
> > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > >
> > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > Gatttool
> > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > >
> > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > >
> > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > watch.
> > > > > > > > > > > >
> > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > >
> > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > >
> > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > >
> > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > if that something already fixed.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > >
> > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > library.
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > >
> > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > >
> > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > per client:
> > > > > > > >
> > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > page 1424:
> > > > > > > >
> > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > >
> > > > > > > > There is also no response to frame #30:
> > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > >
> > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > >         Handle: 0x0018
> > > > > > > >
> > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > >
> > > > > > >
> > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > >
> > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > >
> > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > devices more flexibly?
> > > > > >
> > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > when it happens a second time.
> > > > > >
> > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > it behaving differently?
> > > > > >
> > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > timer to start it later or perhaps the problem first response to
> > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > try with the following change:
> > > > > >
> > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > --- a/src/shared/gatt-server.c
> > > > > > +++ b/src/shared/gatt-server.c
> > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > *chan, uint8_t opcode,
> > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > >
> > > > > >         /* Respond with the server MTU */
> > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > >
> > > > > >         /* Set MTU to be the minimum */
> > > > >
> > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > respond different values 252 vs 247, also the spec does say that:
> > > > >
> > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > Attribute protocol PDU that the server can receive.
> > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > correctly detect the final packet of a long attribute read.'
> > > > >
> > > > > So my interpretation is that the minimum is calculated after the
> > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > minimum logic before responding we can do the same.
> > > > >
> > > >
> > > > Maybe it will help if I attach an android packet capture....
> > > >
> > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > >
> > > > Ill try and get the proposed patch built and see how it behaves
> > >
> > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > >
> > > There was one point before i applied the patch where bluetoothctl
> > > seemed to list the attributes quickly, but i havnt been able to
> > > reproduce that again with or without the patch.
> > >
> >
> > For completeness, also attached the output of my program and btmon
> >
> > My program should connect, wait for resolved signal, then read a char,
> > enable some notifications, and do a write.  You can see the 30 second
> > wait between connect, resolved, and quickly followed by a disconnect.
>
>
> < ACL Data TX: Handle 3585 flags 0x00 dlen 7
>
>                            #22 [hci0] 12.507730
>       ATT: Exchange MTU Request (0x02) len 2
>         Client RX MTU: 517
> > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
>       ATT: Exchange MTU Request (0x02) len 2
>         Client RX MTU: 247
> < ACL Data TX: Handle 3585 flags 0x00 dlen 7
>
>                            #24 [hci0] 12.556256
>       ATT: Exchange MTU Response (0x03) len 2
>         Server RX MTU: 247
> > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
>       ATT: Exchange MTU Response (0x03) len 2
>         Server RX MTU: 252
>
> So we are now responding with 247 and the peripheral responds with 252
> to our request :/, so we would need to probably delay our request or
> something, that said we are the central so I really which we don't
> have to do it since that would penalize well behaving devices, could
> we perhaps inform the vendor about these issues? I'd considered this
> to be really bad behavior from the remote side since they are not
> following the spec in many respects as even their MTU changes from
> request to response and it does multiple rounds of Exchange MTU and
> stop responding while doing it.

Btw, I checked the android logs and it doesn't even do any Exchange
MTU on its own, so it just responds with 247 so I think this is
related to the peripheral inconsistency with its own MTU (247 != 252)
so it attempts to do another round of Exchange MTU while ATT request
is in place which perhaps cause it to stop responding.

-- 
Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-23 19:45                     ` Luiz Augusto von Dentz
  2022-03-23 19:52                       ` Luiz Augusto von Dentz
@ 2022-03-23 19:57                       ` Adam Pigg
  2022-03-28 16:37                         ` Adam Pigg
  1 sibling, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-03-23 19:57 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz

Thanks for having the patience with me on this....

On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Adam,
>
> On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi Luiz
> > > >
> > > > Good that you clearly know more about this than me!...
> > > >
> > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > <luiz.dentz@gmail.com> wrote:
> > > > >
> > > > > Hi Adam,
> > > > >
> > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > <luiz.dentz@gmail.com> wrote:
> > > > > >
> > > > > > Hi Adam,
> > > > > >
> > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Thanks Luiz
> > > > > > >
> > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi Adam,
> > > > > > > >
> > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > >
> > > > > > > > > Hi Luiz
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Luiz
> > > > > > > > > >
> > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Adam,
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi
> > > > > > > > > > > >
> > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > >
> > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > >
> > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > >
> > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > this.
> > > > > > > > > > > >
> > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > >
> > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > Gatttool
> > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > >
> > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > >
> > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > watch.
> > > > > > > > > > > >
> > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > >
> > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > >
> > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > >
> > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > if that something already fixed.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > >
> > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > library.
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > >
> > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > >
> > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > per client:
> > > > > > > >
> > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > page 1424:
> > > > > > > >
> > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > >
> > > > > > > > There is also no response to frame #30:
> > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > >
> > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > >         Handle: 0x0018
> > > > > > > >
> > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > >
> > > > > > >
> > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > >
> > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > >
> > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > devices more flexibly?
> > > > > >
> > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > when it happens a second time.
> > > > > >
> > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > it behaving differently?
> > > > > >
> > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > timer to start it later or perhaps the problem first response to
> > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > try with the following change:
> > > > > >
> > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > --- a/src/shared/gatt-server.c
> > > > > > +++ b/src/shared/gatt-server.c
> > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > *chan, uint8_t opcode,
> > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > >
> > > > > >         /* Respond with the server MTU */
> > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > >
> > > > > >         /* Set MTU to be the minimum */
> > > > >
> > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > respond different values 252 vs 247, also the spec does say that:
> > > > >
> > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > Attribute protocol PDU that the server can receive.
> > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > correctly detect the final packet of a long attribute read.'
> > > > >
> > > > > So my interpretation is that the minimum is calculated after the
> > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > minimum logic before responding we can do the same.
> > > > >
> > > >
> > > > Maybe it will help if I attach an android packet capture....
> > > >
> > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > >
> > > > Ill try and get the proposed patch built and see how it behaves
> > >
> > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > >
> > > There was one point before i applied the patch where bluetoothctl
> > > seemed to list the attributes quickly, but i havnt been able to
> > > reproduce that again with or without the patch.
> > >
> >
> > For completeness, also attached the output of my program and btmon
> >
> > My program should connect, wait for resolved signal, then read a char,
> > enable some notifications, and do a write.  You can see the 30 second
> > wait between connect, resolved, and quickly followed by a disconnect.
>
>
> < ACL Data TX: Handle 3585 flags 0x00 dlen 7
>
>                            #22 [hci0] 12.507730
>       ATT: Exchange MTU Request (0x02) len 2
>         Client RX MTU: 517
> > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
>       ATT: Exchange MTU Request (0x02) len 2
>         Client RX MTU: 247
> < ACL Data TX: Handle 3585 flags 0x00 dlen 7
>
>                            #24 [hci0] 12.556256
>       ATT: Exchange MTU Response (0x03) len 2
>         Server RX MTU: 247
> > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
>       ATT: Exchange MTU Response (0x03) len 2
>         Server RX MTU: 252
>
> So we are now responding with 247 and the peripheral responds with 252
> to our request :/, so we would need to probably delay our request or
> something, that said we are the central so I really which we don't
> have to do it since that would penalize well behaving devices, could
> we perhaps inform the vendor about these issues? I'd considered this
> to be really bad behavior from the remote side since they are not
> following the spec in many respects as even their MTU changes from
> request to response and it does multiple rounds of Exchange MTU and
> stop responding while doing it.
>

I can certainly look into how to contact Huami/Amazfit ... I wouldnt
count on a response though!

I see you looked at the android log already.

Do you have an idea for a patch I could try out?  Im deep in this now
anyway, and over-wrote my system bluez :D

Its strange how they have messed up this generation of device as all
the older ones work fine, and I imagine they must just build on the
old code base.

> >
> >
> > > Thanks
> > >
> > >
> > > >
> > > > Thanks
> > > >
> > > > > >
> > > > > > >
> > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > >
> > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > >         Handle: 3585
> > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Luiz Augusto von Dentz
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Luiz Augusto von Dentz
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Luiz Augusto von Dentz
>
>
>
> --
> Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-23 19:57                       ` Adam Pigg
@ 2022-03-28 16:37                         ` Adam Pigg
  2022-04-01 20:12                           ` Adam Pigg
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-03-28 16:37 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz

On Wed, 23 Mar 2022 at 19:57, Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
> Thanks for having the patience with me on this....
>
> On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
> <luiz.dentz@gmail.com> wrote:
> >
> > Hi Adam,
> >
> > On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi Luiz
> > > >
> > > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Hi Luiz
> > > > >
> > > > > Good that you clearly know more about this than me!...
> > > > >
> > > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > > <luiz.dentz@gmail.com> wrote:
> > > > > >
> > > > > > Hi Adam,
> > > > > >
> > > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi Adam,
> > > > > > >
> > > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > >
> > > > > > > > Thanks Luiz
> > > > > > > >
> > > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi Adam,
> > > > > > > > >
> > > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Luiz
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Luiz
> > > > > > > > > > >
> > > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi
> > > > > > > > > > > > >
> > > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > > >
> > > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > > >
> > > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > > this.
> > > > > > > > > > > > >
> > > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > > >
> > > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > > Gatttool
> > > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > > >
> > > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > > >
> > > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > > watch.
> > > > > > > > > > > > >
> > > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > > >
> > > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > > >
> > > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > > >
> > > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > > if that something already fixed.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > > >
> > > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > > library.
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > > >
> > > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > > >
> > > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > > per client:
> > > > > > > > >
> > > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > > page 1424:
> > > > > > > > >
> > > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > > >
> > > > > > > > > There is also no response to frame #30:
> > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > >
> > > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > > >         Handle: 0x0018
> > > > > > > > >
> > > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > > >
> > > > > > > >
> > > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > > >
> > > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > > >
> > > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > > devices more flexibly?
> > > > > > >
> > > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > > when it happens a second time.
> > > > > > >
> > > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > > it behaving differently?
> > > > > > >
> > > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > > timer to start it later or perhaps the problem first response to
> > > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > > try with the following change:
> > > > > > >
> > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > *chan, uint8_t opcode,
> > > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > >
> > > > > > >         /* Respond with the server MTU */
> > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > >
> > > > > > >         /* Set MTU to be the minimum */
> > > > > >
> > > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > > respond different values 252 vs 247, also the spec does say that:
> > > > > >
> > > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > > Attribute protocol PDU that the server can receive.
> > > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > > correctly detect the final packet of a long attribute read.'
> > > > > >
> > > > > > So my interpretation is that the minimum is calculated after the
> > > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > > minimum logic before responding we can do the same.
> > > > > >
> > > > >
> > > > > Maybe it will help if I attach an android packet capture....
> > > > >
> > > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > > >
> > > > > Ill try and get the proposed patch built and see how it behaves
> > > >
> > > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > > >
> > > > There was one point before i applied the patch where bluetoothctl
> > > > seemed to list the attributes quickly, but i havnt been able to
> > > > reproduce that again with or without the patch.
> > > >
> > >
> > > For completeness, also attached the output of my program and btmon
> > >
> > > My program should connect, wait for resolved signal, then read a char,
> > > enable some notifications, and do a write.  You can see the 30 second
> > > wait between connect, resolved, and quickly followed by a disconnect.
> >
> >
> > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> >
> >                            #22 [hci0] 12.507730
> >       ATT: Exchange MTU Request (0x02) len 2
> >         Client RX MTU: 517
> > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
> >       ATT: Exchange MTU Request (0x02) len 2
> >         Client RX MTU: 247
> > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> >
> >                            #24 [hci0] 12.556256
> >       ATT: Exchange MTU Response (0x03) len 2
> >         Server RX MTU: 247
> > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
> >       ATT: Exchange MTU Response (0x03) len 2
> >         Server RX MTU: 252
> >
> > So we are now responding with 247 and the peripheral responds with 252
> > to our request :/, so we would need to probably delay our request or
> > something, that said we are the central so I really which we don't
> > have to do it since that would penalize well behaving devices, could
> > we perhaps inform the vendor about these issues? I'd considered this
> > to be really bad behavior from the remote side since they are not
> > following the spec in many respects as even their MTU changes from
> > request to response and it does multiple rounds of Exchange MTU and
> > stop responding while doing it.
> >
>
> I can certainly look into how to contact Huami/Amazfit ... I wouldnt
> count on a response though!
>
> I see you looked at the android log already.
>
> Do you have an idea for a patch I could try out?  Im deep in this now
> anyway, and over-wrote my system bluez :D
>
> Its strange how they have messed up this generation of device as all
> the older ones work fine, and I imagine they must just build on the
> old code base.
>

I have submitted a support request to Amazfit, describing the issue
and linking to the details in the ML... maybe they will read it!

Do you think there is anything I can try to make bluez work in the
mean time, even just on my own device?

Thanks

> > >
> > >
> > > > Thanks
> > > >
> > > >
> > > > >
> > > > > Thanks
> > > > >
> > > > > > >
> > > > > > > >
> > > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > > >
> > > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > > >         Handle: 3585
> > > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > > >
> > > > > > > > > > Thanks
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Luiz Augusto von Dentz
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Luiz Augusto von Dentz
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Luiz Augusto von Dentz
> >
> >
> >
> > --
> > Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-03-28 16:37                         ` Adam Pigg
@ 2022-04-01 20:12                           ` Adam Pigg
  2022-04-01 21:49                             ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-04-01 20:12 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz

On Mon, 28 Mar 2022 at 17:37, Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
> On Wed, 23 Mar 2022 at 19:57, Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi Luiz
> >
> > Thanks for having the patience with me on this....
> >
> > On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
> > <luiz.dentz@gmail.com> wrote:
> > >
> > > Hi Adam,
> > >
> > > On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Hi Luiz
> > > > >
> > > > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > Hi Luiz
> > > > > >
> > > > > > Good that you clearly know more about this than me!...
> > > > > >
> > > > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi Adam,
> > > > > > >
> > > > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi Adam,
> > > > > > > >
> > > > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > >
> > > > > > > > > Thanks Luiz
> > > > > > > > >
> > > > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Adam,
> > > > > > > > > >
> > > > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Luiz
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > > > this.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > > > Gatttool
> > > > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > > > watch.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > > > >
> > > > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > > > if that something already fixed.
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > > > >
> > > > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > > > library.
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > > > >
> > > > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > > > >
> > > > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > > > per client:
> > > > > > > > > >
> > > > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > > > page 1424:
> > > > > > > > > >
> > > > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > > > >
> > > > > > > > > > There is also no response to frame #30:
> > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > >
> > > > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > > > >         Handle: 0x0018
> > > > > > > > > >
> > > > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > > > >
> > > > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > > > >
> > > > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > > > devices more flexibly?
> > > > > > > >
> > > > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > > > when it happens a second time.
> > > > > > > >
> > > > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > > > it behaving differently?
> > > > > > > >
> > > > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > > > timer to start it later or perhaps the problem first response to
> > > > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > > > try with the following change:
> > > > > > > >
> > > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > > *chan, uint8_t opcode,
> > > > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > > >
> > > > > > > >         /* Respond with the server MTU */
> > > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > > >
> > > > > > > >         /* Set MTU to be the minimum */
> > > > > > >
> > > > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > > > respond different values 252 vs 247, also the spec does say that:
> > > > > > >
> > > > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > > > Attribute protocol PDU that the server can receive.
> > > > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > > > correctly detect the final packet of a long attribute read.'
> > > > > > >
> > > > > > > So my interpretation is that the minimum is calculated after the
> > > > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > > > minimum logic before responding we can do the same.
> > > > > > >
> > > > > >
> > > > > > Maybe it will help if I attach an android packet capture....
> > > > > >
> > > > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > > > >
> > > > > > Ill try and get the proposed patch built and see how it behaves
> > > > >
> > > > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > > > >
> > > > > There was one point before i applied the patch where bluetoothctl
> > > > > seemed to list the attributes quickly, but i havnt been able to
> > > > > reproduce that again with or without the patch.
> > > > >
> > > >
> > > > For completeness, also attached the output of my program and btmon
> > > >
> > > > My program should connect, wait for resolved signal, then read a char,
> > > > enable some notifications, and do a write.  You can see the 30 second
> > > > wait between connect, resolved, and quickly followed by a disconnect.
> > >
> > >
> > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > >
> > >                            #22 [hci0] 12.507730
> > >       ATT: Exchange MTU Request (0x02) len 2
> > >         Client RX MTU: 517
> > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
> > >       ATT: Exchange MTU Request (0x02) len 2
> > >         Client RX MTU: 247
> > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > >
> > >                            #24 [hci0] 12.556256
> > >       ATT: Exchange MTU Response (0x03) len 2
> > >         Server RX MTU: 247
> > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
> > >       ATT: Exchange MTU Response (0x03) len 2
> > >         Server RX MTU: 252
> > >
> > > So we are now responding with 247 and the peripheral responds with 252
> > > to our request :/, so we would need to probably delay our request or
> > > something, that said we are the central so I really which we don't
> > > have to do it since that would penalize well behaving devices, could
> > > we perhaps inform the vendor about these issues? I'd considered this
> > > to be really bad behavior from the remote side since they are not
> > > following the spec in many respects as even their MTU changes from
> > > request to response and it does multiple rounds of Exchange MTU and
> > > stop responding while doing it.
> > >
> >
> > I can certainly look into how to contact Huami/Amazfit ... I wouldnt
> > count on a response though!
> >
> > I see you looked at the android log already.
> >
> > Do you have an idea for a patch I could try out?  Im deep in this now
> > anyway, and over-wrote my system bluez :D
> >
> > Its strange how they have messed up this generation of device as all
> > the older ones work fine, and I imagine they must just build on the
> > old code base.
> >
>
> I have submitted a support request to Amazfit, describing the issue
> and linking to the details in the ML... maybe they will read it!
>
> Do you think there is anything I can try to make bluez work in the
> mean time, even just on my own device?
>
I had another go at making this work before attempting to write my own
gatt lib (!) and i seem to have got it to work, though I dont know if
it will be acceptable to bluez, or if there is another way.

Probably easiest with the diff:
diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
index ea3249be9..701677e0a 100644
--- a/profiles/gap/gas.c
+++ b/profiles/gap/gas.c
@@ -142,8 +142,8 @@ static void read_appearance_cb(bool success,
uint8_t att_ecode,

static void handle_appearance(struct gas *gas, uint16_t value_handle)
{
-       if (!bt_gatt_client_read_value(gas->client, value_handle,
-                                               read_appearance_cb, gas, NULL))
+       //if (!bt_gatt_client_read_value(gas->client, value_handle,
+       //                                      read_appearance_cb, gas, NULL))
               DBG("Failed to send request to read appearance");
}

diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
index 776e5ce2b..ac0fac1fc 100644
--- a/src/shared/gatt-server.c
+++ b/src/shared/gatt-server.c
@@ -1498,7 +1498,8 @@ static void exchange_mtu_cb(struct bt_att_chan
*chan, uint8_t opcode,
       final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);

       /* Respond with the server MTU */
-       put_le16(server->mtu, rsp_pdu);
+       //put_le16(server->mtu, rsp_pdu);
+       put_le16(final_mtu, rsp_pdu);
       bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);

       /* Set MTU to be the minimum */

I was running bluetoothd with -n -d, and noticed that the read to the
appearance was failing, so, I commented it out.  The read to the name
works ok and happens just prior to reading the appearance.

I gather it only reads the appearance if the char exists, so, i dont
know why that fail, however I dont see 2a01 in the list of
services/characteristics, which is the appearance one right?

Any thoughts?

Cheers



> Thanks
>
> > > >
> > > >
> > > > > Thanks
> > > > >
> > > > >
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > > > >
> > > > > > > > >
> > > > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > > > >
> > > > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > > > >         Handle: 3585
> > > > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > > > >
> > > > > > > > > > > Thanks
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Luiz Augusto von Dentz
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Luiz Augusto von Dentz
> > >
> > >
> > >
> > > --
> > > Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-04-01 20:12                           ` Adam Pigg
@ 2022-04-01 21:49                             ` Luiz Augusto von Dentz
  2022-04-02  8:26                               ` Adam Pigg
  0 siblings, 1 reply; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-04-01 21:49 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Fri, Apr 1, 2022 at 1:12 PM Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
> On Mon, 28 Mar 2022 at 17:37, Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi Luiz
> >
> > On Wed, 23 Mar 2022 at 19:57, Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > > Thanks for having the patience with me on this....
> > >
> > > On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
> > > <luiz.dentz@gmail.com> wrote:
> > > >
> > > > Hi Adam,
> > > >
> > > > On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > Hi Luiz
> > > > > >
> > > > > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Hi Luiz
> > > > > > >
> > > > > > > Good that you clearly know more about this than me!...
> > > > > > >
> > > > > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi Adam,
> > > > > > > >
> > > > > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi Adam,
> > > > > > > > >
> > > > > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > >
> > > > > > > > > > Thanks Luiz
> > > > > > > > > >
> > > > > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Adam,
> > > > > > > > > > >
> > > > > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > > > > this.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > > > > Gatttool
> > > > > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > > > > watch.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > > > > if that something already fixed.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > > > > >
> > > > > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > > > > library.
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > > > > >
> > > > > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > > > > >
> > > > > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > > > > per client:
> > > > > > > > > > >
> > > > > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > > > > page 1424:
> > > > > > > > > > >
> > > > > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > > > > >
> > > > > > > > > > > There is also no response to frame #30:
> > > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > > >
> > > > > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > > > > >         Handle: 0x0018
> > > > > > > > > > >
> > > > > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > > > > >
> > > > > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > > > > >
> > > > > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > > > > devices more flexibly?
> > > > > > > > >
> > > > > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > > > > when it happens a second time.
> > > > > > > > >
> > > > > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > > > > it behaving differently?
> > > > > > > > >
> > > > > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > > > > timer to start it later or perhaps the problem first response to
> > > > > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > > > > try with the following change:
> > > > > > > > >
> > > > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > > > *chan, uint8_t opcode,
> > > > > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > > > >
> > > > > > > > >         /* Respond with the server MTU */
> > > > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > > > >
> > > > > > > > >         /* Set MTU to be the minimum */
> > > > > > > >
> > > > > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > > > > respond different values 252 vs 247, also the spec does say that:
> > > > > > > >
> > > > > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > > > > Attribute protocol PDU that the server can receive.
> > > > > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > > > > correctly detect the final packet of a long attribute read.'
> > > > > > > >
> > > > > > > > So my interpretation is that the minimum is calculated after the
> > > > > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > > > > minimum logic before responding we can do the same.
> > > > > > > >
> > > > > > >
> > > > > > > Maybe it will help if I attach an android packet capture....
> > > > > > >
> > > > > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > > > > >
> > > > > > > Ill try and get the proposed patch built and see how it behaves
> > > > > >
> > > > > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > > > > >
> > > > > > There was one point before i applied the patch where bluetoothctl
> > > > > > seemed to list the attributes quickly, but i havnt been able to
> > > > > > reproduce that again with or without the patch.
> > > > > >
> > > > >
> > > > > For completeness, also attached the output of my program and btmon
> > > > >
> > > > > My program should connect, wait for resolved signal, then read a char,
> > > > > enable some notifications, and do a write.  You can see the 30 second
> > > > > wait between connect, resolved, and quickly followed by a disconnect.
> > > >
> > > >
> > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > >
> > > >                            #22 [hci0] 12.507730
> > > >       ATT: Exchange MTU Request (0x02) len 2
> > > >         Client RX MTU: 517
> > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
> > > >       ATT: Exchange MTU Request (0x02) len 2
> > > >         Client RX MTU: 247
> > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > >
> > > >                            #24 [hci0] 12.556256
> > > >       ATT: Exchange MTU Response (0x03) len 2
> > > >         Server RX MTU: 247
> > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
> > > >       ATT: Exchange MTU Response (0x03) len 2
> > > >         Server RX MTU: 252
> > > >
> > > > So we are now responding with 247 and the peripheral responds with 252
> > > > to our request :/, so we would need to probably delay our request or
> > > > something, that said we are the central so I really which we don't
> > > > have to do it since that would penalize well behaving devices, could
> > > > we perhaps inform the vendor about these issues? I'd considered this
> > > > to be really bad behavior from the remote side since they are not
> > > > following the spec in many respects as even their MTU changes from
> > > > request to response and it does multiple rounds of Exchange MTU and
> > > > stop responding while doing it.
> > > >
> > >
> > > I can certainly look into how to contact Huami/Amazfit ... I wouldnt
> > > count on a response though!
> > >
> > > I see you looked at the android log already.
> > >
> > > Do you have an idea for a patch I could try out?  Im deep in this now
> > > anyway, and over-wrote my system bluez :D
> > >
> > > Its strange how they have messed up this generation of device as all
> > > the older ones work fine, and I imagine they must just build on the
> > > old code base.
> > >
> >
> > I have submitted a support request to Amazfit, describing the issue
> > and linking to the details in the ML... maybe they will read it!
> >
> > Do you think there is anything I can try to make bluez work in the
> > mean time, even just on my own device?
> >
> I had another go at making this work before attempting to write my own
> gatt lib (!) and i seem to have got it to work, though I dont know if
> it will be acceptable to bluez, or if there is another way.
>
> Probably easiest with the diff:
> diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
> index ea3249be9..701677e0a 100644
> --- a/profiles/gap/gas.c
> +++ b/profiles/gap/gas.c
> @@ -142,8 +142,8 @@ static void read_appearance_cb(bool success,
> uint8_t att_ecode,
>
> static void handle_appearance(struct gas *gas, uint16_t value_handle)
> {
> -       if (!bt_gatt_client_read_value(gas->client, value_handle,
> -                                               read_appearance_cb, gas, NULL))
> +       //if (!bt_gatt_client_read_value(gas->client, value_handle,
> +       //                                      read_appearance_cb, gas, NULL))
>                DBG("Failed to send request to read appearance");

Does disabling the read make it work? Does it stop the second MTU exchange?

> }
>
> diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> index 776e5ce2b..ac0fac1fc 100644
> --- a/src/shared/gatt-server.c
> +++ b/src/shared/gatt-server.c
> @@ -1498,7 +1498,8 @@ static void exchange_mtu_cb(struct bt_att_chan
> *chan, uint8_t opcode,
>        final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
>
>        /* Respond with the server MTU */
> -       put_le16(server->mtu, rsp_pdu);
> +       //put_le16(server->mtu, rsp_pdu);
> +       put_le16(final_mtu, rsp_pdu);
>        bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
>
>        /* Set MTU to be the minimum */
>
> I was running bluetoothd with -n -d, and noticed that the read to the
> appearance was failing, so, I commented it out.  The read to the name
> works ok and happens just prior to reading the appearance.
>
> I gather it only reads the appearance if the char exists, so, i dont
> know why that fail, however I dont see 2a01 in the list of
> services/characteristics, which is the appearance one right?

#define GATT_CHARAC_APPEARANCE 0x2A01

You don't see it on bluetoothd logs or over D-Bus? The latter may not
contain all the attributes since some are claimed.

> Any thoughts?
>
> Cheers
>
>
>
> > Thanks
> >
> > > > >
> > > > >
> > > > > > Thanks
> > > > > >
> > > > > >
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > > > > >
> > > > > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > > > > >         Handle: 3585
> > > > > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > > > > >
> > > > > > > > > > > > Thanks
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Luiz Augusto von Dentz
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Luiz Augusto von Dentz
> > > >
> > > >
> > > >
> > > > --
> > > > Luiz Augusto von Dentz



-- 
Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-04-01 21:49                             ` Luiz Augusto von Dentz
@ 2022-04-02  8:26                               ` Adam Pigg
  2022-04-02  9:14                                 ` Adam Pigg
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-04-02  8:26 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

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

Hi Luiz

On Fri, 1 Apr 2022 at 22:50, Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Adam,
>
> On Fri, Apr 1, 2022 at 1:12 PM Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi Luiz
> >
> > On Mon, 28 Mar 2022 at 17:37, Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > > On Wed, 23 Mar 2022 at 19:57, Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi Luiz
> > > >
> > > > Thanks for having the patience with me on this....
> > > >
> > > > On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
> > > > <luiz.dentz@gmail.com> wrote:
> > > > >
> > > > > Hi Adam,
> > > > >
> > > > > On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Hi Luiz
> > > > > > >
> > > > > > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > >
> > > > > > > > Hi Luiz
> > > > > > > >
> > > > > > > > Good that you clearly know more about this than me!...
> > > > > > > >
> > > > > > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi Adam,
> > > > > > > > >
> > > > > > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Adam,
> > > > > > > > > >
> > > > > > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Thanks Luiz
> > > > > > > > > > >
> > > > > > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > > > > > this.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > > > > > Gatttool
> > > > > > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > > > > > watch.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > > > > > if that something already fixed.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > > > > > library.
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > > > > > >
> > > > > > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > > > > > >
> > > > > > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > > > > > per client:
> > > > > > > > > > > >
> > > > > > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > > > > > page 1424:
> > > > > > > > > > > >
> > > > > > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > > > > > >
> > > > > > > > > > > > There is also no response to frame #30:
> > > > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > > > >
> > > > > > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > > > > > >         Handle: 0x0018
> > > > > > > > > > > >
> > > > > > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > > > > > >
> > > > > > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > > > > > >
> > > > > > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > > > > > devices more flexibly?
> > > > > > > > > >
> > > > > > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > > > > > when it happens a second time.
> > > > > > > > > >
> > > > > > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > > > > > it behaving differently?
> > > > > > > > > >
> > > > > > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > > > > > timer to start it later or perhaps the problem first response to
> > > > > > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > > > > > try with the following change:
> > > > > > > > > >
> > > > > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > > > > *chan, uint8_t opcode,
> > > > > > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > > > > >
> > > > > > > > > >         /* Respond with the server MTU */
> > > > > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > > > > >
> > > > > > > > > >         /* Set MTU to be the minimum */
> > > > > > > > >
> > > > > > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > > > > > respond different values 252 vs 247, also the spec does say that:
> > > > > > > > >
> > > > > > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > > > > > Attribute protocol PDU that the server can receive.
> > > > > > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > > > > > correctly detect the final packet of a long attribute read.'
> > > > > > > > >
> > > > > > > > > So my interpretation is that the minimum is calculated after the
> > > > > > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > > > > > minimum logic before responding we can do the same.
> > > > > > > > >
> > > > > > > >
> > > > > > > > Maybe it will help if I attach an android packet capture....
> > > > > > > >
> > > > > > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > > > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > > > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > > > > > >
> > > > > > > > Ill try and get the proposed patch built and see how it behaves
> > > > > > >
> > > > > > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > > > > > >
> > > > > > > There was one point before i applied the patch where bluetoothctl
> > > > > > > seemed to list the attributes quickly, but i havnt been able to
> > > > > > > reproduce that again with or without the patch.
> > > > > > >
> > > > > >
> > > > > > For completeness, also attached the output of my program and btmon
> > > > > >
> > > > > > My program should connect, wait for resolved signal, then read a char,
> > > > > > enable some notifications, and do a write.  You can see the 30 second
> > > > > > wait between connect, resolved, and quickly followed by a disconnect.
> > > > >
> > > > >
> > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > >
> > > > >                            #22 [hci0] 12.507730
> > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > >         Client RX MTU: 517
> > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
> > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > >         Client RX MTU: 247
> > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > >
> > > > >                            #24 [hci0] 12.556256
> > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > >         Server RX MTU: 247
> > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
> > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > >         Server RX MTU: 252
> > > > >
> > > > > So we are now responding with 247 and the peripheral responds with 252
> > > > > to our request :/, so we would need to probably delay our request or
> > > > > something, that said we are the central so I really which we don't
> > > > > have to do it since that would penalize well behaving devices, could
> > > > > we perhaps inform the vendor about these issues? I'd considered this
> > > > > to be really bad behavior from the remote side since they are not
> > > > > following the spec in many respects as even their MTU changes from
> > > > > request to response and it does multiple rounds of Exchange MTU and
> > > > > stop responding while doing it.
> > > > >
> > > >
> > > > I can certainly look into how to contact Huami/Amazfit ... I wouldnt
> > > > count on a response though!
> > > >
> > > > I see you looked at the android log already.
> > > >
> > > > Do you have an idea for a patch I could try out?  Im deep in this now
> > > > anyway, and over-wrote my system bluez :D
> > > >
> > > > Its strange how they have messed up this generation of device as all
> > > > the older ones work fine, and I imagine they must just build on the
> > > > old code base.
> > > >
> > >
> > > I have submitted a support request to Amazfit, describing the issue
> > > and linking to the details in the ML... maybe they will read it!
> > >
> > > Do you think there is anything I can try to make bluez work in the
> > > mean time, even just on my own device?
> > >
> > I had another go at making this work before attempting to write my own
> > gatt lib (!) and i seem to have got it to work, though I dont know if
> > it will be acceptable to bluez, or if there is another way.
> >
> > Probably easiest with the diff:
> > diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
> > index ea3249be9..701677e0a 100644
> > --- a/profiles/gap/gas.c
> > +++ b/profiles/gap/gas.c
> > @@ -142,8 +142,8 @@ static void read_appearance_cb(bool success,
> > uint8_t att_ecode,
> >
> > static void handle_appearance(struct gas *gas, uint16_t value_handle)
> > {
> > -       if (!bt_gatt_client_read_value(gas->client, value_handle,
> > -                                               read_appearance_cb, gas, NULL))
> > +       //if (!bt_gatt_client_read_value(gas->client, value_handle,
> > +       //                                      read_appearance_cb, gas, NULL))
> >                DBG("Failed to send request to read appearance");
>
> Does disabling the read make it work? Does it stop the second MTU exchange?
>
> > }
> >
> > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > index 776e5ce2b..ac0fac1fc 100644
> > --- a/src/shared/gatt-server.c
> > +++ b/src/shared/gatt-server.c
> > @@ -1498,7 +1498,8 @@ static void exchange_mtu_cb(struct bt_att_chan
> > *chan, uint8_t opcode,
> >        final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> >
> >        /* Respond with the server MTU */
> > -       put_le16(server->mtu, rsp_pdu);
> > +       //put_le16(server->mtu, rsp_pdu);
> > +       put_le16(final_mtu, rsp_pdu);
> >        bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> >
> >        /* Set MTU to be the minimum */
> >
> > I was running bluetoothd with -n -d, and noticed that the read to the
> > appearance was failing, so, I commented it out.  The read to the name
> > works ok and happens just prior to reading the appearance.
> >
> > I gather it only reads the appearance if the char exists, so, i dont
> > know why that fail, however I dont see 2a01 in the list of
> > services/characteristics, which is the appearance one right?
>
> #define GATT_CHARAC_APPEARANCE 0x2A01
>
> You don't see it on bluetoothd logs or over D-Bus? The latter may not
> contain all the attributes since some are claimed.
>

Gathered some logs this morning, see attached.

So, 2A01 is listed in the bluetoothd debug output, so, I guess its a
fault that it cant be read?  It is not listed in the output of
bluetoothctl list-attributes (also attached) so I could not read the
value using that tool.

Without any other changes, my own lib/app was able to connect to the
watch and start reading data seemingly fine, though I did get an
unexpected disconnected after reading a large amount of step/activity
data, but that  may be unrelated, read/write and notify were all
working.

Could some quirk be used to get around this issue?

> > Any thoughts?
> >
> > Cheers
> >
> >
> >
> > > Thanks
> > >
> > > > > >
> > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > >
> > > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > > > > > >
> > > > > > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > > > > > >         Handle: 3585
> > > > > > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > > > > > >
> > > > > > > > > > > > > Thanks
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Luiz Augusto von Dentz
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Luiz Augusto von Dentz
>
>
>
> --
> Luiz Augusto von Dentz

[-- Attachment #2: gtr2-disable-read-appearance.txt --]
[-- Type: text/plain, Size: 76110 bytes --]

Bluetoothctl:

piggz@adam-laptop ~ $ bluetoothctl
Agent registered
[bluetooth]# connect CD:1B:C3:94:5B:77
Attempting to connect to CD:1B:C3:94:5B:77
[CHG] Device CD:1B:C3:94:5B:77 Connected: yes
Connection successful
[NEW] Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001
        00001801-0000-1000-8000-00805f9b34fb
        Generic Attribute Profile
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002
        00002a05-0000-1000-8000-00805f9b34fb
        Service Changed
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002/desc0004
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028
        0000180a-0000-1000-8000-00805f9b34fb
        Device Information
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0029
        00002a25-0000-1000-8000-00805f9b34fb
        Serial Number String
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002b
        00002a27-0000-1000-8000-00805f9b34fb
        Hardware Revision String
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002d
        00002a28-0000-1000-8000-00805f9b34fb
        Software Revision String
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002f
        00002a23-0000-1000-8000-00805f9b34fb
        System ID
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0031
        00002a50-0000-1000-8000-00805f9b34fb
        PnP ID
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0033
        00000014-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0033/desc0035
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038
        00001530-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char0039
        00001531-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char0039/desc003b
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char003c
        00001532-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040
        0000fee0-0000-1000-8000-00805f9b34fb
        Anhui Huami Information Technology Co., Ltd.
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0041
        00002a2b-0000-1000-8000-00805f9b34fb
        Current Time
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0041/desc0043
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044
        00002a04-0000-1000-8000-00805f9b34fb
        Peripheral Preferred Connection Parameters
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044/desc0046
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0047
        00000001-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0047/desc0049
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004a
        00000002-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004a/desc004c
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004d
        00000003-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004d/desc004f
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0050
        00000004-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0050/desc0052
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0053
        00000005-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0053/desc0055
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0056
        00000006-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0056/desc0058
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0059
        00000007-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0059/desc005b
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char005f
        00000010-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char005f/desc0061
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0062
        0000000e-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0062/desc0064
        00002901-0000-1000-8000-00805f9b34fb
        Characteristic User Description
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0065
        00000020-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0065/desc0067
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0068
        00000016-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0068/desc006a
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char006b
        00000017-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char006b/desc006d
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070
        0000fee1-0000-1000-8000-00805f9b34fb
        Anhui Huami Information Technology Co., Ltd.
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0071
        00000009-0000-3512-2118-0009af100700
        Vendor specific
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0071/desc0073
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0074
        0000fedd-0000-1000-8000-00805f9b34fb
        Jawbone
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0076
        0000fede-0000-1000-8000-00805f9b34fb
        Coin, Inc.
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0078
        0000fedf-0000-1000-8000-00805f9b34fb
        Design SHIFT
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007a
        0000fed0-0000-1000-8000-00805f9b34fb
        Apple, Inc.
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007c
        0000fed1-0000-1000-8000-00805f9b34fb
        Apple, Inc.
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007e
        0000fed2-0000-1000-8000-00805f9b34fb
        Apple, Inc.
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0080
        0000fed3-0000-1000-8000-00805f9b34fb
        Apple, Inc.
[NEW] Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084
        0000180d-0000-1000-8000-00805f9b34fb
        Heart Rate
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0085
        00002a37-0000-1000-8000-00805f9b34fb
        Heart Rate Measurement
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0085/desc0087
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0088
        00002a39-0000-1000-8000-00805f9b34fb
        Heart Rate Control Point
[NEW] Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c
        00001811-0000-1000-8000-00805f9b34fb
        Alert Notification Service
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008d
        00002a46-0000-1000-8000-00805f9b34fb
        New Alert
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008f
        00002a44-0000-1000-8000-00805f9b34fb
        Alert Notification Control Point
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008f/desc0091
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[NEW] Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0094
        00001802-0000-1000-8000-00805f9b34fb
        Immediate Alert
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0094/char0095
        00002a06-0000-1000-8000-00805f9b34fb
        Alert Level
[NEW] Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099
        00003802-0000-1000-8000-00805f9b34fb
        Unknown
[NEW] Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099/char009a
        00004a02-0000-1000-8000-00805f9b34fb
        Unknown
[NEW] Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099/char009a/desc009c
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
[CHG] Device CD:1B:C3:94:5B:77 ServicesResolved: yes
[CHG] Device CD:1B:C3:94:5B:77 Paired: yes
[CHG] Device CD:1B:C3:94:5B:77 ServicesResolved: no
[CHG] Device CD:1B:C3:94:5B:77 Connected: no
[CHG] Controller DC:53:60:51:00:C6 Powered: no
[CHG] Controller DC:53:60:51:00:C6 Discovering: no
Agent unregistered




----------

Btmon:

piggz@adam-laptop ~ $ sudo btmon
Bluetooth monitor ver 5.63
= Note: Linux version 5.16.15-1-default (x86_64)                                                                                                                                                                                             0.071909
= Note: Bluetooth subsystem version 2.22                                                                                                                                                                                                     0.071917
= New Index: DC:53:60:51:00:C6 (Primary,USB,hci0)                                                                                                                                                                                     [hci0] 0.071919
= Open Index: DC:53:60:51:00:C6                                                                                                                                                                                                       [hci0] 0.071920
= Index Info: DC:53:60:51:00:C6 (Intel Corp.)                                                                                                                                                                                         [hci0] 0.071922
@ MGMT Open: bluetoothd (privileged) version 1.21                                                                                                                                                                                   {0x0001} 0.071924
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7                                                                                                                                                                         #1 [hci0] 5.554956
        Type: Passive (0x00)
        Interval: 60.000 msec (0x0060)
        Window: 60.000 msec (0x0060)
        Own address type: Public (0x00)
        Filter policy: Accept all advertisement (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                        #2 [hci0] 5.672957
      LE Set Scan Parameters (0x08|0x000b) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                             #3 [hci0] 5.673031
        Scanning: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                        #4 [hci0] 5.673943
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 40                                                                                                                                                                                          #5 [hci0] 5.823989
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Scannable undirected - ADV_SCAN_IND (0x02)
        Address type: Random (0x01)
        Address: 73:BC:BB:C2:C1:11 (Resolvable)
        Data length: 28
        16-bit Service UUIDs (complete): 1 entry
          Google (0xfe9f)
        Service Data (UUID 0xfe9f): 0000000000000000000000000000000000000000
        RSSI: -79 dBm (0xb1)
> HCI Event: LE Meta Event (0x3e) plen 43                                                                                                                                                                                          #6 [hci0] 6.393001
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Connectable undirected - ADV_IND (0x00)
        Address type: Random (0x01)
        Address: CD:1B:C3:94:5B:77 (Static)
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03cd1bc3945b77
        RSSI: -59 dBm (0xc5)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                             #7 [hci0] 6.393109
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
> HCI Event: LE Meta Event (0x3e) plen 20                                                                                                                                                                                          #8 [hci0] 6.403041
      LE Advertising Report (0x02)
        Num reports: 1
        Event type: Non connectable undirected - ADV_NONCONN_IND (0x03)
        Address type: Random (0x01)
        Address: C5:10:64:0D:50:4A (Static)
        Data length: 8
        Company: Apple, Inc. (76)
          Type: Unknown (18)
          Data: 0001
        RSSI: -71 dBm (0xb9)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                        #9 [hci0] 6.403953
      LE Set Scan Enable (0x08|0x000c) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Create Connection (0x08|0x000d) plen 25                                                                                                                                                                         #10 [hci0] 6.404039
        Scan interval: 60.000 msec (0x0060)
        Scan window: 60.000 msec (0x0060)
        Filter policy: Accept list is not used (0x00)
        Peer address type: Random (0x01)
        Peer address: CD:1B:C3:94:5B:77 (Static)
        Own address type: Public (0x00)
        Min connection interval: 30.00 msec (0x0018)
        Max connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Min connection length: 0.000 msec (0x0000)
        Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                         #11 [hci0] 6.404959
      LE Create Connection (0x08|0x000d) ncmd 2
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19                                                                                                                                                                                         #12 [hci0] 7.246016
      LE Connection Complete (0x01)
        Status: Success (0x00)
        Handle: 3585
        Role: Central (0x00)
        Peer address type: Random (0x01)
        Peer address: CD:1B:C3:94:5B:77 (Static)
        Connection interval: 50.00 msec (0x0028)
        Connection latency: 0 (0x0000)
        Supervision timeout: 420 msec (0x002a)
        Central clock accuracy: 0x00
@ MGMT Event: Device Connected (0x000b) plen 44                                                                                                                                                                              {0x0001} [hci0] 7.246124
        LE Address: CD:1B:C3:94:5B:77 (Static)
        Flags: 0x00000008
          Connection Locally Initiated
        Data length: 31
        Flags: 0x02
          LE General Discoverable Mode
        Company: Anhui Huami Information Technology Co., Ltd. (343)
          Data: 02ffffffffffffffffffffffffffffffff03cd1bc3945b77
< HCI Command: LE Read Remote Used Features (0x08|0x0016) plen 2                                                                                                                                                                  #13 [hci0] 7.246321
        Handle: 3585
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                         #14 [hci0] 7.246939
      LE Read Remote Used Features (0x08|0x0016) ncmd 1
        Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 12                                                                                                                                                                                         #15 [hci0] 7.256967
      LE Read Remote Used Features (0x04)
        Status: Success (0x00)
        Handle: 3585
        Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
          LE Encryption
< HCI Command: LE Start Encryption (0x08|0x0019) plen 28                                                                                                                                                                          #16 [hci0] 7.257078
        Handle: 3585
        Random number: 0xdb9e4a1d99763254
        Encrypted diversifier: 0xe783
        Long term key: c5b2108775aa3ea40219fffed1172f59
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                         #17 [hci0] 7.257950
      LE Start Encryption (0x08|0x0019) ncmd 1
        Status: Success (0x00)
> HCI Event: Encryption Change (0x08) plen 4                                                                                                                                                                                      #18 [hci0] 7.706014
        Status: Success (0x00)
        Handle: 3585
        Encryption: Enabled with AES-CCM (0x01)
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                      #19 [hci0] 7.737373
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 517
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                                                                                      #20 [hci0] 7.755716
      ATT: Exchange MTU Request (0x02) len 2
        Client RX MTU: 247
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                      #21 [hci0] 7.756422
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 247
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #22 [hci0] 7.756936
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #23 [hci0] 7.806972
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                                                                                      #24 [hci0] 7.855784
      ATT: Exchange MTU Response (0x03) len 2
        Server RX MTU: 252
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                      #25 [hci0] 7.856454
      ATT: Read Request (0x0a) len 2
        Handle: 0x0032
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #26 [hci0] 7.906136
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 12                                                                                                                                                                                     #27 [hci0] 7.955840
      ATT: Read Response (0x0b) len 7
        Value: 01570140000101
< ACL Data TX: Handle 3585 flags 0x00 dlen 7                                                                                                                                                                                      #28 [hci0] 7.956301
      ATT: Read Request (0x0a) len 2
        Handle: 0x0016
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #29 [hci0] 8.006029
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 19                                                                                                                                                                                     #30 [hci0] 8.055802
      ATT: Read Response (0x0b) len 14
        Value: 416d617a66697420475452203200
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                     #31 [hci0] 8.056627
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Server Supported Features (0x2b3a)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #32 [hci0] 8.105969
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 9                                                                                                                                                                                      #33 [hci0] 8.155796
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0001
        Error: Attribute Not Found (0x0a)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                     #34 [hci0] 8.156152
      ATT: Read By Group Type Request (0x10) len 6
        Handle range: 0x0001-0xffff
        Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #35 [hci0] 8.206189
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 24                                                                                                                                                                                     #36 [hci0] 8.255774
      ATT: Read By Group Type Response (0x11) len 19
        Attribute data length: 6
        Attribute group list: 3 entries
        Handle range: 0x0001-0x0004
        UUID: Generic Attribute Profile (0x1801)
        Handle range: 0x0014-0x0018
        UUID: Generic Access Profile (0x1800)
        Handle range: 0x0028-0x0035
        UUID: Device Information (0x180a)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                     #37 [hci0] 8.256136
      ATT: Read By Group Type Request (0x10) len 6
        Handle range: 0x0036-0xffff
        Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #38 [hci0] 8.306159
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 26                                                                                                                                                                                     #39 [hci0] 8.355992
      ATT: Read By Group Type Response (0x11) len 21
        Attribute data length: 20
        Attribute group list: 1 entry
        Handle range: 0x0038-0x003d
        UUID: Vendor specific (00001530-0000-3512-2118-0009af100700)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                     #40 [hci0] 8.356424
      ATT: Read By Group Type Request (0x10) len 6
        Handle range: 0x003e-0xffff
        Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #41 [hci0] 8.405942
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 27                                                                                                                                                                                     #42 [hci0] 8.455825
> ACL Data RX: Handle 3585 flags 0x01 dlen 15                                                                                                                                                                                     #43 [hci0] 8.456671
      ATT: Read By Group Type Response (0x11) len 37
        Attribute data length: 6
        Attribute group list: 6 entries
        Handle range: 0x0040-0x006d
        UUID: Anhui Huami Information Technology Co., Ltd.  (0xfee0)
        Handle range: 0x0070-0x0081
        UUID: Anhui Huami Information Technology Co., Ltd.  (0xfee1)
        Handle range: 0x0084-0x0089
        UUID: Heart Rate (0x180d)
        Handle range: 0x008c-0x0091
        UUID: Alert Notification Service (0x1811)
        Handle range: 0x0094-0x0096
        UUID: Immediate Alert (0x1802)
        Handle range: 0x0099-0x009c
        UUID: Unknown (0x3802)
< ACL Data TX: Handle 3585 flags 0x00 dlen 11                                                                                                                                                                                     #44 [hci0] 8.456936
      ATT: Read By Group Type Request (0x10) len 6
        Handle range: 0x009d-0xffff
        Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #45 [hci0] 8.506032
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 9                                                                                                                                                                                      #46 [hci0] 8.555667
      ATT: Error Response (0x01) len 4
        Read By Group Type Request (0x10)
        Handle: 0x009d
        Error: Attribute Not Found (0x0a)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                      #47 [hci0] 8.597592
      ATT: Write Request (0x12) len 4
        Handle: 0x0004
          Data: 0200
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                            #48 [hci0] 8.605932
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 5                                                                                                                                                                                      #49 [hci0] 8.655563
      ATT: Write Response (0x13) len 0
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                    #50 [hci0] 11.287516
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 27                                                                                                                                                                                    #51 [hci0] 11.288352
< ACL Data TX: Handle 3585 flags 0x01 dlen 27                                                                                                                                                                                    #52 [hci0] 11.288383
< ACL Data TX: Handle 3585 flags 0x01 dlen 8                                                                                                                                                                                     #53 [hci0] 11.288393
      ATT: Read By Type Response (0x09) len 57
        Attribute data length: 7
        Attribute data list: 8 entries
        Handle: 0x0002
        Value: 020300002a
        Handle: 0x0004
        Value: 020500012a
        Handle: 0x0006
        Value: 020700a62a
        Handle: 0x0009
        Value: 200a00052a
        Handle: 0x000c
        Value: 0a0d00292b
        Handle: 0x000e
        Value: 020f002a2b
        Handle: 0x0010
        Value: 0211003a2b
        Handle: 0x0013
        Value: 021400502a
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                           #54 [hci0] 11.305948
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                           #55 [hci0] 11.306942
        Num handles: 1
        Handle: 3585
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                           #56 [hci0] 11.307935
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                    #57 [hci0] 11.355838
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0014-0xffff
        Attribute type: Characteristic (0x2803)
< ACL Data TX: Handle 3585 flags 0x00 dlen 9                                                                                                                                                                                     #58 [hci0] 11.356663
      ATT: Error Response (0x01) len 4
        Read By Type Request (0x08)
        Handle: 0x0014
        Error: Attribute Not Found (0x0a)
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                           #59 [hci0] 11.406156
        Num handles: 1
        Handle: 3585
        Count: 1
> ACL Data RX: Handle 3585 flags 0x02 dlen 11                                                                                                                                                                                    #60 [hci0] 11.455775
      ATT: Read By Type Request (0x08) len 6
        Handle range: 0x0001-0xffff
        Attribute type: Device Name (0x2a00)
< ACL Data TX: Handle 3585 flags 0x00 dlen 18                                                                                                                                                                                    #61 [hci0] 11.456514
      ATT: Read By Type Response (0x09) len 13
        Attribute data length: 12
        Attribute data list: 1 entry
        Handle: 0x0003
        Value: 426c75655a20352e3633
> HCI Event: Number of Completed Packets (0x13) plen 5                                                                                                                                                                           #62 [hci0] 11.505953
        Num handles: 1
        Handle: 3585
        Count: 1






----------

Bluetoothd:

bluetoothd[8809]: src/agent.c:agent_ref() 0x55f63ef92e30: ref=1
bluetoothd[8809]: src/agent.c:register_agent() agent :1.3789
bluetoothd[8809]: src/device.c:device_connect_le() Connection attempt to: CD:1B:C3:94:5B:77
bluetoothd[8809]: src/adapter.c:connected_callback() hci0 device CD:1B:C3:94:5B:77 connected eir_len 31
bluetoothd[8809]: attrib/gattrib.c:g_attrib_ref() 0x55f63ef91620: g_attrib_ref=1
bluetoothd[8809]: src/device.c:load_gatt_db() Restoring CD:1B:C3:94:5B:77 gatt database from file
bluetoothd[8809]: src/device.c:load_service() loading service: 0x0001, end: 0x0004, uuid: 00001801-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_service() loading service: 0x0014, end: 0x0018, uuid: 00001800-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_service() loading service: 0x0028, end: 0x0035, uuid: 0000180a-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_service() loading service: 0x0038, end: 0x003d, uuid: 00001530-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_service() loading service: 0x0040, end: 0x006d, uuid: 0000fee0-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_service() loading service: 0x0070, end: 0x0081, uuid: 0000fee1-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_service() loading service: 0x0084, end: 0x0089, uuid: 0000180d-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_service() loading service: 0x008c, end: 0x0091, uuid: 00001811-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_service() loading service: 0x0094, end: 0x0096, uuid: 00001802-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_service() loading service: 0x0099, end: 0x009c, uuid: 00003802-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0002, value handle: 0x0003, properties 0x0022 value:  uuid: 00002a05-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0004, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0015, value handle: 0x0016, properties 0x0002 value:  uuid: 00002a00-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0017, value handle: 0x0018, properties 0x0002 value:  uuid: 00002a01-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0029, value handle: 0x002a, properties 0x0002 value:  uuid: 00002a25-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x002b, value handle: 0x002c, properties 0x0002 value:  uuid: 00002a27-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x002d, value handle: 0x002e, properties 0x0002 value:  uuid: 00002a28-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x002f, value handle: 0x0030, properties 0x0002 value:  uuid: 00002a23-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0031, value handle: 0x0032, properties 0x0002 value:  uuid: 00002a50-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0033, value handle: 0x0034, properties 0x0014 value:  uuid: 00000014-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0035, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0039, value handle: 0x003a, properties 0x0018 value:  uuid: 00001531-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x003b, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x003c, value handle: 0x003d, properties 0x0004 value:  uuid: 00001532-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0041, value handle: 0x0042, properties 0x001a value:  uuid: 00002a2b-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0043, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0044, value handle: 0x0045, properties 0x001a value:  uuid: 00002a04-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0046, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0047, value handle: 0x0048, properties 0x0014 value:  uuid: 00000001-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0049, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x004a, value handle: 0x004b, properties 0x0010 value:  uuid: 00000002-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x004c, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x004d, value handle: 0x004e, properties 0x0014 value:  uuid: 00000003-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x004f, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0050, value handle: 0x0051, properties 0x0014 value:  uuid: 00000004-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0052, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0053, value handle: 0x0054, properties 0x0010 value:  uuid: 00000005-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0055, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0056, value handle: 0x0057, properties 0x0012 value:  uuid: 00000006-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0058, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0059, value handle: 0x005a, properties 0x0012 value:  uuid: 00000007-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x005b, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x005f, value handle: 0x0060, properties 0x0010 value:  uuid: 00000010-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0061, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0062, value handle: 0x0063, properties 0x0008 value:  uuid: 0000000e-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0064, value: 0x0000, value uuid: 00002901-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0065, value handle: 0x0066, properties 0x0016 value:  uuid: 00000020-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0067, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0068, value handle: 0x0069, properties 0x0014 value:  uuid: 00000016-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x006a, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x006b, value handle: 0x006c, properties 0x0014 value:  uuid: 00000017-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x006d, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0071, value handle: 0x0072, properties 0x0016 value:  uuid: 00000009-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0073, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0074, value handle: 0x0075, properties 0x0008 value:  uuid: 0000fedd-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0076, value handle: 0x0077, properties 0x0002 value:  uuid: 0000fede-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0078, value handle: 0x0079, properties 0x0002 value:  uuid: 0000fedf-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x007a, value handle: 0x007b, properties 0x000a value:  uuid: 0000fed0-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x007c, value handle: 0x007d, properties 0x000a value:  uuid: 0000fed1-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x007e, value handle: 0x007f, properties 0x0002 value:  uuid: 0000fed2-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0080, value handle: 0x0081, properties 0x000a value:  uuid: 0000fed3-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0085, value handle: 0x0086, properties 0x0010 value:  uuid: 00002a37-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0087, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0088, value handle: 0x0089, properties 0x000a value:  uuid: 00002a39-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x008d, value handle: 0x008e, properties 0x000a value:  uuid: 00002a46-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x008f, value handle: 0x0090, properties 0x001a value:  uuid: 00002a44-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x0091, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x0095, value handle: 0x0096, properties 0x0004 value:  uuid: 00002a06-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_chrc() loading characteristic handle: 0x009a, value handle: 0x009b, properties 0x001a value:  uuid: 00004a02-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:load_desc() loading descriptor handle: 0x009c, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: profiles/deviceinfo/deviceinfo.c:deviceinfo_accept() deviceinfo profile accept (CD:1B:C3:94:5B:77)
bluetoothd[8809]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a25-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a27-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a28-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a23-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00000014-0000-3512-2118-0009af100700
bluetoothd[8809]: src/service.c:change_state() 0x55f63ef66280: device CD:1B:C3:94:5B:77 profile deviceinfo state changed: disconnected -> connected (0)
bluetoothd[8809]: profiles/gap/gas.c:gap_accept() GAP profile accept (CD:1B:C3:94:5B:77)
bluetoothd[8809]: profiles/gap/gas.c:handle_appearance() Failed to send request to read appearance
bluetoothd[8809]: src/service.c:change_state() 0x55f63ef693d0: device CD:1B:C3:94:5B:77 profile gap-profile state changed: disconnected -> connected (0)
bluetoothd[8809]: src/gatt-client.c:btd_gatt_client_connected() Device connected.
bluetoothd[8809]: src/device.c:gatt_debug() (chan 0x55f63ef770c0) ATT PDU received: 0x02
bluetoothd[8809]: src/device.c:gatt_debug() MTU exchange complete, with MTU: 247
bluetoothd[8809]: src/device.c:gatt_debug() MTU exchange complete, with MTU: 252
bluetoothd[8809]: profiles/gap/gas.c:read_device_name_cb() GAP Device Name: Amazfit GTR 2
bluetoothd[8809]: src/device.c:gatt_debug() Primary services found: 10
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x0001, end: 0x0004, uuid: 00001801-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x0014, end: 0x0018, uuid: 00001800-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x0028, end: 0x0035, uuid: 0000180a-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x0038, end: 0x003d, uuid: 00001530-0000-3512-2118-0009af100700
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x0040, end: 0x006d, uuid: 0000fee0-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x0070, end: 0x0081, uuid: 0000fee1-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x0084, end: 0x0089, uuid: 0000180d-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x008c, end: 0x0091, uuid: 00001811-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x0094, end: 0x0096, uuid: 00001802-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:gatt_debug() start: 0x0099, end: 0x009c, uuid: 00003802-0000-1000-8000-00805f9b34fb
bluetoothd[8809]: src/device.c:gatt_client_ready_cb() status: success, error: 10
bluetoothd[8809]: src/gatt-client.c:btd_gatt_client_ready() GATT client ready
bluetoothd[8809]: src/gatt-client.c:create_services() Exporting objects for GATT services: CD:1B:C3:94:5B:77
bluetoothd[8809]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002/desc0004
bluetoothd[8809]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0029
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002b
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002d
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002f
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0031
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0033
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0033/desc0035
bluetoothd[8809]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char0039
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char0039/desc003b
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char003c
bluetoothd[8809]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0041
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0041/desc0043
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044/desc0046
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0047
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0047/desc0049
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004a
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004a/desc004c
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004d
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004d/desc004f
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0050
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0050/desc0052
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0053
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0053/desc0055
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0056
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0056/desc0058
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0059
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0059/desc005b
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char005f
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char005f/desc0061
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0062
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0062/desc0064
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0065
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0065/desc0067
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0068
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0068/desc006a
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char006b
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char006b/desc006d
bluetoothd[8809]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0071
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0071/desc0073
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0074
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0076
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0078
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007a
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007c
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007e
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0080
bluetoothd[8809]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0085
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0085/desc0087
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0088
bluetoothd[8809]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008d
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008f
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008f/desc0091
bluetoothd[8809]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0094
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0094/char0095
bluetoothd[8809]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099
bluetoothd[8809]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099/char009a
bluetoothd[8809]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099/char009a/desc009c
bluetoothd[8809]: src/gatt-client.c:btd_gatt_client_ready() Features 0x00
bluetoothd[8809]: src/gatt-client.c:btd_gatt_client_ready() Update Features 0x00
bluetoothd[8809]: src/device.c:device_svc_resolved() /org/bluez/hci0/dev_CD_1B_C3_94_5B_77 err 0
bluetoothd[8809]: src/device.c:gatt_debug() Registered handler for "Service Changed": 1
bluetoothd[8809]: src/device.c:gatt_debug() (chan 0x55f63ef770c0) ATT PDU received: 0x08
bluetoothd[8809]: src/device.c:gatt_debug() Read By Type - start: 0x0001 end: 0xffff
bluetoothd[8809]: src/device.c:gatt_debug() (chan 0x55f63ef770c0) ATT PDU received: 0x08
bluetoothd[8809]: src/device.c:gatt_debug() Read By Type - start: 0x0014 end: 0xffff
bluetoothd[8809]: src/device.c:gatt_debug() (chan 0x55f63ef770c0) ATT PDU received: 0x08
bluetoothd[8809]: src/device.c:gatt_debug() Read By Type - start: 0x0001 end: 0xffff
bluetoothd[8809]: src/gatt-database.c:gap_device_name_read_cb() GAP Device Name read request




----------

list-attributes

[Amazfit GTR 2]# list-attributes
Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001
        00001801-0000-1000-8000-00805f9b34fb
        Generic Attribute Profile
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002
        00002a05-0000-1000-8000-00805f9b34fb
        Service Changed
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002/desc0004
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028
        0000180a-0000-1000-8000-00805f9b34fb
        Device Information
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0029
        00002a25-0000-1000-8000-00805f9b34fb
        Serial Number String
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002b
        00002a27-0000-1000-8000-00805f9b34fb
        Hardware Revision String
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002d
        00002a28-0000-1000-8000-00805f9b34fb
        Software Revision String
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002f
        00002a23-0000-1000-8000-00805f9b34fb
        System ID
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0031
        00002a50-0000-1000-8000-00805f9b34fb
        PnP ID
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0033
        00000014-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0033/desc0035
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038
        00001530-0000-3512-2118-0009af100700
        Vendor specific
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char0039
        00001531-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char0039/desc003b
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char003c
        00001532-0000-3512-2118-0009af100700
        Vendor specific
Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040
        0000fee0-0000-1000-8000-00805f9b34fb
        Anhui Huami Information Technology Co., Ltd.
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0041
        00002a2b-0000-1000-8000-00805f9b34fb
        Current Time
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0041/desc0043
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044
        00002a04-0000-1000-8000-00805f9b34fb
        Peripheral Preferred Connection Parameters
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044/desc0046
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0047
        00000001-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0047/desc0049
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004a
        00000002-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004a/desc004c
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004d
        00000003-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004d/desc004f
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0050
        00000004-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0050/desc0052
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0053
        00000005-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0053/desc0055
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0056
        00000006-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0056/desc0058
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0059
        00000007-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0059/desc005b
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char005f
        00000010-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char005f/desc0061
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0062
        0000000e-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0062/desc0064
        00002901-0000-1000-8000-00805f9b34fb
        Characteristic User Description
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0065
        00000020-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0065/desc0067
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0068
        00000016-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0068/desc006a
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char006b
        00000017-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char006b/desc006d
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070
        0000fee1-0000-1000-8000-00805f9b34fb
        Anhui Huami Information Technology Co., Ltd.
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0071
        00000009-0000-3512-2118-0009af100700
        Vendor specific
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0071/desc0073
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0074
        0000fedd-0000-1000-8000-00805f9b34fb
        Jawbone
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0076
        0000fede-0000-1000-8000-00805f9b34fb
        Coin, Inc.
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0078
        0000fedf-0000-1000-8000-00805f9b34fb
        Design SHIFT
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007a
        0000fed0-0000-1000-8000-00805f9b34fb
        Apple, Inc.
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007c
        0000fed1-0000-1000-8000-00805f9b34fb
        Apple, Inc.
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007e
        0000fed2-0000-1000-8000-00805f9b34fb
        Apple, Inc.
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0080
        0000fed3-0000-1000-8000-00805f9b34fb
        Apple, Inc.
Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084
        0000180d-0000-1000-8000-00805f9b34fb
        Heart Rate
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0085
        00002a37-0000-1000-8000-00805f9b34fb
        Heart Rate Measurement
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0085/desc0087
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0088
        00002a39-0000-1000-8000-00805f9b34fb
        Heart Rate Control Point
Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c
        00001811-0000-1000-8000-00805f9b34fb
        Alert Notification Service
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008d
        00002a46-0000-1000-8000-00805f9b34fb
        New Alert
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008f
        00002a44-0000-1000-8000-00805f9b34fb
        Alert Notification Control Point
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008f/desc0091
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration
Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0094
        00001802-0000-1000-8000-00805f9b34fb
        Immediate Alert
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0094/char0095
        00002a06-0000-1000-8000-00805f9b34fb
        Alert Level
Primary Service (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099
        00003802-0000-1000-8000-00805f9b34fb
        Unknown
Characteristic (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099/char009a
        00004a02-0000-1000-8000-00805f9b34fb
        Unknown
Descriptor (Handle 0x0000)
        /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099/char009a/desc009c
        00002902-0000-1000-8000-00805f9b34fb
        Client Characteristic Configuration


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

* Re: GATT issue, possible bluez bug?
  2022-04-02  8:26                               ` Adam Pigg
@ 2022-04-02  9:14                                 ` Adam Pigg
  2022-04-04 19:07                                   ` Adam Pigg
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-04-02  9:14 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

On Sat, 2 Apr 2022 at 09:26, Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
> On Fri, 1 Apr 2022 at 22:50, Luiz Augusto von Dentz
> <luiz.dentz@gmail.com> wrote:
> >
> > Hi Adam,
> >
> > On Fri, Apr 1, 2022 at 1:12 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > > On Mon, 28 Mar 2022 at 17:37, Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi Luiz
> > > >
> > > > On Wed, 23 Mar 2022 at 19:57, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Hi Luiz
> > > > >
> > > > > Thanks for having the patience with me on this....
> > > > >
> > > > > On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
> > > > > <luiz.dentz@gmail.com> wrote:
> > > > > >
> > > > > > Hi Adam,
> > > > > >
> > > > > > On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > >
> > > > > > > > Hi Luiz
> > > > > > > >
> > > > > > > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > >
> > > > > > > > > Hi Luiz
> > > > > > > > >
> > > > > > > > > Good that you clearly know more about this than me!...
> > > > > > > > >
> > > > > > > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Adam,
> > > > > > > > > >
> > > > > > > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Adam,
> > > > > > > > > > >
> > > > > > > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks Luiz
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > > > > > > this.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > > > > > > Gatttool
> > > > > > > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > > > > > > watch.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > > > > > > if that something already fixed.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > > > > > > library.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > > > > > > per client:
> > > > > > > > > > > > >
> > > > > > > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > > > > > > page 1424:
> > > > > > > > > > > > >
> > > > > > > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > > > > > > >
> > > > > > > > > > > > > There is also no response to frame #30:
> > > > > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > > > > >
> > > > > > > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > > > > > > >         Handle: 0x0018
> > > > > > > > > > > > >
> > > > > > > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > > > > > > >
> > > > > > > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > > > > > > >
> > > > > > > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > > > > > > devices more flexibly?
> > > > > > > > > > >
> > > > > > > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > > > > > > when it happens a second time.
> > > > > > > > > > >
> > > > > > > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > > > > > > it behaving differently?
> > > > > > > > > > >
> > > > > > > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > > > > > > timer to start it later or perhaps the problem first response to
> > > > > > > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > > > > > > try with the following change:
> > > > > > > > > > >
> > > > > > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > > > > > *chan, uint8_t opcode,
> > > > > > > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > > > > > >
> > > > > > > > > > >         /* Respond with the server MTU */
> > > > > > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > > > > > >
> > > > > > > > > > >         /* Set MTU to be the minimum */
> > > > > > > > > >
> > > > > > > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > > > > > > respond different values 252 vs 247, also the spec does say that:
> > > > > > > > > >
> > > > > > > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > > > > > > Attribute protocol PDU that the server can receive.
> > > > > > > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > > > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > > > > > > correctly detect the final packet of a long attribute read.'
> > > > > > > > > >
> > > > > > > > > > So my interpretation is that the minimum is calculated after the
> > > > > > > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > > > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > > > > > > minimum logic before responding we can do the same.
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > Maybe it will help if I attach an android packet capture....
> > > > > > > > >
> > > > > > > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > > > > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > > > > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > > > > > > >
> > > > > > > > > Ill try and get the proposed patch built and see how it behaves
> > > > > > > >
> > > > > > > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > > > > > > >
> > > > > > > > There was one point before i applied the patch where bluetoothctl
> > > > > > > > seemed to list the attributes quickly, but i havnt been able to
> > > > > > > > reproduce that again with or without the patch.
> > > > > > > >
> > > > > > >
> > > > > > > For completeness, also attached the output of my program and btmon
> > > > > > >
> > > > > > > My program should connect, wait for resolved signal, then read a char,
> > > > > > > enable some notifications, and do a write.  You can see the 30 second
> > > > > > > wait between connect, resolved, and quickly followed by a disconnect.
> > > > > >
> > > > > >
> > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > >
> > > > > >                            #22 [hci0] 12.507730
> > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > >         Client RX MTU: 517
> > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
> > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > >         Client RX MTU: 247
> > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > >
> > > > > >                            #24 [hci0] 12.556256
> > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > >         Server RX MTU: 247
> > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
> > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > >         Server RX MTU: 252
> > > > > >
> > > > > > So we are now responding with 247 and the peripheral responds with 252
> > > > > > to our request :/, so we would need to probably delay our request or
> > > > > > something, that said we are the central so I really which we don't
> > > > > > have to do it since that would penalize well behaving devices, could
> > > > > > we perhaps inform the vendor about these issues? I'd considered this
> > > > > > to be really bad behavior from the remote side since they are not
> > > > > > following the spec in many respects as even their MTU changes from
> > > > > > request to response and it does multiple rounds of Exchange MTU and
> > > > > > stop responding while doing it.
> > > > > >
> > > > >
> > > > > I can certainly look into how to contact Huami/Amazfit ... I wouldnt
> > > > > count on a response though!
> > > > >
> > > > > I see you looked at the android log already.
> > > > >
> > > > > Do you have an idea for a patch I could try out?  Im deep in this now
> > > > > anyway, and over-wrote my system bluez :D
> > > > >
> > > > > Its strange how they have messed up this generation of device as all
> > > > > the older ones work fine, and I imagine they must just build on the
> > > > > old code base.
> > > > >
> > > >
> > > > I have submitted a support request to Amazfit, describing the issue
> > > > and linking to the details in the ML... maybe they will read it!
> > > >
> > > > Do you think there is anything I can try to make bluez work in the
> > > > mean time, even just on my own device?
> > > >
> > > I had another go at making this work before attempting to write my own
> > > gatt lib (!) and i seem to have got it to work, though I dont know if
> > > it will be acceptable to bluez, or if there is another way.
> > >
> > > Probably easiest with the diff:
> > > diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
> > > index ea3249be9..701677e0a 100644
> > > --- a/profiles/gap/gas.c
> > > +++ b/profiles/gap/gas.c
> > > @@ -142,8 +142,8 @@ static void read_appearance_cb(bool success,
> > > uint8_t att_ecode,
> > >
> > > static void handle_appearance(struct gas *gas, uint16_t value_handle)
> > > {
> > > -       if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > -                                               read_appearance_cb, gas, NULL))
> > > +       //if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > +       //                                      read_appearance_cb, gas, NULL))
> > >                DBG("Failed to send request to read appearance");
> >
> > Does disabling the read make it work? Does it stop the second MTU exchange?
> >
> > > }
> > >
> > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > index 776e5ce2b..ac0fac1fc 100644
> > > --- a/src/shared/gatt-server.c
> > > +++ b/src/shared/gatt-server.c
> > > @@ -1498,7 +1498,8 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > *chan, uint8_t opcode,
> > >        final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > >
> > >        /* Respond with the server MTU */
> > > -       put_le16(server->mtu, rsp_pdu);
> > > +       //put_le16(server->mtu, rsp_pdu);
> > > +       put_le16(final_mtu, rsp_pdu);
> > >        bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > >
> > >        /* Set MTU to be the minimum */
> > >
> > > I was running bluetoothd with -n -d, and noticed that the read to the
> > > appearance was failing, so, I commented it out.  The read to the name
> > > works ok and happens just prior to reading the appearance.
> > >
> > > I gather it only reads the appearance if the char exists, so, i dont
> > > know why that fail, however I dont see 2a01 in the list of
> > > services/characteristics, which is the appearance one right?
> >
> > #define GATT_CHARAC_APPEARANCE 0x2A01
> >
> > You don't see it on bluetoothd logs or over D-Bus? The latter may not
> > contain all the attributes since some are claimed.
> >
>
> Gathered some logs this morning, see attached.
>
> So, 2A01 is listed in the bluetoothd debug output, so, I guess its a
> fault that it cant be read?  It is not listed in the output of
> bluetoothctl list-attributes (also attached) so I could not read the
> value using that tool.
>
> Without any other changes, my own lib/app was able to connect to the
> watch and start reading data seemingly fine, though I did get an
> unexpected disconnected after reading a large amount of step/activity
> data, but that  may be unrelated, read/write and notify were all
> working.
>
> Could some quirk be used to get around this issue?
>

More info

Reading 2a04 and 2a05 works fine in blueoothctl
[Amazfit GTR 2]# select-attribute 00002a05-0000-1000-8000-00805f9b34fb
[Amazfit GTR 2:/service0001/char0002]# read
Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002
[CHG] Attribute
/org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002 Value:
 01 00 ff ff                                      ....
 01 00 ff ff                                      ....
[Amazfit GTR 2:/service0001/char0002]# select-attribute
00002a04-0000-1000-8000-00805f9b34fb
[Amazfit GTR 2:/service0040/char0044]# read
Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044
[CHG] Attribute
/org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044 Value:
 18 00 18 00 09 00 f4 01                          ........
 18 00 18 00 09 00 f4 01                          ........

And. looking back in the android packet capture, I dont see any reads
for the name/appearance.


> > > Any thoughts?
> > >
> > > Cheers
> > >
> > >
> > >
> > > > Thanks
> > > >
> > > > > > >
> > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > >
> > > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > > > > > > >
> > > > > > > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > > > > > > >         Handle: 3585
> > > > > > > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Luiz Augusto von Dentz
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Luiz Augusto von Dentz
> >
> >
> >
> > --
> > Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-04-02  9:14                                 ` Adam Pigg
@ 2022-04-04 19:07                                   ` Adam Pigg
  2022-04-04 20:12                                     ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-04-04 19:07 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

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

Hi Luiz

On Sat, 2 Apr 2022 at 10:14, Adam Pigg <adam@piggz.co.uk> wrote:
>
> On Sat, 2 Apr 2022 at 09:26, Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi Luiz
> >
> > On Fri, 1 Apr 2022 at 22:50, Luiz Augusto von Dentz
> > <luiz.dentz@gmail.com> wrote:
> > >
> > > Hi Adam,
> > >
> > > On Fri, Apr 1, 2022 at 1:12 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi Luiz
> > > >
> > > > On Mon, 28 Mar 2022 at 17:37, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Hi Luiz
> > > > >
> > > > > On Wed, 23 Mar 2022 at 19:57, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > Hi Luiz
> > > > > >
> > > > > > Thanks for having the patience with me on this....
> > > > > >
> > > > > > On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
> > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi Adam,
> > > > > > >
> > > > > > > On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > >
> > > > > > > > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > >
> > > > > > > > > Hi Luiz
> > > > > > > > >
> > > > > > > > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Luiz
> > > > > > > > > >
> > > > > > > > > > Good that you clearly know more about this than me!...
> > > > > > > > > >
> > > > > > > > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Adam,
> > > > > > > > > > >
> > > > > > > > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks Luiz
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > > > > > > > this.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > > > > > > > Gatttool
> > > > > > > > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > > > > > > > watch.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > > > > > > > if that something already fixed.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > > > > > > > library.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > > > > > > > per client:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > > > > > > > page 1424:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > There is also no response to frame #30:
> > > > > > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > > > > > > > >         Handle: 0x0018
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > > > > > > > >
> > > > > > > > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > > > > > > > devices more flexibly?
> > > > > > > > > > > >
> > > > > > > > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > > > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > > > > > > > when it happens a second time.
> > > > > > > > > > > >
> > > > > > > > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > > > > > > > it behaving differently?
> > > > > > > > > > > >
> > > > > > > > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > > > > > > > timer to start it later or perhaps the problem first response to
> > > > > > > > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > > > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > > > > > > > try with the following change:
> > > > > > > > > > > >
> > > > > > > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > > > > > > *chan, uint8_t opcode,
> > > > > > > > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > > > > > > >
> > > > > > > > > > > >         /* Respond with the server MTU */
> > > > > > > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > > > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > > > > > > >
> > > > > > > > > > > >         /* Set MTU to be the minimum */
> > > > > > > > > > >
> > > > > > > > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > > > > > > > respond different values 252 vs 247, also the spec does say that:
> > > > > > > > > > >
> > > > > > > > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > > > > > > > Attribute protocol PDU that the server can receive.
> > > > > > > > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > > > > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > > > > > > > correctly detect the final packet of a long attribute read.'
> > > > > > > > > > >
> > > > > > > > > > > So my interpretation is that the minimum is calculated after the
> > > > > > > > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > > > > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > > > > > > > minimum logic before responding we can do the same.
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Maybe it will help if I attach an android packet capture....
> > > > > > > > > >
> > > > > > > > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > > > > > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > > > > > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > > > > > > > >
> > > > > > > > > > Ill try and get the proposed patch built and see how it behaves
> > > > > > > > >
> > > > > > > > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > > > > > > > >
> > > > > > > > > There was one point before i applied the patch where bluetoothctl
> > > > > > > > > seemed to list the attributes quickly, but i havnt been able to
> > > > > > > > > reproduce that again with or without the patch.
> > > > > > > > >
> > > > > > > >
> > > > > > > > For completeness, also attached the output of my program and btmon
> > > > > > > >
> > > > > > > > My program should connect, wait for resolved signal, then read a char,
> > > > > > > > enable some notifications, and do a write.  You can see the 30 second
> > > > > > > > wait between connect, resolved, and quickly followed by a disconnect.
> > > > > > >
> > > > > > >
> > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > >
> > > > > > >                            #22 [hci0] 12.507730
> > > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > > >         Client RX MTU: 517
> > > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
> > > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > > >         Client RX MTU: 247
> > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > >
> > > > > > >                            #24 [hci0] 12.556256
> > > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > > >         Server RX MTU: 247
> > > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
> > > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > > >         Server RX MTU: 252
> > > > > > >
> > > > > > > So we are now responding with 247 and the peripheral responds with 252
> > > > > > > to our request :/, so we would need to probably delay our request or
> > > > > > > something, that said we are the central so I really which we don't
> > > > > > > have to do it since that would penalize well behaving devices, could
> > > > > > > we perhaps inform the vendor about these issues? I'd considered this
> > > > > > > to be really bad behavior from the remote side since they are not
> > > > > > > following the spec in many respects as even their MTU changes from
> > > > > > > request to response and it does multiple rounds of Exchange MTU and
> > > > > > > stop responding while doing it.
> > > > > > >
> > > > > >
> > > > > > I can certainly look into how to contact Huami/Amazfit ... I wouldnt
> > > > > > count on a response though!
> > > > > >
> > > > > > I see you looked at the android log already.
> > > > > >
> > > > > > Do you have an idea for a patch I could try out?  Im deep in this now
> > > > > > anyway, and over-wrote my system bluez :D
> > > > > >
> > > > > > Its strange how they have messed up this generation of device as all
> > > > > > the older ones work fine, and I imagine they must just build on the
> > > > > > old code base.
> > > > > >
> > > > >
> > > > > I have submitted a support request to Amazfit, describing the issue
> > > > > and linking to the details in the ML... maybe they will read it!
> > > > >
> > > > > Do you think there is anything I can try to make bluez work in the
> > > > > mean time, even just on my own device?
> > > > >
> > > > I had another go at making this work before attempting to write my own
> > > > gatt lib (!) and i seem to have got it to work, though I dont know if
> > > > it will be acceptable to bluez, or if there is another way.
> > > >
> > > > Probably easiest with the diff:
> > > > diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
> > > > index ea3249be9..701677e0a 100644
> > > > --- a/profiles/gap/gas.c
> > > > +++ b/profiles/gap/gas.c
> > > > @@ -142,8 +142,8 @@ static void read_appearance_cb(bool success,
> > > > uint8_t att_ecode,
> > > >
> > > > static void handle_appearance(struct gas *gas, uint16_t value_handle)
> > > > {
> > > > -       if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > > -                                               read_appearance_cb, gas, NULL))
> > > > +       //if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > > +       //                                      read_appearance_cb, gas, NULL))
> > > >                DBG("Failed to send request to read appearance");
> > >
> > > Does disabling the read make it work? Does it stop the second MTU exchange?
> > >
> > > > }
> > > >
> > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > index 776e5ce2b..ac0fac1fc 100644
> > > > --- a/src/shared/gatt-server.c
> > > > +++ b/src/shared/gatt-server.c
> > > > @@ -1498,7 +1498,8 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > *chan, uint8_t opcode,
> > > >        final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > >
> > > >        /* Respond with the server MTU */
> > > > -       put_le16(server->mtu, rsp_pdu);
> > > > +       //put_le16(server->mtu, rsp_pdu);
> > > > +       put_le16(final_mtu, rsp_pdu);
> > > >        bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > >
> > > >        /* Set MTU to be the minimum */
> > > >
> > > > I was running bluetoothd with -n -d, and noticed that the read to the
> > > > appearance was failing, so, I commented it out.  The read to the name
> > > > works ok and happens just prior to reading the appearance.
> > > >
> > > > I gather it only reads the appearance if the char exists, so, i dont
> > > > know why that fail, however I dont see 2a01 in the list of
> > > > services/characteristics, which is the appearance one right?
> > >
> > > #define GATT_CHARAC_APPEARANCE 0x2A01
> > >
> > > You don't see it on bluetoothd logs or over D-Bus? The latter may not
> > > contain all the attributes since some are claimed.
> > >
> >
> > Gathered some logs this morning, see attached.
> >
> > So, 2A01 is listed in the bluetoothd debug output, so, I guess its a
> > fault that it cant be read?  It is not listed in the output of
> > bluetoothctl list-attributes (also attached) so I could not read the
> > value using that tool.
> >
> > Without any other changes, my own lib/app was able to connect to the
> > watch and start reading data seemingly fine, though I did get an
> > unexpected disconnected after reading a large amount of step/activity
> > data, but that  may be unrelated, read/write and notify were all
> > working.
> >
> > Could some quirk be used to get around this issue?
> >
>
> More info
>
> Reading 2a04 and 2a05 works fine in blueoothctl
> [Amazfit GTR 2]# select-attribute 00002a05-0000-1000-8000-00805f9b34fb
> [Amazfit GTR 2:/service0001/char0002]# read
> Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002
> [CHG] Attribute
> /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002 Value:
>  01 00 ff ff                                      ....
>  01 00 ff ff                                      ....
> [Amazfit GTR 2:/service0001/char0002]# select-attribute
> 00002a04-0000-1000-8000-00805f9b34fb
> [Amazfit GTR 2:/service0040/char0044]# read
> Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044
> [CHG] Attribute
> /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044 Value:
>  18 00 18 00 09 00 f4 01                          ........
>  18 00 18 00 09 00 f4 01                          ........
>
> And. looking back in the android packet capture, I dont see any reads
> for the name/appearance.
>

Attached are 2 logs from bluetoothd, the good and bad one.  The "good"
one is with the previous patch applied to not read the appearance.

My aim was to come up with a method of making its failure non fatal,
which might be a better solution rather than remove the call for all
devices.

However, i traced through the code and got to line 500 of shared/att.c
which states that the timeout should be fatal, and immediately
disconnects.  So, if the timeout is fatal by design, im not sure what
a fix would look like.

Thanks
>
> > > > Any thoughts?
> > > >
> > > > Cheers
> > > >
> > > >
> > > >
> > > > > Thanks
> > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Thanks
> > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > > > > > > > >         Handle: 3585
> > > > > > > > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Luiz Augusto von Dentz
> > >
> > >
> > >
> > > --
> > > Luiz Augusto von Dentz

[-- Attachment #2: bt-bad.txt --]
[-- Type: text/plain, Size: 15375 bytes --]

bluetoothd[]: src/device.c:device_connect_le() Connection attempt to: CD:1B:C3:94:5B:77
bluetoothd[]: src/adapter.c:connected_callback() hci0 device CD:1B:C3:94:5B:77 connected eir_len 31
bluetoothd[]: attrib/gattrib.c:g_attrib_ref() 0x5641fa4460d0: g_attrib_ref=1
bluetoothd[]: src/device.c:load_gatt_db() Restoring CD:1B:C3:94:5B:77 gatt database from file
bluetoothd[]: src/device.c:load_service() loading service: 0x0001, end: 0x0004, uuid: 00001801-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0014, end: 0x0018, uuid: 00001800-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0028, end: 0x0035, uuid: 0000180a-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0038, end: 0x003d, uuid: 00001530-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_service() loading service: 0x0040, end: 0x006d, uuid: 0000fee0-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0070, end: 0x0081, uuid: 0000fee1-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0084, end: 0x0089, uuid: 0000180d-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x008c, end: 0x0091, uuid: 00001811-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0094, end: 0x0096, uuid: 00001802-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0099, end: 0x009c, uuid: 00003802-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0002, value handle: 0x0003, properties 0x0022 value:  uuid: 00002a05-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0004, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0015, value handle: 0x0016, properties 0x0002 value:  uuid: 00002a00-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0017, value handle: 0x0018, properties 0x0002 value:  uuid: 00002a01-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0029, value handle: 0x002a, properties 0x0002 value:  uuid: 00002a25-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x002b, value handle: 0x002c, properties 0x0002 value:  uuid: 00002a27-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x002d, value handle: 0x002e, properties 0x0002 value:  uuid: 00002a28-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x002f, value handle: 0x0030, properties 0x0002 value:  uuid: 00002a23-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0031, value handle: 0x0032, properties 0x0002 value:  uuid: 00002a50-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0033, value handle: 0x0034, properties 0x0014 value:  uuid: 00000014-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0035, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0039, value handle: 0x003a, properties 0x0018 value:  uuid: 00001531-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x003b, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x003c, value handle: 0x003d, properties 0x0004 value:  uuid: 00001532-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0041, value handle: 0x0042, properties 0x001a value:  uuid: 00002a2b-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0043, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0044, value handle: 0x0045, properties 0x001a value:  uuid: 00002a04-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0046, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0047, value handle: 0x0048, properties 0x0014 value:  uuid: 00000001-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0049, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x004a, value handle: 0x004b, properties 0x0010 value:  uuid: 00000002-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x004c, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x004d, value handle: 0x004e, properties 0x0014 value:  uuid: 00000003-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x004f, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0050, value handle: 0x0051, properties 0x0014 value:  uuid: 00000004-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0052, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0053, value handle: 0x0054, properties 0x0010 value:  uuid: 00000005-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0055, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0056, value handle: 0x0057, properties 0x0012 value:  uuid: 00000006-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0058, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0059, value handle: 0x005a, properties 0x0012 value:  uuid: 00000007-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x005b, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x005f, value handle: 0x0060, properties 0x0010 value:  uuid: 00000010-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0061, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0062, value handle: 0x0063, properties 0x0008 value:  uuid: 0000000e-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0064, value: 0x0000, value uuid: 00002901-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0065, value handle: 0x0066, properties 0x0016 value:  uuid: 00000020-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0067, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0068, value handle: 0x0069, properties 0x0014 value:  uuid: 00000016-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x006a, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x006b, value handle: 0x006c, properties 0x0014 value:  uuid: 00000017-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x006d, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0071, value handle: 0x0072, properties 0x0016 value:  uuid: 00000009-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0073, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0074, value handle: 0x0075, properties 0x0008 value:  uuid: 0000fedd-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0076, value handle: 0x0077, properties 0x0002 value:  uuid: 0000fede-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0078, value handle: 0x0079, properties 0x0002 value:  uuid: 0000fedf-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x007a, value handle: 0x007b, properties 0x000a value:  uuid: 0000fed0-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x007c, value handle: 0x007d, properties 0x000a value:  uuid: 0000fed1-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x007e, value handle: 0x007f, properties 0x0002 value:  uuid: 0000fed2-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0080, value handle: 0x0081, properties 0x000a value:  uuid: 0000fed3-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0085, value handle: 0x0086, properties 0x0010 value:  uuid: 00002a37-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0087, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0088, value handle: 0x0089, properties 0x000a value:  uuid: 00002a39-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x008d, value handle: 0x008e, properties 0x000a value:  uuid: 00002a46-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x008f, value handle: 0x0090, properties 0x001a value:  uuid: 00002a44-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0091, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0095, value handle: 0x0096, properties 0x0004 value:  uuid: 00002a06-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x009a, value handle: 0x009b, properties 0x001a value:  uuid: 00004a02-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x009c, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:deviceinfo_accept() deviceinfo profile accept (CD:1B:C3:94:5B:77)
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a25-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a27-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a28-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a23-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00000014-0000-3512-2118-0009af100700
bluetoothd[]: src/service.c:change_state() 0x5641fa4327f0: device CD:1B:C3:94:5B:77 profile deviceinfo state changed: disconnected -> connected (0)
bluetoothd[]: profiles/gap/gas.c:gap_accept() GAP profile accept (CD:1B:C3:94:5B:77)
bluetoothd[]: src/service.c:change_state() 0x5641fa4371f0: device CD:1B:C3:94:5B:77 profile gap-profile state changed: disconnected -> connected (0)
bluetoothd[]: src/gatt-client.c:btd_gatt_client_connected() Device connected.
bluetoothd[]: src/device.c:gatt_debug() (chan 0x5641fa4453d0) ATT PDU received: 0x02
bluetoothd[]: src/device.c:gatt_debug() MTU exchange complete, with MTU: 247
bluetoothd[]: src/device.c:gatt_debug() MTU exchange complete, with MTU: 252
bluetoothd[]: profiles/gap/gas.c:read_device_name_cb() GAP Device Name: Amazfit GTR 2
bluetoothd[]: src/device.c:gatt_debug() (chan 0x5641fa4453d0) ATT PDU received: 0x02
bluetoothd[]: src/device.c:gatt_debug() MTU exchange complete, with MTU: 247
bluetoothd[]: src/device.c:gatt_debug() (chan 0x5641fa4453d0) ATT PDU received: 0x08
bluetoothd[]: src/device.c:gatt_debug() Read By Type - start: 0x0001 end: 0xffff
bluetoothd[]: src/device.c:gatt_debug() (chan 0x5641fa4453d0) ATT PDU received: 0x08
bluetoothd[]: src/device.c:gatt_debug() Read By Type - start: 0x0014 end: 0xffff
bluetoothd[]: src/device.c:gatt_debug() (chan 0x5641fa4453d0) ATT PDU received: 0x08
bluetoothd[]: src/device.c:gatt_debug() Read By Type - start: 0x0001 end: 0xffff
bluetoothd[]: src/gatt-database.c:gap_device_name_read_cb() GAP Device Name read request
bluetoothd[]: src/device.c:gatt_debug() (chan 0x5641fa4453d0) Operation timed out: 0x0a
bluetoothd[]: profiles/gap/gas.c:read_appearance_cb() Reading appearance failed with ATT error: 14
bluetoothd[]: src/device.c:gatt_debug() (chan 0x5641fa4453d0) Failed to obtain disconnect error: Bad file descriptor
bluetoothd[]: src/device.c:gatt_debug() Channel 0x5641fa4453d0 disconnected: Success
bluetoothd[]: src/device.c:gatt_debug() Primary service discovery failed. ATT ECODE: 0x00
bluetoothd[]: src/device.c:gatt_debug() Failed to initialize gatt-client
bluetoothd[]: src/device.c:gatt_client_ready_cb() status: failed, error: 0
bluetoothd[]: src/device.c:device_svc_resolved() /org/bluez/hci0/dev_CD_1B_C3_94_5B_77 err -5
bluetoothd[]: src/device.c:att_disconnected_cb()
bluetoothd[]: src/device.c:att_disconnected_cb() Success (0)
bluetoothd[]: src/service.c:change_state() 0x5641fa4327f0: device CD:1B:C3:94:5B:77 profile deviceinfo state changed: connected -> disconnecting (0)
bluetoothd[]: src/service.c:change_state() 0x5641fa4327f0: device CD:1B:C3:94:5B:77 profile deviceinfo state changed: disconnecting -> disconnected (0)
bluetoothd[]: src/service.c:change_state() 0x5641fa4371f0: device CD:1B:C3:94:5B:77 profile gap-profile state changed: connected -> disconnecting (0)
bluetoothd[]: src/service.c:change_state() 0x5641fa4371f0: device CD:1B:C3:94:5B:77 profile gap-profile state changed: disconnecting -> disconnected (0)
bluetoothd[]: src/gatt-client.c:btd_gatt_client_disconnected() Device disconnected. Cleaning up.
bluetoothd[]: src/device.c:att_disconnected_cb() Automatic connection disabled
bluetoothd[]: src/gatt-database.c:btd_gatt_database_att_disconnected()
bluetoothd[]: attrib/gattrib.c:g_attrib_unref() 0x5641fa4460d0: g_attrib_unref=0
bluetoothd[]: src/adapter.c:dev_disconnected() Device CD:1B:C3:94:5B:77 disconnected, reason 2
bluetoothd[]: src/adapter.c:adapter_remove_connection()
bluetoothd[]: plugins/policy.c:disconnect_cb() reason 2

[-- Attachment #3: bt-good.txt --]
[-- Type: text/plain, Size: 25101 bytes --]

bluetoothd[]: src/device.c:device_connect_le() Connection attempt to: CD:1B:C3:94:5B:77
bluetoothd[]: src/adapter.c:connected_callback() hci0 device CD:1B:C3:94:5B:77 connected eir_len 31
bluetoothd[]: attrib/gattrib.c:g_attrib_ref() 0x55836ce4d410: g_attrib_ref=1
bluetoothd[]: src/device.c:load_gatt_db() Restoring CD:1B:C3:94:5B:77 gatt database from file
bluetoothd[]: src/device.c:load_service() loading service: 0x0001, end: 0x0004, uuid: 00001801-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0014, end: 0x0018, uuid: 00001800-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0028, end: 0x0035, uuid: 0000180a-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0038, end: 0x003d, uuid: 00001530-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_service() loading service: 0x0040, end: 0x006d, uuid: 0000fee0-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0070, end: 0x0081, uuid: 0000fee1-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0084, end: 0x0089, uuid: 0000180d-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x008c, end: 0x0091, uuid: 00001811-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0094, end: 0x0096, uuid: 00001802-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_service() loading service: 0x0099, end: 0x009c, uuid: 00003802-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0002, value handle: 0x0003, properties 0x0022 value:  uuid: 00002a05-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0004, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0015, value handle: 0x0016, properties 0x0002 value:  uuid: 00002a00-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0017, value handle: 0x0018, properties 0x0002 value:  uuid: 00002a01-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0029, value handle: 0x002a, properties 0x0002 value:  uuid: 00002a25-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x002b, value handle: 0x002c, properties 0x0002 value:  uuid: 00002a27-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x002d, value handle: 0x002e, properties 0x0002 value:  uuid: 00002a28-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x002f, value handle: 0x0030, properties 0x0002 value:  uuid: 00002a23-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0031, value handle: 0x0032, properties 0x0002 value:  uuid: 00002a50-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0033, value handle: 0x0034, properties 0x0014 value:  uuid: 00000014-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0035, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0039, value handle: 0x003a, properties 0x0018 value:  uuid: 00001531-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x003b, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x003c, value handle: 0x003d, properties 0x0004 value:  uuid: 00001532-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0041, value handle: 0x0042, properties 0x001a value:  uuid: 00002a2b-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0043, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0044, value handle: 0x0045, properties 0x001a value:  uuid: 00002a04-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0046, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0047, value handle: 0x0048, properties 0x0014 value:  uuid: 00000001-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0049, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x004a, value handle: 0x004b, properties 0x0010 value:  uuid: 00000002-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x004c, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x004d, value handle: 0x004e, properties 0x0014 value:  uuid: 00000003-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x004f, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0050, value handle: 0x0051, properties 0x0014 value:  uuid: 00000004-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0052, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0053, value handle: 0x0054, properties 0x0010 value:  uuid: 00000005-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0055, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0056, value handle: 0x0057, properties 0x0012 value:  uuid: 00000006-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0058, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0059, value handle: 0x005a, properties 0x0012 value:  uuid: 00000007-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x005b, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x005f, value handle: 0x0060, properties 0x0010 value:  uuid: 00000010-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0061, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0062, value handle: 0x0063, properties 0x0008 value:  uuid: 0000000e-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0064, value: 0x0000, value uuid: 00002901-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0065, value handle: 0x0066, properties 0x0016 value:  uuid: 00000020-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0067, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0068, value handle: 0x0069, properties 0x0014 value:  uuid: 00000016-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x006a, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x006b, value handle: 0x006c, properties 0x0014 value:  uuid: 00000017-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x006d, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0071, value handle: 0x0072, properties 0x0016 value:  uuid: 00000009-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0073, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0074, value handle: 0x0075, properties 0x0008 value:  uuid: 0000fedd-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0076, value handle: 0x0077, properties 0x0002 value:  uuid: 0000fede-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0078, value handle: 0x0079, properties 0x0002 value:  uuid: 0000fedf-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x007a, value handle: 0x007b, properties 0x000a value:  uuid: 0000fed0-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x007c, value handle: 0x007d, properties 0x000a value:  uuid: 0000fed1-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x007e, value handle: 0x007f, properties 0x0002 value:  uuid: 0000fed2-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0080, value handle: 0x0081, properties 0x000a value:  uuid: 0000fed3-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0085, value handle: 0x0086, properties 0x0010 value:  uuid: 00002a37-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0087, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0088, value handle: 0x0089, properties 0x000a value:  uuid: 00002a39-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x008d, value handle: 0x008e, properties 0x000a value:  uuid: 00002a46-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x008f, value handle: 0x0090, properties 0x001a value:  uuid: 00002a44-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x0091, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x0095, value handle: 0x0096, properties 0x0004 value:  uuid: 00002a06-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_chrc() loading characteristic handle: 0x009a, value handle: 0x009b, properties 0x001a value:  uuid: 00004a02-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:load_desc() loading descriptor handle: 0x009c, value: 0x0000, value uuid: 00002902-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:deviceinfo_accept() deviceinfo profile accept (CD:1B:C3:94:5B:77)
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a25-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a27-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a28-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00002a23-0000-1000-8000-00805f9b34fb
bluetoothd[]: profiles/deviceinfo/deviceinfo.c:handle_characteristic() Unsupported characteristic: 00000014-0000-3512-2118-0009af100700
bluetoothd[]: src/service.c:change_state() 0x55836ce1b200: device CD:1B:C3:94:5B:77 profile deviceinfo state changed: disconnected -> connected (0)
bluetoothd[]: profiles/gap/gas.c:gap_accept() GAP profile accept (CD:1B:C3:94:5B:77)
bluetoothd[]: profiles/gap/gas.c:handle_appearance() Failed to send request to read appearance
bluetoothd[]: src/service.c:change_state() 0x55836ce25ad0: device CD:1B:C3:94:5B:77 profile gap-profile state changed: disconnected -> connected (0)
bluetoothd[]: src/gatt-client.c:btd_gatt_client_connected() Device connected.
bluetoothd[]: src/device.c:gatt_debug() (chan 0x55836ce31700) ATT PDU received: 0x02
bluetoothd[]: src/device.c:gatt_debug() MTU exchange complete, with MTU: 247
bluetoothd[]: src/device.c:gatt_debug() MTU exchange complete, with MTU: 252
bluetoothd[]: profiles/gap/gas.c:read_device_name_cb() GAP Device Name: Amazfit GTR 2
bluetoothd[]: src/device.c:gatt_debug() Primary services found: 10
bluetoothd[]: src/device.c:gatt_debug() start: 0x0001, end: 0x0004, uuid: 00001801-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:gatt_debug() start: 0x0014, end: 0x0018, uuid: 00001800-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:gatt_debug() start: 0x0028, end: 0x0035, uuid: 0000180a-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:gatt_debug() start: 0x0038, end: 0x003d, uuid: 00001530-0000-3512-2118-0009af100700
bluetoothd[]: src/device.c:gatt_debug() start: 0x0040, end: 0x006d, uuid: 0000fee0-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:gatt_debug() start: 0x0070, end: 0x0081, uuid: 0000fee1-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:gatt_debug() start: 0x0084, end: 0x0089, uuid: 0000180d-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:gatt_debug() start: 0x008c, end: 0x0091, uuid: 00001811-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:gatt_debug() start: 0x0094, end: 0x0096, uuid: 00001802-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:gatt_debug() start: 0x0099, end: 0x009c, uuid: 00003802-0000-1000-8000-00805f9b34fb
bluetoothd[]: src/device.c:gatt_client_ready_cb() status: success, error: 10
bluetoothd[]: src/gatt-client.c:btd_gatt_client_ready() GATT client ready
bluetoothd[]: src/gatt-client.c:create_services() Exporting objects for GATT services: CD:1B:C3:94:5B:77
bluetoothd[]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002/desc0004
bluetoothd[]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0029
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002b
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002d
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char002f
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0031
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0033
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0028/char0033/desc0035
bluetoothd[]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char0039
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char0039/desc003b
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0038/char003c
bluetoothd[]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0041
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0041/desc0043
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044/desc0046
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0047
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0047/desc0049
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004a
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004a/desc004c
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004d
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char004d/desc004f
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0050
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0050/desc0052
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0053
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0053/desc0055
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0056
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0056/desc0058
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0059
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0059/desc005b
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char005f
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char005f/desc0061
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0062
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0062/desc0064
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0065
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0065/desc0067
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0068
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0068/desc006a
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char006b
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char006b/desc006d
bluetoothd[]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0071
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0071/desc0073
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0074
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0076
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0078
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007a
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007c
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char007e
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0070/char0080
bluetoothd[]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0085
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0085/desc0087
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0084/char0088
bluetoothd[]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008d
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008f
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service008c/char008f/desc0091
bluetoothd[]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0094
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0094/char0095
bluetoothd[]: src/gatt-client.c:service_create() Exported GATT service: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099
bluetoothd[]: src/gatt-client.c:characteristic_create() Exported GATT characteristic: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099/char009a
bluetoothd[]: src/gatt-client.c:descriptor_create() Exported GATT characteristic descriptor: /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0099/char009a/desc009c
bluetoothd[]: src/gatt-client.c:btd_gatt_client_ready() Features 0x00
bluetoothd[]: src/gatt-client.c:btd_gatt_client_ready() Update Features 0x00
bluetoothd[]: src/device.c:device_svc_resolved() /org/bluez/hci0/dev_CD_1B_C3_94_5B_77 err 0
bluetoothd[]: src/device.c:gatt_debug() Registered handler for "Service Changed": 1
bluetoothd[]: src/device.c:gatt_debug() (chan 0x55836ce31700) ATT PDU received: 0x02
bluetoothd[]: src/device.c:gatt_debug() MTU exchange complete, with MTU: 247
bluetoothd[]: src/device.c:gatt_debug() (chan 0x55836ce31700) ATT PDU received: 0x08
bluetoothd[]: src/device.c:gatt_debug() Read By Type - start: 0x0001 end: 0xffff
bluetoothd[]: src/device.c:gatt_debug() (chan 0x55836ce31700) ATT PDU received: 0x08
bluetoothd[]: src/device.c:gatt_debug() Read By Type - start: 0x0014 end: 0xffff
bluetoothd[]: src/device.c:gatt_debug() (chan 0x55836ce31700) ATT PDU received: 0x08
bluetoothd[]: src/device.c:gatt_debug() Read By Type - start: 0x0001 end: 0xffff
bluetoothd[]: src/gatt-database.c:gap_device_name_read_cb() GAP Device Name read request

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

* Re: GATT issue, possible bluez bug?
  2022-04-04 19:07                                   ` Adam Pigg
@ 2022-04-04 20:12                                     ` Luiz Augusto von Dentz
  2022-04-04 20:24                                       ` Adam Pigg
  0 siblings, 1 reply; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-04-04 20:12 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Mon, Apr 4, 2022 at 12:07 PM Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
> On Sat, 2 Apr 2022 at 10:14, Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > On Sat, 2 Apr 2022 at 09:26, Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > > On Fri, 1 Apr 2022 at 22:50, Luiz Augusto von Dentz
> > > <luiz.dentz@gmail.com> wrote:
> > > >
> > > > Hi Adam,
> > > >
> > > > On Fri, Apr 1, 2022 at 1:12 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Hi Luiz
> > > > >
> > > > > On Mon, 28 Mar 2022 at 17:37, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > Hi Luiz
> > > > > >
> > > > > > On Wed, 23 Mar 2022 at 19:57, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Hi Luiz
> > > > > > >
> > > > > > > Thanks for having the patience with me on this....
> > > > > > >
> > > > > > > On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
> > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi Adam,
> > > > > > > >
> > > > > > > > On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > >
> > > > > > > > > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Luiz
> > > > > > > > > >
> > > > > > > > > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Luiz
> > > > > > > > > > >
> > > > > > > > > > > Good that you clearly know more about this than me!...
> > > > > > > > > > >
> > > > > > > > > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks Luiz
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > > > > > > > > this.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > > > > > > > > Gatttool
> > > > > > > > > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > > > > > > > > watch.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > > > > > > > > if that something already fixed.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > > > > > > > > library.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > > > > > > > > per client:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > > > > > > > > page 1424:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > There is also no response to frame #30:
> > > > > > > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > > > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > > > > > > > > >         Handle: 0x0018
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > > > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > > > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > > > > > > > > devices more flexibly?
> > > > > > > > > > > > >
> > > > > > > > > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > > > > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > > > > > > > > when it happens a second time.
> > > > > > > > > > > > >
> > > > > > > > > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > > > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > > > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > > > > > > > > it behaving differently?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > > > > > > > > timer to start it later or perhaps the problem first response to
> > > > > > > > > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > > > > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > > > > > > > > try with the following change:
> > > > > > > > > > > > >
> > > > > > > > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > > > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > > > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > > > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > > > > > > > *chan, uint8_t opcode,
> > > > > > > > > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > > > > > > > >
> > > > > > > > > > > > >         /* Respond with the server MTU */
> > > > > > > > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > > > > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > > > > > > > >
> > > > > > > > > > > > >         /* Set MTU to be the minimum */
> > > > > > > > > > > >
> > > > > > > > > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > > > > > > > > respond different values 252 vs 247, also the spec does say that:
> > > > > > > > > > > >
> > > > > > > > > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > > > > > > > > Attribute protocol PDU that the server can receive.
> > > > > > > > > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > > > > > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > > > > > > > > correctly detect the final packet of a long attribute read.'
> > > > > > > > > > > >
> > > > > > > > > > > > So my interpretation is that the minimum is calculated after the
> > > > > > > > > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > > > > > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > > > > > > > > minimum logic before responding we can do the same.
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Maybe it will help if I attach an android packet capture....
> > > > > > > > > > >
> > > > > > > > > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > > > > > > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > > > > > > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > > > > > > > > >
> > > > > > > > > > > Ill try and get the proposed patch built and see how it behaves
> > > > > > > > > >
> > > > > > > > > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > > > > > > > > >
> > > > > > > > > > There was one point before i applied the patch where bluetoothctl
> > > > > > > > > > seemed to list the attributes quickly, but i havnt been able to
> > > > > > > > > > reproduce that again with or without the patch.
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > For completeness, also attached the output of my program and btmon
> > > > > > > > >
> > > > > > > > > My program should connect, wait for resolved signal, then read a char,
> > > > > > > > > enable some notifications, and do a write.  You can see the 30 second
> > > > > > > > > wait between connect, resolved, and quickly followed by a disconnect.
> > > > > > > >
> > > > > > > >
> > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > >
> > > > > > > >                            #22 [hci0] 12.507730
> > > > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > > > >         Client RX MTU: 517
> > > > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
> > > > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > > > >         Client RX MTU: 247
> > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > >
> > > > > > > >                            #24 [hci0] 12.556256
> > > > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > > > >         Server RX MTU: 247
> > > > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
> > > > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > > > >         Server RX MTU: 252
> > > > > > > >
> > > > > > > > So we are now responding with 247 and the peripheral responds with 252
> > > > > > > > to our request :/, so we would need to probably delay our request or
> > > > > > > > something, that said we are the central so I really which we don't
> > > > > > > > have to do it since that would penalize well behaving devices, could
> > > > > > > > we perhaps inform the vendor about these issues? I'd considered this
> > > > > > > > to be really bad behavior from the remote side since they are not
> > > > > > > > following the spec in many respects as even their MTU changes from
> > > > > > > > request to response and it does multiple rounds of Exchange MTU and
> > > > > > > > stop responding while doing it.
> > > > > > > >
> > > > > > >
> > > > > > > I can certainly look into how to contact Huami/Amazfit ... I wouldnt
> > > > > > > count on a response though!
> > > > > > >
> > > > > > > I see you looked at the android log already.
> > > > > > >
> > > > > > > Do you have an idea for a patch I could try out?  Im deep in this now
> > > > > > > anyway, and over-wrote my system bluez :D
> > > > > > >
> > > > > > > Its strange how they have messed up this generation of device as all
> > > > > > > the older ones work fine, and I imagine they must just build on the
> > > > > > > old code base.
> > > > > > >
> > > > > >
> > > > > > I have submitted a support request to Amazfit, describing the issue
> > > > > > and linking to the details in the ML... maybe they will read it!
> > > > > >
> > > > > > Do you think there is anything I can try to make bluez work in the
> > > > > > mean time, even just on my own device?
> > > > > >
> > > > > I had another go at making this work before attempting to write my own
> > > > > gatt lib (!) and i seem to have got it to work, though I dont know if
> > > > > it will be acceptable to bluez, or if there is another way.
> > > > >
> > > > > Probably easiest with the diff:
> > > > > diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
> > > > > index ea3249be9..701677e0a 100644
> > > > > --- a/profiles/gap/gas.c
> > > > > +++ b/profiles/gap/gas.c
> > > > > @@ -142,8 +142,8 @@ static void read_appearance_cb(bool success,
> > > > > uint8_t att_ecode,
> > > > >
> > > > > static void handle_appearance(struct gas *gas, uint16_t value_handle)
> > > > > {
> > > > > -       if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > > > -                                               read_appearance_cb, gas, NULL))
> > > > > +       //if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > > > +       //                                      read_appearance_cb, gas, NULL))
> > > > >                DBG("Failed to send request to read appearance");
> > > >
> > > > Does disabling the read make it work? Does it stop the second MTU exchange?
> > > >
> > > > > }
> > > > >
> > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > index 776e5ce2b..ac0fac1fc 100644
> > > > > --- a/src/shared/gatt-server.c
> > > > > +++ b/src/shared/gatt-server.c
> > > > > @@ -1498,7 +1498,8 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > *chan, uint8_t opcode,
> > > > >        final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > >
> > > > >        /* Respond with the server MTU */
> > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > +       //put_le16(server->mtu, rsp_pdu);
> > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > >        bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > >
> > > > >        /* Set MTU to be the minimum */
> > > > >
> > > > > I was running bluetoothd with -n -d, and noticed that the read to the
> > > > > appearance was failing, so, I commented it out.  The read to the name
> > > > > works ok and happens just prior to reading the appearance.
> > > > >
> > > > > I gather it only reads the appearance if the char exists, so, i dont
> > > > > know why that fail, however I dont see 2a01 in the list of
> > > > > services/characteristics, which is the appearance one right?
> > > >
> > > > #define GATT_CHARAC_APPEARANCE 0x2A01
> > > >
> > > > You don't see it on bluetoothd logs or over D-Bus? The latter may not
> > > > contain all the attributes since some are claimed.
> > > >
> > >
> > > Gathered some logs this morning, see attached.
> > >
> > > So, 2A01 is listed in the bluetoothd debug output, so, I guess its a
> > > fault that it cant be read?  It is not listed in the output of
> > > bluetoothctl list-attributes (also attached) so I could not read the
> > > value using that tool.
> > >
> > > Without any other changes, my own lib/app was able to connect to the
> > > watch and start reading data seemingly fine, though I did get an
> > > unexpected disconnected after reading a large amount of step/activity
> > > data, but that  may be unrelated, read/write and notify were all
> > > working.
> > >
> > > Could some quirk be used to get around this issue?
> > >
> >
> > More info
> >
> > Reading 2a04 and 2a05 works fine in blueoothctl
> > [Amazfit GTR 2]# select-attribute 00002a05-0000-1000-8000-00805f9b34fb
> > [Amazfit GTR 2:/service0001/char0002]# read
> > Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002
> > [CHG] Attribute
> > /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002 Value:
> >  01 00 ff ff                                      ....
> >  01 00 ff ff                                      ....
> > [Amazfit GTR 2:/service0001/char0002]# select-attribute
> > 00002a04-0000-1000-8000-00805f9b34fb
> > [Amazfit GTR 2:/service0040/char0044]# read
> > Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044
> > [CHG] Attribute
> > /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044 Value:
> >  18 00 18 00 09 00 f4 01                          ........
> >  18 00 18 00 09 00 f4 01                          ........
> >
> > And. looking back in the android packet capture, I dont see any reads
> > for the name/appearance.
> >
>
> Attached are 2 logs from bluetoothd, the good and bad one.  The "good"
> one is with the previous patch applied to not read the appearance.
>
> My aim was to come up with a method of making its failure non fatal,
> which might be a better solution rather than remove the call for all
> devices.

How about the following change, that way if the appearance is already
known if won't be sending the request again:

diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
index ea3249be9..400818d67 100644
--- a/profiles/gap/gas.c
+++ b/profiles/gap/gas.c
@@ -142,6 +142,11 @@ static void read_appearance_cb(bool success,
uint8_t att_ecode,

 static void handle_appearance(struct gas *gas, uint16_t value_handle)
 {
+       uint16_t value;
+
+       if (!device_get_appearance(gas->device, &value))
+               return;
+
        if (!bt_gatt_client_read_value(gas->client, value_handle,
                                                read_appearance_cb, gas, NULL))
                DBG("Failed to send request to read appearance");


> However, i traced through the code and got to line 500 of shared/att.c
> which states that the timeout should be fatal, and immediately
> disconnects.  So, if the timeout is fatal by design, im not sure what
> a fix would look like.

BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
page 1421

'A transaction not completed within 30 seconds shall time out. Such a
transaction shall be considered to have failed and the local higher layers shall
be informed of this failure. No more Attribute protocol requests, commands,
indications or notifications shall be sent to the target device on
this ATT bearer.'

So the bearer cannot be used anymore after a timeout that is why we
disconnect, are you still hitting this even after removing the read
request for the appearance?


> Thanks
> >
> > > > > Any thoughts?
> > > > >
> > > > > Cheers
> > > > >
> > > > >
> > > > >
> > > > > > Thanks
> > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > > Thanks
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Thanks
> > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > > > > > > > > >         Handle: 3585
> > > > > > > > > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Luiz Augusto von Dentz
> > > >
> > > >
> > > >
> > > > --
> > > > Luiz Augusto von Dentz



--
Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-04-04 20:12                                     ` Luiz Augusto von Dentz
@ 2022-04-04 20:24                                       ` Adam Pigg
  2022-04-04 20:29                                         ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 24+ messages in thread
From: Adam Pigg @ 2022-04-04 20:24 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz

On Mon, 4 Apr 2022 at 21:12, Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Adam,
>
> On Mon, Apr 4, 2022 at 12:07 PM Adam Pigg <adam@piggz.co.uk> wrote:
> >
> > Hi Luiz
> >
> > On Sat, 2 Apr 2022 at 10:14, Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > On Sat, 2 Apr 2022 at 09:26, Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > Hi Luiz
> > > >
> > > > On Fri, 1 Apr 2022 at 22:50, Luiz Augusto von Dentz
> > > > <luiz.dentz@gmail.com> wrote:
> > > > >
> > > > > Hi Adam,
> > > > >
> > > > > On Fri, Apr 1, 2022 at 1:12 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > >
> > > > > > Hi Luiz
> > > > > >
> > > > > > On Mon, 28 Mar 2022 at 17:37, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Hi Luiz
> > > > > > >
> > > > > > > On Wed, 23 Mar 2022 at 19:57, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > >
> > > > > > > > Hi Luiz
> > > > > > > >
> > > > > > > > Thanks for having the patience with me on this....
> > > > > > > >
> > > > > > > > On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
> > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi Adam,
> > > > > > > > >
> > > > > > > > > On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > >
> > > > > > > > > > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Luiz
> > > > > > > > > > >
> > > > > > > > > > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > >
> > > > > > > > > > > > Good that you clearly know more about this than me!...
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Thanks Luiz
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > > > > > > > > > this.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > > > > > > > > > Gatttool
> > > > > > > > > > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > > > > > > > > > watch.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > > > > > > > > > if that something already fixed.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > > > > > > > > > library.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > > > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > > > > > > > > > per client:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > > > > > > > > > page 1424:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > There is also no response to frame #30:
> > > > > > > > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > > > > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > > > > > > > > > >         Handle: 0x0018
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > > > > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > > > > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > > > > > > > > > devices more flexibly?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > > > > > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > > > > > > > > > when it happens a second time.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > > > > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > > > > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > > > > > > > > > it behaving differently?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > > > > > > > > > timer to start it later or perhaps the problem first response to
> > > > > > > > > > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > > > > > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > > > > > > > > > try with the following change:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > > > > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > > > > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > > > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > > > > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > > > > > > > > *chan, uint8_t opcode,
> > > > > > > > > > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >         /* Respond with the server MTU */
> > > > > > > > > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > > > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > > > > > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >         /* Set MTU to be the minimum */
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > > > > > > > > > respond different values 252 vs 247, also the spec does say that:
> > > > > > > > > > > > >
> > > > > > > > > > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > > > > > > > > > Attribute protocol PDU that the server can receive.
> > > > > > > > > > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > > > > > > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > > > > > > > > > correctly detect the final packet of a long attribute read.'
> > > > > > > > > > > > >
> > > > > > > > > > > > > So my interpretation is that the minimum is calculated after the
> > > > > > > > > > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > > > > > > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > > > > > > > > > minimum logic before responding we can do the same.
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Maybe it will help if I attach an android packet capture....
> > > > > > > > > > > >
> > > > > > > > > > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > > > > > > > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > > > > > > > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > > > > > > > > > >
> > > > > > > > > > > > Ill try and get the proposed patch built and see how it behaves
> > > > > > > > > > >
> > > > > > > > > > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > > > > > > > > > >
> > > > > > > > > > > There was one point before i applied the patch where bluetoothctl
> > > > > > > > > > > seemed to list the attributes quickly, but i havnt been able to
> > > > > > > > > > > reproduce that again with or without the patch.
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > For completeness, also attached the output of my program and btmon
> > > > > > > > > >
> > > > > > > > > > My program should connect, wait for resolved signal, then read a char,
> > > > > > > > > > enable some notifications, and do a write.  You can see the 30 second
> > > > > > > > > > wait between connect, resolved, and quickly followed by a disconnect.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > >
> > > > > > > > >                            #22 [hci0] 12.507730
> > > > > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > > > > >         Client RX MTU: 517
> > > > > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
> > > > > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > > > > >         Client RX MTU: 247
> > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > >
> > > > > > > > >                            #24 [hci0] 12.556256
> > > > > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > > > > >         Server RX MTU: 247
> > > > > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
> > > > > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > > > > >         Server RX MTU: 252
> > > > > > > > >
> > > > > > > > > So we are now responding with 247 and the peripheral responds with 252
> > > > > > > > > to our request :/, so we would need to probably delay our request or
> > > > > > > > > something, that said we are the central so I really which we don't
> > > > > > > > > have to do it since that would penalize well behaving devices, could
> > > > > > > > > we perhaps inform the vendor about these issues? I'd considered this
> > > > > > > > > to be really bad behavior from the remote side since they are not
> > > > > > > > > following the spec in many respects as even their MTU changes from
> > > > > > > > > request to response and it does multiple rounds of Exchange MTU and
> > > > > > > > > stop responding while doing it.
> > > > > > > > >
> > > > > > > >
> > > > > > > > I can certainly look into how to contact Huami/Amazfit ... I wouldnt
> > > > > > > > count on a response though!
> > > > > > > >
> > > > > > > > I see you looked at the android log already.
> > > > > > > >
> > > > > > > > Do you have an idea for a patch I could try out?  Im deep in this now
> > > > > > > > anyway, and over-wrote my system bluez :D
> > > > > > > >
> > > > > > > > Its strange how they have messed up this generation of device as all
> > > > > > > > the older ones work fine, and I imagine they must just build on the
> > > > > > > > old code base.
> > > > > > > >
> > > > > > >
> > > > > > > I have submitted a support request to Amazfit, describing the issue
> > > > > > > and linking to the details in the ML... maybe they will read it!
> > > > > > >
> > > > > > > Do you think there is anything I can try to make bluez work in the
> > > > > > > mean time, even just on my own device?
> > > > > > >
> > > > > > I had another go at making this work before attempting to write my own
> > > > > > gatt lib (!) and i seem to have got it to work, though I dont know if
> > > > > > it will be acceptable to bluez, or if there is another way.
> > > > > >
> > > > > > Probably easiest with the diff:
> > > > > > diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
> > > > > > index ea3249be9..701677e0a 100644
> > > > > > --- a/profiles/gap/gas.c
> > > > > > +++ b/profiles/gap/gas.c
> > > > > > @@ -142,8 +142,8 @@ static void read_appearance_cb(bool success,
> > > > > > uint8_t att_ecode,
> > > > > >
> > > > > > static void handle_appearance(struct gas *gas, uint16_t value_handle)
> > > > > > {
> > > > > > -       if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > > > > -                                               read_appearance_cb, gas, NULL))
> > > > > > +       //if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > > > > +       //                                      read_appearance_cb, gas, NULL))
> > > > > >                DBG("Failed to send request to read appearance");
> > > > >
> > > > > Does disabling the read make it work? Does it stop the second MTU exchange?
> > > > >
> > > > > > }
> > > > > >
> > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > index 776e5ce2b..ac0fac1fc 100644
> > > > > > --- a/src/shared/gatt-server.c
> > > > > > +++ b/src/shared/gatt-server.c
> > > > > > @@ -1498,7 +1498,8 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > *chan, uint8_t opcode,
> > > > > >        final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > >
> > > > > >        /* Respond with the server MTU */
> > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > +       //put_le16(server->mtu, rsp_pdu);
> > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > >        bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > >
> > > > > >        /* Set MTU to be the minimum */
> > > > > >
> > > > > > I was running bluetoothd with -n -d, and noticed that the read to the
> > > > > > appearance was failing, so, I commented it out.  The read to the name
> > > > > > works ok and happens just prior to reading the appearance.
> > > > > >
> > > > > > I gather it only reads the appearance if the char exists, so, i dont
> > > > > > know why that fail, however I dont see 2a01 in the list of
> > > > > > services/characteristics, which is the appearance one right?
> > > > >
> > > > > #define GATT_CHARAC_APPEARANCE 0x2A01
> > > > >
> > > > > You don't see it on bluetoothd logs or over D-Bus? The latter may not
> > > > > contain all the attributes since some are claimed.
> > > > >
> > > >
> > > > Gathered some logs this morning, see attached.
> > > >
> > > > So, 2A01 is listed in the bluetoothd debug output, so, I guess its a
> > > > fault that it cant be read?  It is not listed in the output of
> > > > bluetoothctl list-attributes (also attached) so I could not read the
> > > > value using that tool.
> > > >
> > > > Without any other changes, my own lib/app was able to connect to the
> > > > watch and start reading data seemingly fine, though I did get an
> > > > unexpected disconnected after reading a large amount of step/activity
> > > > data, but that  may be unrelated, read/write and notify were all
> > > > working.
> > > >
> > > > Could some quirk be used to get around this issue?
> > > >
> > >
> > > More info
> > >
> > > Reading 2a04 and 2a05 works fine in blueoothctl
> > > [Amazfit GTR 2]# select-attribute 00002a05-0000-1000-8000-00805f9b34fb
> > > [Amazfit GTR 2:/service0001/char0002]# read
> > > Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002
> > > [CHG] Attribute
> > > /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002 Value:
> > >  01 00 ff ff                                      ....
> > >  01 00 ff ff                                      ....
> > > [Amazfit GTR 2:/service0001/char0002]# select-attribute
> > > 00002a04-0000-1000-8000-00805f9b34fb
> > > [Amazfit GTR 2:/service0040/char0044]# read
> > > Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044
> > > [CHG] Attribute
> > > /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044 Value:
> > >  18 00 18 00 09 00 f4 01                          ........
> > >  18 00 18 00 09 00 f4 01                          ........
> > >
> > > And. looking back in the android packet capture, I dont see any reads
> > > for the name/appearance.
> > >
> >
> > Attached are 2 logs from bluetoothd, the good and bad one.  The "good"
> > one is with the previous patch applied to not read the appearance.
> >
> > My aim was to come up with a method of making its failure non fatal,
> > which might be a better solution rather than remove the call for all
> > devices.
>
> How about the following change, that way if the appearance is already
> known if won't be sending the request again:
>
> diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
> index ea3249be9..400818d67 100644
> --- a/profiles/gap/gas.c
> +++ b/profiles/gap/gas.c
> @@ -142,6 +142,11 @@ static void read_appearance_cb(bool success,
> uint8_t att_ecode,
>
>  static void handle_appearance(struct gas *gas, uint16_t value_handle)
>  {
> +       uint16_t value;
> +
> +       if (!device_get_appearance(gas->device, &value))
> +               return;
> +
>         if (!bt_gatt_client_read_value(gas->client, value_handle,
>                                                 read_appearance_cb, gas, NULL))
>                 DBG("Failed to send request to read appearance");
>
>

This fails the same way, I think because the appearance isnt known,
and cant actually be read.

Is it a requirement that the appearance is always readable?  Reading
the name works ok.

The device implements its own client side protocol to authenticate the
client, and a lot of characteristics arnt readable until the
authentication process has been completed, so I wonder if the device
makes the appearance unavailable until after authentication.  I cant
test this because even though my app can authenticate, the name and
appearance characteristics are hidden from the dbus protocol.

Btw, im on irc if you want to quickly discuss ideas.

Thanks


> > However, i traced through the code and got to line 500 of shared/att.c
> > which states that the timeout should be fatal, and immediately
> > disconnects.  So, if the timeout is fatal by design, im not sure what
> > a fix would look like.
>
> BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> page 1421
>
> 'A transaction not completed within 30 seconds shall time out. Such a
> transaction shall be considered to have failed and the local higher layers shall
> be informed of this failure. No more Attribute protocol requests, commands,
> indications or notifications shall be sent to the target device on
> this ATT bearer.'
>
> So the bearer cannot be used anymore after a timeout that is why we
> disconnect, are you still hitting this even after removing the read
> request for the appearance?
>
>
> > Thanks
> > >
> > > > > > Any thoughts?
> > > > > >
> > > > > > Cheers
> > > > > >
> > > > > >
> > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > > Thanks
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks
> > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > > > > > > > > > >         Handle: 3585
> > > > > > > > > > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Luiz Augusto von Dentz
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Luiz Augusto von Dentz
>
>
>
> --
> Luiz Augusto von Dentz

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

* Re: GATT issue, possible bluez bug?
  2022-04-04 20:24                                       ` Adam Pigg
@ 2022-04-04 20:29                                         ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 24+ messages in thread
From: Luiz Augusto von Dentz @ 2022-04-04 20:29 UTC (permalink / raw)
  To: Adam Pigg; +Cc: linux-bluetooth

Hi Adam,

On Mon, Apr 4, 2022 at 1:24 PM Adam Pigg <adam@piggz.co.uk> wrote:
>
> Hi Luiz
>
> On Mon, 4 Apr 2022 at 21:12, Luiz Augusto von Dentz
> <luiz.dentz@gmail.com> wrote:
> >
> > Hi Adam,
> >
> > On Mon, Apr 4, 2022 at 12:07 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > >
> > > Hi Luiz
> > >
> > > On Sat, 2 Apr 2022 at 10:14, Adam Pigg <adam@piggz.co.uk> wrote:
> > > >
> > > > On Sat, 2 Apr 2022 at 09:26, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > >
> > > > > Hi Luiz
> > > > >
> > > > > On Fri, 1 Apr 2022 at 22:50, Luiz Augusto von Dentz
> > > > > <luiz.dentz@gmail.com> wrote:
> > > > > >
> > > > > > Hi Adam,
> > > > > >
> > > > > > On Fri, Apr 1, 2022 at 1:12 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > >
> > > > > > > Hi Luiz
> > > > > > >
> > > > > > > On Mon, 28 Mar 2022 at 17:37, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > >
> > > > > > > > Hi Luiz
> > > > > > > >
> > > > > > > > On Wed, 23 Mar 2022 at 19:57, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > >
> > > > > > > > > Hi Luiz
> > > > > > > > >
> > > > > > > > > Thanks for having the patience with me on this....
> > > > > > > > >
> > > > > > > > > On Wed, 23 Mar 2022 at 19:46, Luiz Augusto von Dentz
> > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Adam,
> > > > > > > > > >
> > > > > > > > > > On Wed, Mar 23, 2022 at 7:46 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > >
> > > > > > > > > > > On Wed, 23 Mar 2022 at 13:36, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > >
> > > > > > > > > > > > On Wed, 23 Mar 2022 at 09:11, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > >
> > > > > > > > > > > > > Good that you clearly know more about this than me!...
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, 22 Mar 2022 at 23:44, Luiz Augusto von Dentz
> > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tue, Mar 22, 2022 at 4:35 PM Luiz Augusto von Dentz
> > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Tue, Mar 22, 2022 at 4:09 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Thanks Luiz
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 21:35, Luiz Augusto von Dentz
> > > > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Tue, Mar 22, 2022 at 3:40 AM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 07:55, Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Hi Luiz
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > On Tue, 22 Mar 2022 at 00:44, Luiz Augusto von Dentz
> > > > > > > > > > > > > > > > > > > <luiz.dentz@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Hi Adam,
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:03 PM Adam Pigg <adam@piggz.co.uk> wrote:
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > A bit of background, I write a linux desktop/mobile app called
> > > > > > > > > > > > > > > > > > > > > Amazfish which interfaces with several watches over BLE using their
> > > > > > > > > > > > > > > > > > > > > GATT services.  To do this, I use the bluez dbus api (technically a
> > > > > > > > > > > > > > > > > > > > > thin wrapper around it I wrote called qble
> > > > > > > > > > > > > > > > > > > > > https://github.com/piggz/qble)
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > All has been good so far, I support several generations of
> > > > > > > > > > > > > > > > > > > > > Huami/Amazfit watches, as well as the open source Pinetime and
> > > > > > > > > > > > > > > > > > > > > Bangle.js.  For the Amazfit watches, i have implementations for older
> > > > > > > > > > > > > > > > > > > > > devies such as the Bip, and newer ones such as the GTS.
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > Much of the reverse engineering comes from the Android Gadget Bridge
> > > > > > > > > > > > > > > > > > > > > project, which supports many more devices.
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > My community of users donated to buy me a newer device called a GTR2,
> > > > > > > > > > > > > > > > > > > > > which, according to the GB devs uses the same protocol as the slightly
> > > > > > > > > > > > > > > > > > > > > older GTS, and the packet captures I have from Android would support
> > > > > > > > > > > > > > > > > > > > > this.
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > But this is where my trouble starts with Bluez, my existing
> > > > > > > > > > > > > > > > > > > > > implementation doesnt work at all.  Normally, after a connection, I
> > > > > > > > > > > > > > > > > > > > > would wait for the ServicesResolved signal, which happens pretty fast
> > > > > > > > > > > > > > > > > > > > > on all other devices, but on the GTR2, it takes about 30 seconds, by
> > > > > > > > > > > > > > > > > > > > > which time, the watch has disconnected. (i get a disconnected signal
> > > > > > > > > > > > > > > > > > > > > immediately after the ServicesResolved signal)
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > To rule out my code, I have tried several things:
> > > > > > > > > > > > > > > > > > > > > Gatttool
> > > > > > > > > > > > > > > > > > > > > With gattool, i can connect, get the services, enable a notification,
> > > > > > > > > > > > > > > > > > > > > write a value and get the expected results seemingly fine
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > Python-gatt (using the bluez dbus api)
> > > > > > > > > > > > > > > > > > > > > Im unable to iterate the services, like my app, it takes 30 seconds to
> > > > > > > > > > > > > > > > > > > > > get the signal and then swiftly disconnects
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > Gattlib (https://github.com/labapart/gattlib)
> > > > > > > > > > > > > > > > > > > > > Gattlib is interesting as it appears to have "borrowed" much of its
> > > > > > > > > > > > > > > > > > > > > code directly from bluez.  When built against the system bluez, if the
> > > > > > > > > > > > > > > > > > > > > version is > 5.42, it will use the dbus api.  When I do this, again im
> > > > > > > > > > > > > > > > > > > > > unable to list services on the watch.  However, if I edit the build to
> > > > > > > > > > > > > > > > > > > > > force it to use its internal gatt implementation, which appears to be
> > > > > > > > > > > > > > > > > > > > > the same one used by gatttool, then, it IS able to interrogate the
> > > > > > > > > > > > > > > > > > > > > watch.
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > I have attached 3 files
> > > > > > > > > > > > > > > > > > > > > 1. test python program which should print services, and associated btmon
> > > > > > > > > > > > > > > > > > > > > 2. btmon output while using gatttool
> > > > > > > > > > > > > > > > > > > > > 3. btmon output running gattlib discover example
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > Note, other than discovery, I havnt been able to get gattlib to
> > > > > > > > > > > > > > > > > > > > > read/write/notify!
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > It seems as though I may be triggering a bug in the bluez dbus api?
> > > > > > > > > > > > > > > > > > > > > Can anyone suggest anything?
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > What version are you using? I would first try with the latest to see
> > > > > > > > > > > > > > > > > > > > if that something already fixed.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Im using 5.63 already, which is the latest tag (on opensuse tumbleweed)
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > I'll also try bluetoothctl and attach logs using that, though I
> > > > > > > > > > > > > > > > > > > suspect it will behave the same as the python library and my own
> > > > > > > > > > > > > > > > > > > library.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Attached is the output of btmon while using bluetoothctl
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > bluetoothctl behaves the same as my lib and python, it is unable to
> > > > > > > > > > > > > > > > > > list services, and after a while, emits the ServicesResolved and
> > > > > > > > > > > > > > > > > > disconnected messages at the same time.  Im sure it should be able to
> > > > > > > > > > > > > > > > > > list the services immediately after connect just like gatttool can.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Looks like there is multiple rounds of MTU Exchange, not sure if that
> > > > > > > > > > > > > > > > > is actually a problem but the spec does say it shall only be sent once
> > > > > > > > > > > > > > > > > per client:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > > > > > > > > > > > > > > > > page 1424:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > This request shall only be sent once during a connection by the client.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > There is also no response to frame #30:
> > > > > > > > > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >                            #30 [hci0] 26.641557
> > > > > > > > > > > > > > > > >       ATT: Read Request (0x0a) len 2
> > > > > > > > > > > > > > > > >         Handle: 0x0018
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > So after 30 seconds (ATT timeout) without receiving any response it disconnects:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > So, the verdict is that the watch isnt acting to spec right?
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Why does gatttool work ok, is it a completely different implementation?
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I understand if wouldnt be to spec, but would it be possible to make
> > > > > > > > > > > > > > > > bluez more resilient to devices not acting to spec?  Android and iOS
> > > > > > > > > > > > > > > > work just fine in this regard, so could bluez handle mis-behaving
> > > > > > > > > > > > > > > > devices more flexibly?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > That I can't really explain, perhaps it is timing related, something
> > > > > > > > > > > > > > > with Exchange MTU since it appears to stop the device from responding
> > > > > > > > > > > > > > > when it happens a second time.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Do you have any suggestions for things I could try? I looked for
> > > > > > > > > > > > > > > > similar lines in the working gatttool log, and it doesnt have anything
> > > > > > > > > > > > > > > > like that, seems to send flags 0x00 dlen 9 (instead of 7?)  ... how is
> > > > > > > > > > > > > > > > it behaving differently?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Not sure really, does Android/iOS Exchange the MTU? Maybe we need a
> > > > > > > > > > > > > > > timer to start it later or perhaps the problem first response to
> > > > > > > > > > > > > > > exchange MTU does actually use the final_mtu which makes the watch to
> > > > > > > > > > > > > > > trigger yet another exchange to have both rx and tx MTU the same so
> > > > > > > > > > > > > > > try with the following change:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > > > > > > > > > index 2adb4afbf..d326782bf 100644
> > > > > > > > > > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > > > > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > > > > > > > > > @@ -1499,7 +1499,7 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > > > > > > > > > *chan, uint8_t opcode,
> > > > > > > > > > > > > > >         final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >         /* Respond with the server MTU */
> > > > > > > > > > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > > > > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > > > > > > > > > >         bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >         /* Set MTU to be the minimum */
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hmm Im not sure if this will work since the peripheral seems to
> > > > > > > > > > > > > > respond different values 252 vs 247, also the spec does say that:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > 'The Server Rx MTU parameter shall be set to the *maximum size* of the
> > > > > > > > > > > > > > Attribute protocol PDU that the server can receive.
> > > > > > > > > > > > > > The server and client shall set ATT_MTU to the *minimum of the Client Rx MTU
> > > > > > > > > > > > > > and the Server Rx MTU*. The size is the same to ensure that a client can
> > > > > > > > > > > > > > correctly detect the final packet of a long attribute read.'
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > So my interpretation is that the minimum is calculated after the
> > > > > > > > > > > > > > Exchange is complete so it doesn't require the Server MTU to be
> > > > > > > > > > > > > > limited by the Client MTU, anyway if Android and iOS does apply the
> > > > > > > > > > > > > > minimum logic before responding we can do the same.
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > Maybe it will help if I attach an android packet capture....
> > > > > > > > > > > > >
> > > > > > > > > > > > > The attachedhttps://marc.info/?l=linux-bluetooth&m=164799909020040&w=2
> > > > > > > > > > > > > log can be opened in Wireshark, and to my untrained eye, it looks like
> > > > > > > > > > > > > the MTU negotiation is at packets 451 and 452, and 247 is used?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Ill try and get the proposed patch built and see how it behaves
> > > > > > > > > > > >
> > > > > > > > > > > > Attached if the btmon and bluetoothctl.  It doesnt seem to be there quite yet.
> > > > > > > > > > > >
> > > > > > > > > > > > There was one point before i applied the patch where bluetoothctl
> > > > > > > > > > > > seemed to list the attributes quickly, but i havnt been able to
> > > > > > > > > > > > reproduce that again with or without the patch.
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > For completeness, also attached the output of my program and btmon
> > > > > > > > > > >
> > > > > > > > > > > My program should connect, wait for resolved signal, then read a char,
> > > > > > > > > > > enable some notifications, and do a write.  You can see the 30 second
> > > > > > > > > > > wait between connect, resolved, and quickly followed by a disconnect.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > >
> > > > > > > > > >                            #22 [hci0] 12.507730
> > > > > > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > > > > > >         Client RX MTU: 517
> > > > > > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #23 [hci0] 12.556081
> > > > > > > > > >       ATT: Exchange MTU Request (0x02) len 2
> > > > > > > > > >         Client RX MTU: 247
> > > > > > > > > > < ACL Data TX: Handle 3585 flags 0x00 dlen 7
> > > > > > > > > >
> > > > > > > > > >                            #24 [hci0] 12.556256
> > > > > > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > > > > > >         Server RX MTU: 247
> > > > > > > > > > > ACL Data RX: Handle 3585 flags 0x02 dlen 7                                                                                                                             #27 [hci0] 12.655972
> > > > > > > > > >       ATT: Exchange MTU Response (0x03) len 2
> > > > > > > > > >         Server RX MTU: 252
> > > > > > > > > >
> > > > > > > > > > So we are now responding with 247 and the peripheral responds with 252
> > > > > > > > > > to our request :/, so we would need to probably delay our request or
> > > > > > > > > > something, that said we are the central so I really which we don't
> > > > > > > > > > have to do it since that would penalize well behaving devices, could
> > > > > > > > > > we perhaps inform the vendor about these issues? I'd considered this
> > > > > > > > > > to be really bad behavior from the remote side since they are not
> > > > > > > > > > following the spec in many respects as even their MTU changes from
> > > > > > > > > > request to response and it does multiple rounds of Exchange MTU and
> > > > > > > > > > stop responding while doing it.
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > I can certainly look into how to contact Huami/Amazfit ... I wouldnt
> > > > > > > > > count on a response though!
> > > > > > > > >
> > > > > > > > > I see you looked at the android log already.
> > > > > > > > >
> > > > > > > > > Do you have an idea for a patch I could try out?  Im deep in this now
> > > > > > > > > anyway, and over-wrote my system bluez :D
> > > > > > > > >
> > > > > > > > > Its strange how they have messed up this generation of device as all
> > > > > > > > > the older ones work fine, and I imagine they must just build on the
> > > > > > > > > old code base.
> > > > > > > > >
> > > > > > > >
> > > > > > > > I have submitted a support request to Amazfit, describing the issue
> > > > > > > > and linking to the details in the ML... maybe they will read it!
> > > > > > > >
> > > > > > > > Do you think there is anything I can try to make bluez work in the
> > > > > > > > mean time, even just on my own device?
> > > > > > > >
> > > > > > > I had another go at making this work before attempting to write my own
> > > > > > > gatt lib (!) and i seem to have got it to work, though I dont know if
> > > > > > > it will be acceptable to bluez, or if there is another way.
> > > > > > >
> > > > > > > Probably easiest with the diff:
> > > > > > > diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
> > > > > > > index ea3249be9..701677e0a 100644
> > > > > > > --- a/profiles/gap/gas.c
> > > > > > > +++ b/profiles/gap/gas.c
> > > > > > > @@ -142,8 +142,8 @@ static void read_appearance_cb(bool success,
> > > > > > > uint8_t att_ecode,
> > > > > > >
> > > > > > > static void handle_appearance(struct gas *gas, uint16_t value_handle)
> > > > > > > {
> > > > > > > -       if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > > > > > -                                               read_appearance_cb, gas, NULL))
> > > > > > > +       //if (!bt_gatt_client_read_value(gas->client, value_handle,
> > > > > > > +       //                                      read_appearance_cb, gas, NULL))
> > > > > > >                DBG("Failed to send request to read appearance");
> > > > > >
> > > > > > Does disabling the read make it work? Does it stop the second MTU exchange?
> > > > > >
> > > > > > > }
> > > > > > >
> > > > > > > diff --git a/src/shared/gatt-server.c b/src/shared/gatt-server.c
> > > > > > > index 776e5ce2b..ac0fac1fc 100644
> > > > > > > --- a/src/shared/gatt-server.c
> > > > > > > +++ b/src/shared/gatt-server.c
> > > > > > > @@ -1498,7 +1498,8 @@ static void exchange_mtu_cb(struct bt_att_chan
> > > > > > > *chan, uint8_t opcode,
> > > > > > >        final_mtu = MAX(MIN(client_rx_mtu, server->mtu), BT_ATT_DEFAULT_LE_MTU);
> > > > > > >
> > > > > > >        /* Respond with the server MTU */
> > > > > > > -       put_le16(server->mtu, rsp_pdu);
> > > > > > > +       //put_le16(server->mtu, rsp_pdu);
> > > > > > > +       put_le16(final_mtu, rsp_pdu);
> > > > > > >        bt_att_chan_send_rsp(chan, BT_ATT_OP_MTU_RSP, rsp_pdu, 2);
> > > > > > >
> > > > > > >        /* Set MTU to be the minimum */
> > > > > > >
> > > > > > > I was running bluetoothd with -n -d, and noticed that the read to the
> > > > > > > appearance was failing, so, I commented it out.  The read to the name
> > > > > > > works ok and happens just prior to reading the appearance.
> > > > > > >
> > > > > > > I gather it only reads the appearance if the char exists, so, i dont
> > > > > > > know why that fail, however I dont see 2a01 in the list of
> > > > > > > services/characteristics, which is the appearance one right?
> > > > > >
> > > > > > #define GATT_CHARAC_APPEARANCE 0x2A01
> > > > > >
> > > > > > You don't see it on bluetoothd logs or over D-Bus? The latter may not
> > > > > > contain all the attributes since some are claimed.
> > > > > >
> > > > >
> > > > > Gathered some logs this morning, see attached.
> > > > >
> > > > > So, 2A01 is listed in the bluetoothd debug output, so, I guess its a
> > > > > fault that it cant be read?  It is not listed in the output of
> > > > > bluetoothctl list-attributes (also attached) so I could not read the
> > > > > value using that tool.
> > > > >
> > > > > Without any other changes, my own lib/app was able to connect to the
> > > > > watch and start reading data seemingly fine, though I did get an
> > > > > unexpected disconnected after reading a large amount of step/activity
> > > > > data, but that  may be unrelated, read/write and notify were all
> > > > > working.
> > > > >
> > > > > Could some quirk be used to get around this issue?
> > > > >
> > > >
> > > > More info
> > > >
> > > > Reading 2a04 and 2a05 works fine in blueoothctl
> > > > [Amazfit GTR 2]# select-attribute 00002a05-0000-1000-8000-00805f9b34fb
> > > > [Amazfit GTR 2:/service0001/char0002]# read
> > > > Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002
> > > > [CHG] Attribute
> > > > /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0001/char0002 Value:
> > > >  01 00 ff ff                                      ....
> > > >  01 00 ff ff                                      ....
> > > > [Amazfit GTR 2:/service0001/char0002]# select-attribute
> > > > 00002a04-0000-1000-8000-00805f9b34fb
> > > > [Amazfit GTR 2:/service0040/char0044]# read
> > > > Attempting to read /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044
> > > > [CHG] Attribute
> > > > /org/bluez/hci0/dev_CD_1B_C3_94_5B_77/service0040/char0044 Value:
> > > >  18 00 18 00 09 00 f4 01                          ........
> > > >  18 00 18 00 09 00 f4 01                          ........
> > > >
> > > > And. looking back in the android packet capture, I dont see any reads
> > > > for the name/appearance.
> > > >
> > >
> > > Attached are 2 logs from bluetoothd, the good and bad one.  The "good"
> > > one is with the previous patch applied to not read the appearance.
> > >
> > > My aim was to come up with a method of making its failure non fatal,
> > > which might be a better solution rather than remove the call for all
> > > devices.
> >
> > How about the following change, that way if the appearance is already
> > known if won't be sending the request again:
> >
> > diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
> > index ea3249be9..400818d67 100644
> > --- a/profiles/gap/gas.c
> > +++ b/profiles/gap/gas.c
> > @@ -142,6 +142,11 @@ static void read_appearance_cb(bool success,
> > uint8_t att_ecode,
> >
> >  static void handle_appearance(struct gas *gas, uint16_t value_handle)
> >  {
> > +       uint16_t value;
> > +
> > +       if (!device_get_appearance(gas->device, &value))
> > +               return;
> > +
> >         if (!bt_gatt_client_read_value(gas->client, value_handle,
> >                                                 read_appearance_cb, gas, NULL))
> >                 DBG("Failed to send request to read appearance");
> >
> >
>
> This fails the same way, I think because the appearance isnt known,
> and cant actually be read.
>
> Is it a requirement that the appearance is always readable?  Reading
> the name works ok.
>
> The device implements its own client side protocol to authenticate the
> client, and a lot of characteristics arnt readable until the
> authentication process has been completed, so I wonder if the device
> makes the appearance unavailable until after authentication.  I cant
> test this because even though my app can authenticate, the name and
> appearance characteristics are hidden from the dbus protocol.

BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part C
page 1360

'The Appearance
characteristic value shall be readable without authentication or authorization.'

> Btw, im on irc if you want to quickly discuss ideas.

Slack is probably better:

https://join.slack.com/t/bluezorg/shared_invite/zt-opurnyz7-QbHRp5mxxezDcQSQrHFybw

> Thanks
>
>
> > > However, i traced through the code and got to line 500 of shared/att.c
> > > which states that the timeout should be fatal, and immediately
> > > disconnects.  So, if the timeout is fatal by design, im not sure what
> > > a fix would look like.
> >
> > BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 3, Part F
> > page 1421
> >
> > 'A transaction not completed within 30 seconds shall time out. Such a
> > transaction shall be considered to have failed and the local higher layers shall
> > be informed of this failure. No more Attribute protocol requests, commands,
> > indications or notifications shall be sent to the target device on
> > this ATT bearer.'
> >
> > So the bearer cannot be used anymore after a timeout that is why we
> > disconnect, are you still hitting this even after removing the read
> > request for the appearance?
> >
> >
> > > Thanks
> > > >
> > > > > > > Any thoughts?
> > > > > > >
> > > > > > > Cheers
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > > Thanks
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > < HCI Command: Disconnect (0x01|0x0006) plen 3
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >                            #48 [hci0] 58.673128
> > > > > > > > > > > > > > > > >         Handle: 3585
> > > > > > > > > > > > > > > > >         Reason: Remote User Terminated Connection (0x13)
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Luiz Augusto von Dentz
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Luiz Augusto von Dentz
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Luiz Augusto von Dentz
> >
> >
> >
> > --
> > Luiz Augusto von Dentz



-- 
Luiz Augusto von Dentz

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

end of thread, other threads:[~2022-04-04 21:27 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-20 18:44 GATT issue, possible bluez bug? Adam Pigg
2022-03-22  0:43 ` Luiz Augusto von Dentz
2022-03-22  6:04   ` Luiz Augusto von Dentz
2022-03-22  7:55   ` Adam Pigg
2022-03-22 10:40     ` Adam Pigg
2022-03-22 21:35       ` Luiz Augusto von Dentz
2022-03-22 23:09         ` Adam Pigg
2022-03-22 23:35           ` Luiz Augusto von Dentz
2022-03-22 23:43             ` Luiz Augusto von Dentz
2022-03-23  9:11               ` Adam Pigg
2022-03-23 13:36                 ` Adam Pigg
2022-03-23 14:46                   ` Adam Pigg
2022-03-23 19:45                     ` Luiz Augusto von Dentz
2022-03-23 19:52                       ` Luiz Augusto von Dentz
2022-03-23 19:57                       ` Adam Pigg
2022-03-28 16:37                         ` Adam Pigg
2022-04-01 20:12                           ` Adam Pigg
2022-04-01 21:49                             ` Luiz Augusto von Dentz
2022-04-02  8:26                               ` Adam Pigg
2022-04-02  9:14                                 ` Adam Pigg
2022-04-04 19:07                                   ` Adam Pigg
2022-04-04 20:12                                     ` Luiz Augusto von Dentz
2022-04-04 20:24                                       ` Adam Pigg
2022-04-04 20:29                                         ` Luiz Augusto von Dentz

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.