]> granicus.if.org Git - esp-idf/commit
component/bt : clean up the demos
authorTian Hao <tianhao@espressif.com>
Tue, 22 Nov 2016 12:32:45 +0000 (20:32 +0800)
committerTian Hao <tianhao@espressif.com>
Tue, 22 Nov 2016 12:32:45 +0000 (20:32 +0800)
commitdb007fbb2ec175c0a5cdad8f27e3ec447449e4b5
tree5e597370f2d1876ac1a1f3489c0b2505eebde2e3
parent190b6d629bba44ae8af873dcc598b3194a048d1c
component/bt : clean up the demos

1. cleanup gatt client demo
2. cleanup gatt server demo
3. cleanup blufi demo
4. use correct log level
20 files changed:
components/bt/bluedroid/api/esp_gap_ble_api.c
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/gatt/bta_gattc_cache.c
components/bt/bluedroid/btc/profile/std/gatt/btc_gattc.c
components/bt/bluedroid/btif/bta_dm_co.c
components/bt/bluedroid/include/bt_trace.h
components/bt/bluedroid/stack/btm/btm_sec.c
components/bt/bluedroid/stack/smp/smp_l2c.c
examples/07_blufi/Makefile
examples/09_gatt_server/Makefile
examples/09_gatt_server/README.rst
examples/09_gatt_server/main/gatts_demo.c
examples/10_gatt_client/Makefile
examples/10_gatt_client/README.rst
examples/10_gatt_client/components/bluedroid_demos/app_core/bt_app_core.c [deleted file]
examples/10_gatt_client/components/bluedroid_demos/app_project/Arch_SimpleClientProject.c [deleted file]
examples/10_gatt_client/components/bluedroid_demos/component.mk [deleted file]
examples/10_gatt_client/components/bluedroid_demos/include/bt_app_common.h [deleted file]
examples/10_gatt_client/main/demo_main.c [deleted file]
examples/10_gatt_client/main/gattc_demo.c [new file with mode: 0644]