]> granicus.if.org Git - esp-idf/commit
component/bt : init api
authorTian Hao <tianhao@espressif.com>
Wed, 16 Nov 2016 08:26:02 +0000 (16:26 +0800)
committerTian Hao <tianhao@espressif.com>
Wed, 16 Nov 2016 08:26:02 +0000 (16:26 +0800)
commit9691fe9daefe0242c7f899f0f26bb0b26d4f16db
tree7475352d7f4eac01f12b30a855ef8c4a687494ba
parent8fed003ce52bb00734aaf1e46fd4d0ef8eca2e0c
component/bt : init api

1. use future to redefine init api
components/bt/bluedroid/api/esp_bt_main.c
components/bt/bluedroid/api/include/esp_bt_main.h
components/bt/bluedroid/btc/core/btc_main.c
components/bt/bluedroid/btc/core/btc_sec.c [new file with mode: 0644]
components/bt/bluedroid/btc/core/btc_task.c
components/bt/bluedroid/btc/core/include/btc_main.h [deleted file]
components/bt/bluedroid/btc/include/btc_main.h [new file with mode: 0644]
components/bt/bluedroid/btc/include/btc_task.h
examples/07_blufi/components/blufi/blufi.c
examples/07_blufi/main/demo_main.c