-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmy_esp32_gatt_server.files
645 lines (645 loc) · 22.5 KB
/
my_esp32_gatt_server.files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
build/app_update/component_project_vars.mk
build/app_update/esp_ota_ops.d
build/app_update/libapp_update.a
build/aws_iot/component_project_vars.mk
build/bootloader/bootloader_support/src/bootloader_flash.d
build/bootloader/bootloader_support/src/bootloader_random.d
build/bootloader/bootloader_support/src/efuse.d
build/bootloader/bootloader_support/src/esp_image_format.d
build/bootloader/bootloader_support/src/flash_encrypt.d
build/bootloader/bootloader_support/src/flash_partitions.d
build/bootloader/bootloader_support/src/secure_boot.d
build/bootloader/bootloader_support/src/secure_boot_signatures.d
build/bootloader/bootloader_support/component_project_vars.mk
build/bootloader/bootloader_support/libbootloader_support.a
build/bootloader/log/component_project_vars.mk
build/bootloader/log/liblog.a
build/bootloader/log/log.d
build/bootloader/main/bootloader_start.d
build/bootloader/main/component_project_vars.mk
build/bootloader/main/flash_qio_mode.d
build/bootloader/main/libmain.a
build/bootloader/micro-ecc/micro-ecc/uECC.d
build/bootloader/micro-ecc/component_project_vars.mk
build/bootloader/micro-ecc/libmicro-ecc.a
build/bootloader/spi_flash/component_project_vars.mk
build/bootloader/spi_flash/libspi_flash.a
build/bootloader/spi_flash/spi_flash_rom_patch.d
build/bootloader/bootloader.bin
build/bootloader/bootloader.elf
build/bootloader/bootloader.map
build/bootloader_support/src/bootloader_flash.d
build/bootloader_support/src/bootloader_random.d
build/bootloader_support/src/efuse.d
build/bootloader_support/src/esp_image_format.d
build/bootloader_support/src/flash_encrypt.d
build/bootloader_support/src/flash_partitions.d
build/bootloader_support/src/secure_boot.d
build/bootloader_support/src/secure_boot_signatures.d
build/bootloader_support/component_project_vars.mk
build/bootloader_support/libbootloader_support.a
build/bt/bluedroid/api/esp_blufi_api.d
build/bt/bluedroid/api/esp_bt_device.d
build/bt/bluedroid/api/esp_bt_main.d
build/bt/bluedroid/api/esp_gap_ble_api.d
build/bt/bluedroid/api/esp_gattc_api.d
build/bt/bluedroid/api/esp_gatts_api.d
build/bt/bluedroid/bta/dm/bta_dm_act.d
build/bt/bluedroid/bta/dm/bta_dm_api.d
build/bt/bluedroid/bta/dm/bta_dm_cfg.d
build/bt/bluedroid/bta/dm/bta_dm_ci.d
build/bt/bluedroid/bta/dm/bta_dm_main.d
build/bt/bluedroid/bta/dm/bta_dm_pm.d
build/bt/bluedroid/bta/dm/bta_dm_sco.d
build/bt/bluedroid/bta/gatt/bta_gattc_act.d
build/bt/bluedroid/bta/gatt/bta_gattc_api.d
build/bt/bluedroid/bta/gatt/bta_gattc_cache.d
build/bt/bluedroid/bta/gatt/bta_gattc_ci.d
build/bt/bluedroid/bta/gatt/bta_gattc_main.d
build/bt/bluedroid/bta/gatt/bta_gattc_utils.d
build/bt/bluedroid/bta/gatt/bta_gatts_act.d
build/bt/bluedroid/bta/gatt/bta_gatts_api.d
build/bt/bluedroid/bta/gatt/bta_gatts_main.d
build/bt/bluedroid/bta/gatt/bta_gatts_utils.d
build/bt/bluedroid/bta/hh/bta_hh_act.d
build/bt/bluedroid/bta/hh/bta_hh_api.d
build/bt/bluedroid/bta/hh/bta_hh_cfg.d
build/bt/bluedroid/bta/hh/bta_hh_le.d
build/bt/bluedroid/bta/hh/bta_hh_main.d
build/bt/bluedroid/bta/hh/bta_hh_utils.d
build/bt/bluedroid/bta/sdp/bta_sdp.d
build/bt/bluedroid/bta/sdp/bta_sdp_act.d
build/bt/bluedroid/bta/sdp/bta_sdp_api.d
build/bt/bluedroid/bta/sdp/bta_sdp_cfg.d
build/bt/bluedroid/bta/sys/bta_sys_conn.d
build/bt/bluedroid/bta/sys/bta_sys_main.d
build/bt/bluedroid/bta/sys/utl.d
build/bt/bluedroid/btc/core/btc_main.d
build/bt/bluedroid/btc/core/btc_manage.d
build/bt/bluedroid/btc/core/btc_sec.d
build/bt/bluedroid/btc/core/btc_task.d
build/bt/bluedroid/btc/profile/esp/blufi/blufi_prf.d
build/bt/bluedroid/btc/profile/esp/blufi/blufi_protocol.d
build/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.d
build/bt/bluedroid/btc/profile/std/gatt/btc_gatt_util.d
build/bt/bluedroid/btc/profile/std/gatt/btc_gattc.d
build/bt/bluedroid/btc/profile/std/gatt/btc_gatts.d
build/bt/bluedroid/btcore/bdaddr.d
build/bt/bluedroid/btif/bta_dm_co.d
build/bt/bluedroid/btif/bta_gattc_co.d
build/bt/bluedroid/btif/bta_gatts_co.d
build/bt/bluedroid/device/controller.d
build/bt/bluedroid/device/interop.d
build/bt/bluedroid/gki/gki_buffer.d
build/bt/bluedroid/gki/gki_ulinux.d
build/bt/bluedroid/hci/buffer_allocator.d
build/bt/bluedroid/hci/hci_hal_h4.d
build/bt/bluedroid/hci/hci_layer.d
build/bt/bluedroid/hci/hci_packet_factory.d
build/bt/bluedroid/hci/hci_packet_parser.d
build/bt/bluedroid/hci/packet_fragmenter.d
build/bt/bluedroid/main/bte_init.d
build/bt/bluedroid/main/bte_main.d
build/bt/bluedroid/osi/alarm.d
build/bt/bluedroid/osi/allocator.d
build/bt/bluedroid/osi/buffer.d
build/bt/bluedroid/osi/fixed_queue.d
build/bt/bluedroid/osi/future.d
build/bt/bluedroid/osi/hash_functions.d
build/bt/bluedroid/osi/hash_map.d
build/bt/bluedroid/osi/list.d
build/bt/bluedroid/osi/osi_arch.d
build/bt/bluedroid/stack/btm/btm_acl.d
build/bt/bluedroid/stack/btm/btm_ble.d
build/bt/bluedroid/stack/btm/btm_ble_addr.d
build/bt/bluedroid/stack/btm/btm_ble_adv_filter.d
build/bt/bluedroid/stack/btm/btm_ble_batchscan.d
build/bt/bluedroid/stack/btm/btm_ble_bgconn.d
build/bt/bluedroid/stack/btm/btm_ble_cont_energy.d
build/bt/bluedroid/stack/btm/btm_ble_gap.d
build/bt/bluedroid/stack/btm/btm_ble_multi_adv.d
build/bt/bluedroid/stack/btm/btm_ble_privacy.d
build/bt/bluedroid/stack/btm/btm_dev.d
build/bt/bluedroid/stack/btm/btm_devctl.d
build/bt/bluedroid/stack/btm/btm_inq.d
build/bt/bluedroid/stack/btm/btm_main.d
build/bt/bluedroid/stack/btm/btm_pm.d
build/bt/bluedroid/stack/btm/btm_sco.d
build/bt/bluedroid/stack/btm/btm_sec.d
build/bt/bluedroid/stack/btu/btu_hcif.d
build/bt/bluedroid/stack/btu/btu_init.d
build/bt/bluedroid/stack/btu/btu_task.d
build/bt/bluedroid/stack/gap/gap_api.d
build/bt/bluedroid/stack/gap/gap_ble.d
build/bt/bluedroid/stack/gap/gap_conn.d
build/bt/bluedroid/stack/gap/gap_utils.d
build/bt/bluedroid/stack/gatt/att_protocol.d
build/bt/bluedroid/stack/gatt/gatt_api.d
build/bt/bluedroid/stack/gatt/gatt_attr.d
build/bt/bluedroid/stack/gatt/gatt_auth.d
build/bt/bluedroid/stack/gatt/gatt_cl.d
build/bt/bluedroid/stack/gatt/gatt_db.d
build/bt/bluedroid/stack/gatt/gatt_main.d
build/bt/bluedroid/stack/gatt/gatt_sr.d
build/bt/bluedroid/stack/gatt/gatt_utils.d
build/bt/bluedroid/stack/hcic/hciblecmds.d
build/bt/bluedroid/stack/hcic/hcicmds.d
build/bt/bluedroid/stack/l2cap/l2c_api.d
build/bt/bluedroid/stack/l2cap/l2c_ble.d
build/bt/bluedroid/stack/l2cap/l2c_csm.d
build/bt/bluedroid/stack/l2cap/l2c_fcr.d
build/bt/bluedroid/stack/l2cap/l2c_link.d
build/bt/bluedroid/stack/l2cap/l2c_main.d
build/bt/bluedroid/stack/l2cap/l2c_ucd.d
build/bt/bluedroid/stack/l2cap/l2c_utils.d
build/bt/bluedroid/stack/l2cap/l2cap_client.d
build/bt/bluedroid/stack/sdp/sdp_api.d
build/bt/bluedroid/stack/sdp/sdp_db.d
build/bt/bluedroid/stack/sdp/sdp_discovery.d
build/bt/bluedroid/stack/sdp/sdp_main.d
build/bt/bluedroid/stack/sdp/sdp_server.d
build/bt/bluedroid/stack/sdp/sdp_utils.d
build/bt/bluedroid/stack/smp/aes.d
build/bt/bluedroid/stack/smp/p_256_curvepara.d
build/bt/bluedroid/stack/smp/p_256_ecc_pp.d
build/bt/bluedroid/stack/smp/p_256_multprecision.d
build/bt/bluedroid/stack/smp/smp_act.d
build/bt/bluedroid/stack/smp/smp_api.d
build/bt/bluedroid/stack/smp/smp_br_main.d
build/bt/bluedroid/stack/smp/smp_cmac.d
build/bt/bluedroid/stack/smp/smp_keys.d
build/bt/bluedroid/stack/smp/smp_l2c.d
build/bt/bluedroid/stack/smp/smp_main.d
build/bt/bluedroid/stack/smp/smp_utils.d
build/bt/bt.d
build/bt/component_project_vars.mk
build/bt/libbt.a
build/coap/libcoap/src/address.d
build/coap/libcoap/src/async.d
build/coap/libcoap/src/block.d
build/coap/libcoap/src/coap_time.d
build/coap/libcoap/src/debug.d
build/coap/libcoap/src/encode.d
build/coap/libcoap/src/hashkey.d
build/coap/libcoap/src/mem.d
build/coap/libcoap/src/net.d
build/coap/libcoap/src/option.d
build/coap/libcoap/src/pdu.d
build/coap/libcoap/src/resource.d
build/coap/libcoap/src/str.d
build/coap/libcoap/src/subscribe.d
build/coap/libcoap/src/uri.d
build/coap/port/coap_io_socket.d
build/coap/component_project_vars.mk
build/coap/libcoap.a
build/cxx/component_project_vars.mk
build/cxx/cxx_guards.d
build/cxx/libcxx.a
build/driver/component_project_vars.mk
build/driver/gpio.d
build/driver/i2c.d
build/driver/i2s.d
build/driver/ledc.d
build/driver/libdriver.a
build/driver/pcnt.d
build/driver/periph_ctrl.d
build/driver/rmt.d
build/driver/rtc_module.d
build/driver/sdmmc_host.d
build/driver/sdmmc_transaction.d
build/driver/sigmadelta.d
build/driver/spi_master.d
build/driver/timer.d
build/driver/uart.d
build/esp32/hwcrypto/aes.d
build/esp32/hwcrypto/sha.d
build/esp32/brownout.d
build/esp32/component_project_vars.mk
build/esp32/core_dump.d
build/esp32/cpu_freq.d
build/esp32/cpu_start.d
build/esp32/cpu_util.d
build/esp32/crosscore_int.d
build/esp32/deep_sleep.d
build/esp32/esp32_out.ld
build/esp32/event_default_handlers.d
build/esp32/event_loop.d
build/esp32/freertos_hooks.d
build/esp32/gdbstub.d
build/esp32/heap_alloc_caps.d
build/esp32/hw_random.d
build/esp32/int_wdt.d
build/esp32/intr_alloc.d
build/esp32/ipc.d
build/esp32/lib_printf.d
build/esp32/libesp32.a
build/esp32/panic.d
build/esp32/phy_init.d
build/esp32/system_api.d
build/esp32/task_wdt.d
build/ethernet/component_project_vars.mk
build/ethernet/emac_dev.d
build/ethernet/emac_main.d
build/ethernet/libethernet.a
build/expat/library/xmlparse.d
build/expat/library/xmlrole.d
build/expat/library/xmltok.d
build/expat/library/xmltok_impl.d
build/expat/library/xmltok_ns.d
build/expat/port/chardata.d
build/expat/port/expat_element.d
build/expat/port/minicheck.d
build/expat/component_project_vars.mk
build/expat/libexpat.a
build/fatfs/src/option/syscall.d
build/fatfs/src/option/unicode.d
build/fatfs/src/diskio.d
build/fatfs/src/ff.d
build/fatfs/src/vfs_fat.d
build/fatfs/src/vfs_fat_sdmmc.d
build/fatfs/component_project_vars.mk
build/fatfs/libfatfs.a
build/freertos/component_project_vars.mk
build/freertos/croutine.d
build/freertos/event_groups.d
build/freertos/FreeRTOS-openocd.d
build/freertos/heap_regions.d
build/freertos/heap_regions_debug.d
build/freertos/libfreertos.a
build/freertos/list.d
build/freertos/port.d
build/freertos/portasm.d
build/freertos/queue.d
build/freertos/ringbuf.d
build/freertos/tasks.d
build/freertos/timers.d
build/freertos/xtensa_context.d
build/freertos/xtensa_init.d
build/freertos/xtensa_intr.d
build/freertos/xtensa_intr_asm.d
build/freertos/xtensa_overlay_os_hook.d
build/freertos/xtensa_vectors.d
build/include/config/app/offset.h
build/include/config/bt/reserve/dram.h
build/include/config/bt/enabled.h
build/include/config/btc/task/stack/size.h
build/include/config/console/uart/baudrate.h
build/include/config/console/uart/default.h
build/include/config/console/uart/num.h
build/include/config/esp32/debug/ocdaware.h
build/include/config/esp32/deep/sleep/wakeup/delay.h
build/include/config/esp32/default/cpu/freq/240.h
build/include/config/esp32/default/cpu/freq/mhz.h
build/include/config/esp32/enable/coredump/to/none.h
build/include/config/esp32/panic/print/reboot.h
build/include/config/esp32/phy/calibration/and/data/storage.h
build/include/config/esp32/phy/max/tx/power.h
build/include/config/esp32/rtc/clock/source/internal/rc.h
build/include/config/esp32/time/syscall/use/rtc/frc1.h
build/include/config/esptoolpy/after/reset.h
build/include/config/esptoolpy/baud/other/val.h
build/include/config/esptoolpy/baud/115200b.h
build/include/config/esptoolpy/before/reset.h
build/include/config/esptoolpy/flashfreq/40m.h
build/include/config/esptoolpy/flashsize/2mb.h
build/include/config/esptoolpy/flashsize/detect.h
build/include/config/esptoolpy/after.h
build/include/config/esptoolpy/baud.h
build/include/config/esptoolpy/before.h
build/include/config/esptoolpy/compressed.h
build/include/config/esptoolpy/flashfreq.h
build/include/config/esptoolpy/flashmode.h
build/include/config/esptoolpy/flashsize.h
build/include/config/esptoolpy/port.h
build/include/config/fatfs/codepage/ascii.h
build/include/config/fatfs/max/lfn.h
build/include/config/fatfs/codepage.h
build/include/config/flashmode/dio.h
build/include/config/four/mac/address/from/efuse.h
build/include/config/freertos/assert/fail/abort.h
build/include/config/freertos/assert/on/untested/function.h
build/include/config/freertos/break/on/scheduler/start/jtag.h
build/include/config/freertos/check/stackoverflow/canary.h
build/include/config/freertos/coretimer/0.h
build/include/config/freertos/isr/stacksize.h
build/include/config/freertos/max/task/name/len.h
build/include/config/freertos/thread/local/storage/pointers.h
build/include/config/freertos/hz.h
build/include/config/int/wdt/check/cpu1.h
build/include/config/int/wdt/timeout/ms.h
build/include/config/int/wdt.h
build/include/config/log/bootloader/level/info.h
build/include/config/log/bootloader/level.h
build/include/config/log/default/level/info.h
build/include/config/log/default/level.h
build/include/config/log/colors.h
build/include/config/lwip/dhcp/does/arp/check.h
build/include/config/lwip/dhcp/max/ntp/servers.h
build/include/config/lwip/max/sockets.h
build/include/config/lwip/thread/local/storage/index.h
build/include/config/main/task/stack/size.h
build/include/config/mbedtls/hardware/aes.h
build/include/config/mbedtls/hardware/mpi.h
build/include/config/mbedtls/hardware/sha.h
build/include/config/mbedtls/have/time.h
build/include/config/mbedtls/mpi/use/interrupt.h
build/include/config/mbedtls/ssl/max/content/len.h
build/include/config/memmap/smp.h
build/include/config/monitor/baud/other/val.h
build/include/config/monitor/baud/115200b.h
build/include/config/monitor/baud.h
build/include/config/newlib/stdout/addcr.h
build/include/config/number/of/mac/address/generated/from/efuse.h
build/include/config/openssl/assert/do/nothing.h
build/include/config/optimization/level/debug.h
build/include/config/partition/table/custom/app/bin/offset.h
build/include/config/partition/table/custom/filename.h
build/include/config/partition/table/single/app.h
build/include/config/partition/table/filename.h
build/include/config/phy/data/offset.h
build/include/config/phy/enabled.h
build/include/config/system/event/queue/size.h
build/include/config/system/event/task/stack/size.h
build/include/config/task/wdt/check/idle/task/cpu1.h
build/include/config/task/wdt/check/idle/task.h
build/include/config/task/wdt/timeout/s.h
build/include/config/task/wdt.h
build/include/config/tcp/maxrtx.h
build/include/config/tcp/synmaxrtx.h
build/include/config/tracemem/reserve/dram.h
build/include/config/ulp/coproc/reserve/mem.h
build/include/config/auto.conf
build/include/config/auto.conf.cmd
build/include/config/python.h
build/include/config/toolprefix.h
build/include/config/tristate.conf
build/include/sdkconfig.h
build/jsmn/src/jsmn.d
build/jsmn/component_project_vars.mk
build/jsmn/libjsmn.a
build/json/library/cJSON.d
build/json/port/cJSON_Utils.d
build/json/component_project_vars.mk
build/json/libjson.a
build/log/component_project_vars.mk
build/log/liblog.a
build/log/log.d
build/lwip/api/api_lib.d
build/lwip/api/api_msg.d
build/lwip/api/err.d
build/lwip/api/lwip_debug.d
build/lwip/api/netbuf.d
build/lwip/api/netdb.d
build/lwip/api/netifapi.d
build/lwip/api/pppapi.d
build/lwip/api/sockets.d
build/lwip/api/tcpip.d
build/lwip/apps/ping/esp_ping.d
build/lwip/apps/ping/ping.d
build/lwip/apps/sntp/sntp.d
build/lwip/apps/dhcpserver.d
build/lwip/core/ipv4/autoip.d
build/lwip/core/ipv4/dhcp.d
build/lwip/core/ipv4/icmp.d
build/lwip/core/ipv4/igmp.d
build/lwip/core/ipv4/ip4.d
build/lwip/core/ipv4/ip4_addr.d
build/lwip/core/ipv4/ip_frag.d
build/lwip/core/ipv6/dhcp6.d
build/lwip/core/ipv6/ethip6.d
build/lwip/core/ipv6/icmp6.d
build/lwip/core/ipv6/inet6.d
build/lwip/core/ipv6/ip6.d
build/lwip/core/ipv6/ip6_addr.d
build/lwip/core/ipv6/ip6_frag.d
build/lwip/core/ipv6/mld6.d
build/lwip/core/ipv6/nd6.d
build/lwip/core/def.d
build/lwip/core/dns.d
build/lwip/core/inet_chksum.d
build/lwip/core/init.d
build/lwip/core/ip.d
build/lwip/core/mem.d
build/lwip/core/memp.d
build/lwip/core/netif.d
build/lwip/core/pbuf.d
build/lwip/core/raw.d
build/lwip/core/stats.d
build/lwip/core/sys.d
build/lwip/core/tcp.d
build/lwip/core/tcp_in.d
build/lwip/core/tcp_out.d
build/lwip/core/timers.d
build/lwip/core/udp.d
build/lwip/netif/etharp.d
build/lwip/netif/ethernet.d
build/lwip/netif/ethernetif.d
build/lwip/netif/lowpan6.d
build/lwip/netif/slipif.d
build/lwip/port/freertos/sys_arch.d
build/lwip/port/netif/ethernetif.d
build/lwip/port/netif/wlanif.d
build/lwip/component_project_vars.mk
build/lwip/liblwip.a
build/main/component_project_vars.mk
build/main/gatts_demo.d
build/main/libmain.a
build/mbedtls/library/aes.d
build/mbedtls/library/aesni.d
build/mbedtls/library/arc4.d
build/mbedtls/library/asn1parse.d
build/mbedtls/library/asn1write.d
build/mbedtls/library/base64.d
build/mbedtls/library/bignum.d
build/mbedtls/library/blowfish.d
build/mbedtls/library/camellia.d
build/mbedtls/library/ccm.d
build/mbedtls/library/certs.d
build/mbedtls/library/cipher.d
build/mbedtls/library/cipher_wrap.d
build/mbedtls/library/ctr_drbg.d
build/mbedtls/library/debug.d
build/mbedtls/library/des.d
build/mbedtls/library/dhm.d
build/mbedtls/library/ecdh.d
build/mbedtls/library/ecdsa.d
build/mbedtls/library/ecjpake.d
build/mbedtls/library/ecp.d
build/mbedtls/library/ecp_curves.d
build/mbedtls/library/entropy.d
build/mbedtls/library/entropy_poll.d
build/mbedtls/library/error.d
build/mbedtls/library/gcm.d
build/mbedtls/library/havege.d
build/mbedtls/library/hmac_drbg.d
build/mbedtls/library/md.d
build/mbedtls/library/md2.d
build/mbedtls/library/md4.d
build/mbedtls/library/md5.d
build/mbedtls/library/md_wrap.d
build/mbedtls/library/memory_buffer_alloc.d
build/mbedtls/library/net.d
build/mbedtls/library/oid.d
build/mbedtls/library/padlock.d
build/mbedtls/library/pem.d
build/mbedtls/library/pk.d
build/mbedtls/library/pk_wrap.d
build/mbedtls/library/pkcs11.d
build/mbedtls/library/pkcs12.d
build/mbedtls/library/pkcs5.d
build/mbedtls/library/pkparse.d
build/mbedtls/library/pkwrite.d
build/mbedtls/library/platform.d
build/mbedtls/library/ripemd160.d
build/mbedtls/library/rsa.d
build/mbedtls/library/sha1.d
build/mbedtls/library/sha256.d
build/mbedtls/library/sha512.d
build/mbedtls/library/ssl_cache.d
build/mbedtls/library/ssl_ciphersuites.d
build/mbedtls/library/ssl_cli.d
build/mbedtls/library/ssl_cookie.d
build/mbedtls/library/ssl_srv.d
build/mbedtls/library/ssl_ticket.d
build/mbedtls/library/ssl_tls.d
build/mbedtls/library/threading.d
build/mbedtls/library/timing.d
build/mbedtls/library/version.d
build/mbedtls/library/version_features.d
build/mbedtls/library/x509.d
build/mbedtls/library/x509_create.d
build/mbedtls/library/x509_crl.d
build/mbedtls/library/x509_crt.d
build/mbedtls/library/x509_csr.d
build/mbedtls/library/x509write_crt.d
build/mbedtls/library/x509write_csr.d
build/mbedtls/library/xtea.d
build/mbedtls/port/esp_bignum.d
build/mbedtls/port/esp_hardware.d
build/mbedtls/port/esp_sha1.d
build/mbedtls/port/esp_sha256.d
build/mbedtls/port/esp_sha512.d
build/mbedtls/port/mbedtls_debug.d
build/mbedtls/port/net.d
build/mbedtls/component_project_vars.mk
build/mbedtls/libmbedtls.a
build/mdns/component_project_vars.mk
build/mdns/libmdns.a
build/mdns/mdns.d
build/micro-ecc/micro-ecc/uECC.d
build/micro-ecc/component_project_vars.mk
build/micro-ecc/libmicro-ecc.a
build/newlib/component_project_vars.mk
build/newlib/libnewlib.a
build/newlib/locks.d
build/newlib/reent_init.d
build/newlib/syscall_table.d
build/newlib/syscalls.d
build/newlib/time.d
build/nghttp/library/nghttp2_buf.d
build/nghttp/library/nghttp2_callbacks.d
build/nghttp/library/nghttp2_frame.d
build/nghttp/library/nghttp2_hd.d
build/nghttp/library/nghttp2_hd_huffman.d
build/nghttp/library/nghttp2_hd_huffman_data.d
build/nghttp/library/nghttp2_helper.d
build/nghttp/library/nghttp2_http.d
build/nghttp/library/nghttp2_map.d
build/nghttp/library/nghttp2_mem.d
build/nghttp/library/nghttp2_npn.d
build/nghttp/library/nghttp2_option.d
build/nghttp/library/nghttp2_outbound_item.d
build/nghttp/library/nghttp2_pq.d
build/nghttp/library/nghttp2_priority_spec.d
build/nghttp/library/nghttp2_queue.d
build/nghttp/library/nghttp2_rcbuf.d
build/nghttp/library/nghttp2_session.d
build/nghttp/library/nghttp2_stream.d
build/nghttp/library/nghttp2_submit.d
build/nghttp/library/nghttp2_version.d
build/nghttp/port/http_parser.d
build/nghttp/component_project_vars.mk
build/nghttp/libnghttp.a
build/nvs_flash/src/nvs_api.d
build/nvs_flash/src/nvs_item_hash_list.d
build/nvs_flash/src/nvs_page.d
build/nvs_flash/src/nvs_pagemanager.d
build/nvs_flash/src/nvs_storage.d
build/nvs_flash/src/nvs_types.d
build/nvs_flash/component_project_vars.mk
build/nvs_flash/libnvs_flash.a
build/openssl/library/ssl_cert.d
build/openssl/library/ssl_lib.d
build/openssl/library/ssl_methods.d
build/openssl/library/ssl_pkey.d
build/openssl/library/ssl_stack.d
build/openssl/library/ssl_x509.d
build/openssl/platform/ssl_pm.d
build/openssl/platform/ssl_port.d
build/openssl/component_project_vars.mk
build/openssl/libopenssl.a
build/sdmmc/component_project_vars.mk
build/sdmmc/libsdmmc.a
build/sdmmc/sdmmc_cmd.d
build/spi_flash/cache_utils.d
build/spi_flash/component_project_vars.mk
build/spi_flash/flash_mmap.d
build/spi_flash/flash_ops.d
build/spi_flash/libspi_flash.a
build/spi_flash/partition.d
build/spi_flash/spi_flash_rom_patch.d
build/tcpip_adapter/component_project_vars.mk
build/tcpip_adapter/libtcpip_adapter.a
build/tcpip_adapter/tcpip_adapter_lwip.d
build/ulp/component_project_vars.mk
build/ulp/libulp.a
build/ulp/ulp.d
build/vfs/component_project_vars.mk
build/vfs/libvfs.a
build/vfs/vfs.d
build/vfs/vfs_uart.d
build/wpa_supplicant/port/os_xtensa.d
build/wpa_supplicant/src/crypto/aes-cbc.d
build/wpa_supplicant/src/crypto/aes-internal-dec.d
build/wpa_supplicant/src/crypto/aes-internal-enc.d
build/wpa_supplicant/src/crypto/aes-internal.d
build/wpa_supplicant/src/crypto/aes-unwrap.d
build/wpa_supplicant/src/crypto/aes-wrap.d
build/wpa_supplicant/src/crypto/bignum.d
build/wpa_supplicant/src/crypto/crypto_internal-cipher.d
build/wpa_supplicant/src/crypto/crypto_internal-modexp.d
build/wpa_supplicant/src/crypto/crypto_internal-rsa.d
build/wpa_supplicant/src/crypto/crypto_internal.d
build/wpa_supplicant/src/crypto/des-internal.d
build/wpa_supplicant/src/crypto/dh_group5.d
build/wpa_supplicant/src/crypto/dh_groups.d
build/wpa_supplicant/src/crypto/md4-internal.d
build/wpa_supplicant/src/crypto/md5-internal.d
build/wpa_supplicant/src/crypto/md5.d
build/wpa_supplicant/src/crypto/ms_funcs.d
build/wpa_supplicant/src/crypto/rc4.d
build/wpa_supplicant/src/crypto/sha1-internal.d
build/wpa_supplicant/src/crypto/sha1-pbkdf2.d
build/wpa_supplicant/src/crypto/sha1.d
build/wpa_supplicant/src/crypto/sha256-internal.d
build/wpa_supplicant/src/crypto/sha256.d
build/wpa_supplicant/component_project_vars.mk
build/wpa_supplicant/libwpa_supplicant.a
build/xtensa-debug-module/component_project_vars.mk
build/xtensa-debug-module/eri.d
build/xtensa-debug-module/libxtensa-debug-module.a
build/xtensa-debug-module/trax.d
build/gatt_server_demos.bin
build/gatt_server_demos.elf
build/gatt_server_demos.map
build/partitions_singleapp.bin
main/component.mk
main/gatts_demo.c
main/Kconfig
_config.yml
LICENSE
README.md
README.rst
sdkconfig
sdkconfig.defaults
sdkconfig.old