]> granicus.if.org Git - esp-idf/commit
component/btdm : change bt.h name to esp_bt.h to form the name prefix
authorTian Hao <tianhao@espressif.com>
Thu, 7 Dec 2017 13:48:27 +0000 (21:48 +0800)
committerTian Hao <tianhao@espressif.com>
Fri, 8 Dec 2017 02:33:50 +0000 (10:33 +0800)
commit583dceb69b2670987004bb0cd424faccdf394233
tree9109bf2e1cb54ff7ff212eff9be35f2e584d6fe1
parent7e3ac34704b53473c42b148a9edc578c51630064
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