]> granicus.if.org Git - esp-idf/commit
component/bt: transport bluedroid avct, avdt, avrc and a2dp module to stack
authorwangmengyang <wangmengyang@espressif.com>
Wed, 2 Nov 2016 09:42:26 +0000 (17:42 +0800)
committerwangmengyang <wangmengyang@espressif.com>
Wed, 2 Nov 2016 09:42:26 +0000 (17:42 +0800)
commite3a4f23c9dc4617a28348db3323d6a9787f41110
tree2dad408a86316f326a1da8473d1a63ffb2e0e76a
parentd472ff585698bdc404200311a8e7b647d2327b92
component/bt: transport bluedroid avct, avdt, avrc and a2dp module to stack
38 files changed:
components/bt/bluedroid/stack/a2dp/a2d_api.c [new file with mode: 0755]
components/bt/bluedroid/stack/a2dp/a2d_sbc.c [new file with mode: 0755]
components/bt/bluedroid/stack/a2dp/include/a2d_int.h [new file with mode: 0755]
components/bt/bluedroid/stack/avct/avct_api.c [new file with mode: 0755]
components/bt/bluedroid/stack/avct/avct_ccb.c [new file with mode: 0755]
components/bt/bluedroid/stack/avct/avct_l2c.c [new file with mode: 0755]
components/bt/bluedroid/stack/avct/avct_lcb.c [new file with mode: 0755]
components/bt/bluedroid/stack/avct/avct_lcb_act.c [new file with mode: 0755]
components/bt/bluedroid/stack/avct/include/avct_defs.h [new file with mode: 0755]
components/bt/bluedroid/stack/avct/include/avct_int.h [new file with mode: 0755]
components/bt/bluedroid/stack/avdt/avdt_ad.c [new file with mode: 0755]
components/bt/bluedroid/stack/avdt/avdt_api.c [new file with mode: 0755]
components/bt/bluedroid/stack/avdt/avdt_ccb.c [new file with mode: 0755]
components/bt/bluedroid/stack/avdt/avdt_ccb_act.c [new file with mode: 0755]
components/bt/bluedroid/stack/avdt/avdt_l2c.c [new file with mode: 0755]
components/bt/bluedroid/stack/avdt/avdt_msg.c [new file with mode: 0755]
components/bt/bluedroid/stack/avdt/avdt_scb.c [new file with mode: 0755]
components/bt/bluedroid/stack/avdt/avdt_scb_act.c [new file with mode: 0755]
components/bt/bluedroid/stack/avdt/include/avdt_defs.h [moved from components/bt/bluedroid/profiles/std/include/avdt_defs.h with 100% similarity]
components/bt/bluedroid/stack/avdt/include/avdt_int.h [new file with mode: 0755]
components/bt/bluedroid/stack/avrc/avrc_api.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_api.c with 99% similarity]
components/bt/bluedroid/stack/avrc/avrc_bld_ct.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_bld_ct.c with 100% similarity]
components/bt/bluedroid/stack/avrc/avrc_bld_tg.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_bld_tg.c with 99% similarity]
components/bt/bluedroid/stack/avrc/avrc_opt.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_opt.c with 99% similarity]
components/bt/bluedroid/stack/avrc/avrc_pars_ct.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_pars_ct.c with 99% similarity]
components/bt/bluedroid/stack/avrc/avrc_pars_tg.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_pars_tg.c with 100% similarity]
components/bt/bluedroid/stack/avrc/avrc_sdp.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_sdp.c with 100% similarity]
components/bt/bluedroid/stack/avrc/avrc_utils.c [moved from components/bt/bluedroid/profiles/std/avrc/avrc_utils.c with 100% similarity]
components/bt/bluedroid/stack/avrc/include/avrc_int.h [moved from components/bt/bluedroid/profiles/std/avrc/include/avrc_int.h with 99% similarity]
components/bt/bluedroid/stack/include/a2d_api.h [new file with mode: 0755]
components/bt/bluedroid/stack/include/a2d_sbc.h [new file with mode: 0755]
components/bt/bluedroid/stack/include/avct_api.h [moved from components/bt/bluedroid/profiles/std/include/avct_api.h with 100% similarity]
components/bt/bluedroid/stack/include/avdt_api.h [moved from components/bt/bluedroid/profiles/std/include/avdt_api.h with 100% similarity]
components/bt/bluedroid/stack/include/avdtc_api.h [moved from components/bt/bluedroid/profiles/std/include/avdtc_api.h with 100% similarity]
components/bt/bluedroid/stack/include/avrc_api.h [moved from components/bt/bluedroid/profiles/std/include/avrc_api.h with 100% similarity]
components/bt/bluedroid/stack/include/avrc_defs.h [moved from components/bt/bluedroid/profiles/std/include/avrc_defs.h with 100% similarity]
components/bt/bluedroid/utils/include/bt_utils.h [new file with mode: 0755]
components/bt/component.mk