]> granicus.if.org Git - esp-idf/commit
component bt: Added the client demo to the bt project
authorYulong <huangyulong@espressif.com>
Thu, 17 Nov 2016 11:37:56 +0000 (06:37 -0500)
committerYulong <huangyulong@espressif.com>
Thu, 17 Nov 2016 11:37:56 +0000 (06:37 -0500)
commit7548b8c6229220b920291c57d52378da1e436c37
treeadc19e79acdb63aec6a3c6a6ccb128f2c9a67cdf
parenta63383dd19152ce95067d5066e621fa0edb5ecc3
component bt: Added the client demo to the bt project
14 files changed:
components/bt/bluedroid/api/esp_gap_ble_api.c
components/bt/bluedroid/api/include/esp_gap_ble_api.h
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/btc/profile/std/include/dis_api.h
examples/06_bluedroid_demos/components/bluedroid_demos/app_client_profiles/battery_c/battery_c.c
examples/06_bluedroid_demos/components/bluedroid_demos/app_project/SampleClientProject.c
examples/09_arch_client/Makefile [new file with mode: 0644]
examples/09_arch_client/README.rst [new file with mode: 0644]
examples/09_arch_client/components/bluedroid_demos/app_core/bt_app_core.c [new file with mode: 0644]
examples/09_arch_client/components/bluedroid_demos/app_project/Arch_SimpleClientProject.c [new file with mode: 0644]
examples/09_arch_client/components/bluedroid_demos/component.mk [new file with mode: 0644]
examples/09_arch_client/components/bluedroid_demos/include/bt_app_common.h [new file with mode: 0644]
examples/09_arch_client/main/component.mk [new file with mode: 0644]
examples/09_arch_client/main/demo_main.c [new file with mode: 0644]