]> granicus.if.org Git - esp-idf/commit
component/bt : new architectecture
authorTian Hao <tianhao@espressif.com>
Tue, 15 Nov 2016 12:56:15 +0000 (20:56 +0800)
committerTian Hao <tianhao@espressif.com>
Tue, 15 Nov 2016 12:56:15 +0000 (20:56 +0800)
commit521ef3f5799de7c86c02f7de93d4ca9c28298bef
tree60c47bf798f5b617452136eaedc8cf1fb4e77840
parent118984283aec37fbdf16f28fe3bdbe881377c5f4
component/bt : new architectecture

1st compile ok
98 files changed:
components/bt/bluedroid/api/esp_adv_api.c [deleted file]
components/bt/bluedroid/api/esp_bt_common.c [deleted file]
components/bt/bluedroid/api/esp_gap_ble_api.c [new file with mode: 0644]
components/bt/bluedroid/api/esp_gap_bt_api.c [moved from components/bt/bluedroid/profiles/core/bt_profile_act.c with 89% similarity]
components/bt/bluedroid/api/esp_gatt_api.c [deleted file]
components/bt/bluedroid/api/esp_gattc_api.c [new file with mode: 0644]
components/bt/bluedroid/api/esp_gatts_api.c [new file with mode: 0644]
components/bt/bluedroid/api/include/esp_adv_api.h [deleted file]
components/bt/bluedroid/api/include/esp_bt_common.h [deleted file]
components/bt/bluedroid/api/include/esp_bt_defs.h
components/bt/bluedroid/api/include/esp_gap_api.h [deleted file]
components/bt/bluedroid/api/include/esp_gap_ble_api.h [new file with mode: 0644]
components/bt/bluedroid/api/include/esp_gap_bt_api.h [new file with mode: 0644]
components/bt/bluedroid/api/include/esp_gatt_api.h [deleted file]
components/bt/bluedroid/api/include/esp_gatt_defs.h [new file with mode: 0644]
components/bt/bluedroid/api/include/esp_gattc_api.h [new file with mode: 0644]
components/bt/bluedroid/api/include/esp_gatts_api.h [new file with mode: 0644]
components/bt/bluedroid/api/include/esp_sdp_api.h
components/bt/bluedroid/bta/dm/bta_dm_api.c
components/bt/bluedroid/btc/core/btc_main.c [new file with mode: 0644]
components/bt/bluedroid/btc/core/btc_manage.c [new file with mode: 0644]
components/bt/bluedroid/btc/core/btc_task.c [new file with mode: 0644]
components/bt/bluedroid/btc/core/include/btc_main.h [new file with mode: 0644]
components/bt/bluedroid/btc/include/btc_manage.h [new file with mode: 0644]
components/bt/bluedroid/btc/include/btc_task.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/esp/ble_button/button_pro.c [moved from components/bt/bluedroid/profiles/esp/ble_button/button_pro.c with 100% similarity]
components/bt/bluedroid/btc/profile/esp/blufi/blufi_adv.c [new file with mode: 0644]
components/bt/bluedroid/btc/profile/esp/blufi/blufi_prf.c [moved from components/bt/bluedroid/profiles/esp/blufi/blufi_prf.c with 83% similarity]
components/bt/bluedroid/btc/profile/esp/blufi/include/blufi_adv.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/esp/include/blufi_prf.h [moved from components/bt/bluedroid/profiles/esp/include/blufi_prf.h with 100% similarity]
components/bt/bluedroid/btc/profile/esp/include/button_pro.h [moved from components/bt/bluedroid/profiles/esp/include/button_pro.h with 100% similarity]
components/bt/bluedroid/btc/profile/esp/include/wx_airsync_prf.h [moved from components/bt/bluedroid/profiles/esp/include/wx_airsync_prf.h with 100% similarity]
components/bt/bluedroid/btc/profile/esp/wechat_AirSync/wx_airsync_prf.c [moved from components/bt/bluedroid/profiles/esp/wechat_AirSync/wx_airsync_prf.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/avrc/avrc_api.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_api.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/avrc/avrc_bld_ct.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_bld_ct.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/avrc/avrc_bld_tg.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_bld_tg.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/avrc/avrc_opt.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_opt.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/avrc/avrc_pars_ct.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_pars_ct.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/avrc/avrc_pars_tg.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_pars_tg.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/avrc/avrc_sdp.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_sdp.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/avrc/avrc_utils.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_utils.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/avrc/include/avrc_int.h [moved from components/bt/bluedroid/profiles/std/avrc/include/avrc_int.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/battery/battery_prf.c [moved from components/bt/bluedroid/profiles/std/battery/battery_prf.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/battery/include/srvc_battery_int.h [moved from components/bt/bluedroid/profiles/std/battery/include/srvc_battery_int.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/dis/dis_profile.c [moved from components/bt/bluedroid/profiles/std/dis/dis_profile.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/dis/include/srvc_dis_int.h [moved from components/bt/bluedroid/profiles/std/dis/include/srvc_dis_int.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/gap/btc_gap_bt.c [moved from components/bt/bluedroid/api/esp_gap_api.c with 98% similarity]
components/bt/bluedroid/btc/profile/std/gatt/btc_gatt_util.c [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/gatt/btc_gattc.c [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/gatt/btc_gatts.c [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/gatt/include/btc_gatt_util.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/hid/include/hid_conn.h [moved from components/bt/bluedroid/profiles/std/hid/include/hid_conn.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/hid/include/hidh_int.h [moved from components/bt/bluedroid/profiles/std/hid/include/hidh_int.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/hid_le/hid_le_prf.c [moved from components/bt/bluedroid/profiles/std/hid_le/hid_le_prf.c with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/avct/avct_api.h [moved from components/bt/bluedroid/profiles/std/include/avct_api.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/avdt/avdt_api.h [moved from components/bt/bluedroid/profiles/std/include/avdt_api.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/avdt/avdt_defs.h [moved from components/bt/bluedroid/profiles/std/include/avdt_defs.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/avdt/avdtc_api.h [moved from components/bt/bluedroid/profiles/std/include/avdtc_api.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/avrc/avrc_api.h [moved from components/bt/bluedroid/profiles/std/include/avrc_api.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/avrc/avrc_defs.h [moved from components/bt/bluedroid/profiles/std/include/avrc_defs.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/dis/dis_api.h [moved from components/bt/bluedroid/profiles/std/include/dis_api.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/dis/srvc_api.h [moved from components/bt/bluedroid/profiles/std/include/srvc_api.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/gap/btc_gap_ble.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/include/gap/btc_gap_bt.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/include/gatt/btc_gattc.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/include/gatt/btc_gatts.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/include/hid_le/hid_le_prf.h [moved from components/bt/bluedroid/profiles/std/include/hid_le_prf.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/include/sdp/bt_sdp.h [moved from components/bt/bluedroid/profiles/std/include/bt_sdp.h with 100% similarity]
components/bt/bluedroid/btc/profile/std/sdp/btc_sdp.c [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/sdp/include/btc_sdp.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/smp/esp_app_sec.c [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/smp/include/esp_sec_api.h [new file with mode: 0644]
components/bt/bluedroid/include/bt_defs.h
components/bt/bluedroid/profiles/core/bt_prf_sys_main.c [deleted file]
components/bt/bluedroid/profiles/core/bt_prf_task.c [deleted file]
components/bt/bluedroid/profiles/core/include/bt_prf_evt.h [deleted file]
components/bt/bluedroid/profiles/core/include/bt_prf_sys.h [deleted file]
components/bt/bluedroid/profiles/core/include/bt_prf_task.h [deleted file]
components/bt/bluedroid/profiles/esp/blufi/blufi_adv.c [deleted file]
components/bt/bluedroid/profiles/esp/blufi/include/blufi_adv.h [deleted file]
components/bt/bluedroid/profiles/std/include/prf_defs.h [deleted file]
components/bt/bluedroid/stack/include/hiddefs.h [moved from components/bt/bluedroid/profiles/std/include/hiddefs.h with 100% similarity]
components/bt/bluedroid/stack/include/hidh_api.h [moved from components/bt/bluedroid/profiles/std/include/hidh_api.h with 100% similarity]
components/bt/bluedroid/stack/include/rfcdefs.h [moved from components/bt/bluedroid/profiles/std/include/rfcdefs.h with 100% similarity]
components/bt/bluedroid/stack/rfcomm/include/port_int.h [moved from components/bt/bluedroid/profiles/std/rfcomm/include/port_int.h with 100% similarity]
components/bt/bluedroid/stack/rfcomm/include/rfc_int.h [moved from components/bt/bluedroid/profiles/std/rfcomm/include/rfc_int.h with 100% similarity]
components/bt/bluedroid/stack/rfcomm/port_api.c [moved from components/bt/bluedroid/profiles/std/rfcomm/port_api.c with 100% similarity]
components/bt/bluedroid/stack/rfcomm/port_rfc.c [moved from components/bt/bluedroid/profiles/std/rfcomm/port_rfc.c with 100% similarity]
components/bt/bluedroid/stack/rfcomm/port_utils.c [moved from components/bt/bluedroid/profiles/std/rfcomm/port_utils.c with 100% similarity]
components/bt/bluedroid/stack/rfcomm/rfc_l2cap_if.c [moved from components/bt/bluedroid/profiles/std/rfcomm/rfc_l2cap_if.c with 100% similarity]
components/bt/bluedroid/stack/rfcomm/rfc_mx_fsm.c [moved from components/bt/bluedroid/profiles/std/rfcomm/rfc_mx_fsm.c with 100% similarity]
components/bt/bluedroid/stack/rfcomm/rfc_port_fsm.c [moved from components/bt/bluedroid/profiles/std/rfcomm/rfc_port_fsm.c with 100% similarity]
components/bt/bluedroid/stack/rfcomm/rfc_port_if.c [moved from components/bt/bluedroid/profiles/std/rfcomm/rfc_port_if.c with 100% similarity]
components/bt/bluedroid/stack/rfcomm/rfc_ts_frames.c [moved from components/bt/bluedroid/profiles/std/rfcomm/rfc_ts_frames.c with 100% similarity]
components/bt/bluedroid/stack/rfcomm/rfc_utils.c [moved from components/bt/bluedroid/profiles/std/rfcomm/rfc_utils.c with 100% similarity]
components/bt/component.mk
examples/07_blufi/components/blufi/blufi.c