OSDN Git Service

Move controller module to device directory
authorChris Manton <cmanton@google.com>
Fri, 31 Oct 2014 21:54:51 +0000 (14:54 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:39 +0000 (16:51 -0700)
commit79ecab5d0418fde77e9afcdd451bd713af73e180
tree7c7e5da28f6f83c34c97a6f77771f90d080213bd
parent4c457b5fadd6367c32089b365493966bdcbe3f2a
Move controller module to device directory
30 files changed:
btif/src/btif_core.c
btif/src/btif_pan.c
btif/src/stack_manager.c
device/Android.mk [new file with mode: 0644]
device/include/controller.h [moved from hci/include/controller.h with 100% similarity]
device/src/controller.c [moved from hci/src/controller.c with 98% similarity]
hci/Android.mk
hci/src/packet_fragmenter.c
hci/test/hci_layer_test.cpp
hci/test/packet_fragmenter_test.cpp
main/Android.mk
stack/Android.mk
stack/bnep/bnep_main.c
stack/bnep/bnep_utils.c
stack/btm/btm_acl.c
stack/btm/btm_ble_adv_filter.c
stack/btm/btm_ble_batchscan.c
stack/btm/btm_ble_gap.c
stack/btm/btm_ble_multi_adv.c
stack/btm/btm_dev.c
stack/btm/btm_devctl.c
stack/btm/btm_inq.c
stack/btm/btm_sec.c
stack/btu/btu_init.c
stack/l2cap/l2c_ble.c
stack/l2cap/l2c_link.c
stack/l2cap/l2c_main.c
stack/l2cap/l2c_utils.c
stack/smp/smp_utils.c
vnd/ble/vendor_ble.c