]> granicus.if.org Git - esp-idf/commit
component/bt : add bt enable/disable for power save
authorTian Hao <tianhao@espressif.com>
Fri, 17 Feb 2017 11:24:58 +0000 (19:24 +0800)
committerTian Hao <tianhao@espressif.com>
Fri, 17 Feb 2017 11:24:58 +0000 (19:24 +0800)
commit4bd5b0c91af842a6a612e1c9e8d50edf6a7835cd
treeccbde4b732179dac1f920aff3a16da91d388e801
parent8f3d1d3184496f3ca9952fa762c0fd69bc027d33
component/bt : add bt enable/disable for power save

1. add new APIs bt controller enable/disab/deinit
2. make bt controller work need to call two APIs of esp_bt_controller_init and enable
3. modify phy init to make mac reset once
components/bt/bluedroid/api/esp_bt_main.c
components/bt/bt.c
components/bt/include/bt.h
components/bt/lib
components/esp32/phy_init.c
docs/api/bluetooth/controller_vhci.rst
examples/bluetooth/ble_adv/main/app_bt.c
examples/bluetooth/blufi/main/blufi_main.c
examples/bluetooth/gatt_client/main/gattc_demo.c
examples/bluetooth/gatt_server/main/gatts_demo.c
examples/bluetooth/gatt_server_service_table/main/gatts_table_creat_demo.c