]> granicus.if.org Git - esp-idf/commit
component/btdm : change bt.h name to esp_bt.h to form the name prefix v3.0-rc1
authorTian Hao <tianhao@espressif.com>
Thu, 7 Dec 2017 13:48:27 +0000 (21:48 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 8 Dec 2017 12:56:43 +0000 (20:56 +0800)
commit043ef32651fada9f66362949deecfe101c636e6c
tree5a1c132b1e3876ba67b64f4ef307d1354e20752a
parenteae3b45170193d89b8d929361b0a8e4fc15472ae
component/btdm : change bt.h name to esp_bt.h to form the name prefix
21 files changed:
components/bt/bluedroid/api/esp_bt_main.c
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/bt/include/esp_bt.h [new file with mode: 0644]
examples/bluetooth/a2dp_sink/main/main.c
examples/bluetooth/ble_adv/main/app_bt.c
examples/bluetooth/ble_eddystone/main/esp_eddystone_demo.c
examples/bluetooth/ble_ibeacon/main/ibeacon_demo.c
examples/bluetooth/ble_spp_client/main/spp_client_demo.c
examples/bluetooth/ble_spp_server/main/ble_spp_server_demo.c
examples/bluetooth/blufi/main/blufi_example_main.c
examples/bluetooth/blufi/main/blufi_security.c
examples/bluetooth/controller_hci_uart/main/controller_hci_uart_demo.c
examples/bluetooth/gatt_client/main/gattc_demo.c
examples/bluetooth/gatt_security_client/main/example_ble_sec_gattc_demo.c
examples/bluetooth/gatt_security_server/main/example_ble_sec_gatts_demo.c
examples/bluetooth/gatt_server/main/gatts_demo.c
examples/bluetooth/gatt_server_service_table/main/gatts_table_creat_demo.c
examples/bluetooth/gattc_multi_connect/main/gattc_multi_connect.c