]> granicus.if.org Git - esp-idf/commit
component/bt : move blufi to new architecture btc task
authorTian Hao <tianhao@espressif.com>
Wed, 16 Nov 2016 14:11:59 +0000 (22:11 +0800)
committerTian Hao <tianhao@espressif.com>
Wed, 16 Nov 2016 14:11:59 +0000 (22:11 +0800)
commitaafaebefb43a473ad1329ccddee29e61b45793ba
tree8eedc87c4bd67bcdb9df2b4a6eaed3143da1b19a
parent9691fe9daefe0242c7f899f0f26bb0b26d4f16db
component/bt : move blufi to new architecture btc task

1. move blufi to new architecture
2. delete some log trace
14 files changed:
components/bt/bluedroid/api/esp_blufi_api.c [new file with mode: 0644]
components/bt/bluedroid/api/include/esp_blufi_api.h [new file with mode: 0644]
components/bt/bluedroid/bta/gatt/bta_gatts_act.c
components/bt/bluedroid/bta/gatt/bta_gatts_main.c
components/bt/bluedroid/btc/core/btc_main.c
components/bt/bluedroid/btc/core/btc_task.c
components/bt/bluedroid/btc/profile/esp/blufi/blufi_prf.c
components/bt/bluedroid/btc/profile/esp/blufi/include/blufi_int.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/esp/include/blufi_prf.h [deleted file]
components/bt/bluedroid/btc/profile/esp/include/btc_blufi_prf.h [new file with mode: 0644]
components/bt/bluedroid/stack/btm/btm_ble_gap.c
examples/07_blufi/components/blufi/blufi.c
examples/07_blufi/components/blufi/blufi_task.c
examples/07_blufi/main/demo_main.c