]> granicus.if.org Git - esp-idf/commit
component/bt: modify bluetooth API
authorwangmengyang <wangmengyang@espressif.com>
Tue, 3 Jan 2017 07:53:06 +0000 (15:53 +0800)
committerTian Hao <tianhao@espressif.com>
Thu, 5 Jan 2017 12:02:06 +0000 (20:02 +0800)
commit2e7748d625ee02c3e183a7e6d37371d3a213a846
tree3a08249f19b574474ff63d8255846298cf462f00
parentd6fcec73b2d623cab3dd6582485e11c2f445d1f4
component/bt: modify bluetooth API

1. VHCI api and doxygen
2. Controller api and doxygen
3. bluedroid init/enable api and doxygen
4. cleanup demo codes
15 files changed:
components/bt/bluedroid/api/esp_bt_main.c
components/bt/bluedroid/api/include/esp_bt_main.h
components/bt/bluedroid/hci/hci_hal_h4.c
components/bt/bluedroid/hci/hci_layer.c
components/bt/bt.c
components/bt/include/bt.h
components/esp32/include/esp_phy_init.h
docs/api/bt.rst
docs/api/controller_vhci.rst [moved from docs/api/vhci.rst with 66% similarity]
docs/api/esp_bt_main.rst
examples/05_ble_adv/main/app_bt.c
examples/12_blufi/components/blufi/blufi.c
examples/12_blufi/main/demo_main.c
examples/14_gatt_server/main/gatts_demo.c
examples/15_gatt_client/main/gattc_demo.c