OSDN Git Service

Initial version of BLE support for Bluedroid
authorGanesh Ganapathi Batta <ganeshg@broadcom.com>
Tue, 5 Feb 2013 23:22:31 +0000 (15:22 -0800)
committerMatthew Xie <mattx@google.com>
Thu, 28 Feb 2013 02:15:49 +0000 (18:15 -0800)
commitead3cde4bac0c3e32cd31f149093f004eef8ceeb
treef45b52e375e1a80e807dbbc864bb1da603965b0d
parente17bf003d4eefdc8525e55894210e9ee494972b8
Initial version of BLE support for Bluedroid

Change-Id: I9825a5cef9be2559c34c2a529b211b7d471147cf
149 files changed:
bta/av/bta_av_aact.c
bta/av/bta_av_act.c
bta/av/bta_av_cfg.c
bta/av/bta_av_int.h
bta/av/bta_av_main.c
bta/av/bta_av_ssm.c
bta/dm/bta_dm_act.c
bta/dm/bta_dm_api.c
bta/dm/bta_dm_cfg.c
bta/dm/bta_dm_int.h
bta/dm/bta_dm_main.c
bta/dm/bta_dm_pm.c
bta/gatt/bta_gattc_act.c
bta/gatt/bta_gattc_api.c
bta/gatt/bta_gattc_cache.c
bta/gatt/bta_gattc_int.h
bta/gatt/bta_gattc_main.c
bta/gatt/bta_gattc_utils.c
bta/gatt/bta_gatts_act.c
bta/gatt/bta_gatts_api.c
bta/gatt/bta_gatts_int.h
bta/hh/bta_hh_act.c
bta/hh/bta_hh_api.c
bta/hh/bta_hh_cfg.c
bta/hh/bta_hh_int.h
bta/hh/bta_hh_main.c
bta/hh/bta_hh_utils.c
bta/hl/bta_hl_act.c
bta/hl/bta_hl_int.h
bta/hl/bta_hl_main.c
bta/hl/bta_hl_sdp.c
bta/hl/bta_hl_utils.c
bta/include/bta_api.h
bta/include/bta_av_api.h
bta/include/bta_gatt_api.h
bta/include/bta_gattc_co.h
bta/include/bta_hh_api.h
btif/co/bta_dm_co.c
btif/co/bta_gattc_co.c [new file with mode: 0644]
btif/co/bta_gatts_co.c [new file with mode: 0644]
btif/co/bta_hh_co.c
btif/include/btif_api.h
btif/include/btif_common.h
btif/include/btif_dm.h
btif/include/btif_gatt.h [new file with mode: 0644]
btif/include/btif_gatt_util.h [new file with mode: 0644]
btif/include/btif_hh.h
btif/include/btif_storage.h
btif/include/btif_util.h
btif/include/uinput.h
btif/src/bluetooth.c
btif/src/btif_core.c [changed mode: 0755->0644]
btif/src/btif_dm.c
btif/src/btif_gatt.c [new file with mode: 0644]
btif/src/btif_gatt_client.c [new file with mode: 0644]
btif/src/btif_gatt_server.c [new file with mode: 0644]
btif/src/btif_gatt_test.c [new file with mode: 0644]
btif/src/btif_gatt_util.c [new file with mode: 0644]
btif/src/btif_hf.c [changed mode: 0755->0644]
btif/src/btif_hh.c
btif/src/btif_hl.c
btif/src/btif_storage.c [changed mode: 0755->0644]
btif/src/btif_util.c
conf/bt_stack.conf
gki/common/gki_buffer.c
gki/common/gki_common.h
hci/src/userial.c
include/bt_target.h [changed mode: 0755->0644]
include/bt_trace.h
include/bte.h
include/bte_appl.h
main/Android.mk
main/bte_logmsg.c
main/bte_version.c
stack/Android.mk
stack/avdt/avdt_api.c
stack/avdt/avdt_ccb_act.c
stack/avdt/avdt_int.h
stack/avdt/avdt_scb_act.c
stack/btm/btm_acl.c
stack/btm/btm_ble.c
stack/btm/btm_ble_addr.c
stack/btm/btm_ble_bgconn.c
stack/btm/btm_ble_gap.c
stack/btm/btm_ble_int.h
stack/btm/btm_dev.c
stack/btm/btm_devctl.c
stack/btm/btm_inq.c
stack/btm/btm_int.h
stack/btm/btm_sco.c
stack/btm/btm_sec.c
stack/btu/btu_hcif.c
stack/btu/btu_task.c
stack/gap/gap_api.c [new file with mode: 0644]
stack/gap/gap_ble.c [new file with mode: 0644]
stack/gap/gap_conn.c [new file with mode: 0644]
stack/gap/gap_int.h [new file with mode: 0644]
stack/gap/gap_utils.c [new file with mode: 0644]
stack/gatt/att_protocol.c
stack/gatt/gatt_api.c
stack/gatt/gatt_attr.c
stack/gatt/gatt_auth.c
stack/gatt/gatt_cl.c
stack/gatt/gatt_db.c
stack/gatt/gatt_int.h
stack/gatt/gatt_main.c
stack/gatt/gatt_sr.c
stack/gatt/gatt_utils.c
stack/hcic/hciblecmds.c
stack/hcic/hcicmds.c
stack/hid/hidh_api.c
stack/hid/hidh_conn.c
stack/include/avdt_api.h
stack/include/avrc_api.h
stack/include/bt_types.h
stack/include/btm_api.h
stack/include/btm_ble_api.h
stack/include/btu.h
stack/include/gap_api.h [new file with mode: 0644]
stack/include/gatt_api.h
stack/include/gattdefs.h
stack/include/hcidefs.h
stack/include/hcimsgs.h
stack/include/l2c_api.h
stack/include/profiles_api.h [new file with mode: 0644]
stack/include/sdpdefs.h
stack/include/smp_api.h
stack/l2cap/l2c_ble.c
stack/l2cap/l2c_fcr.c
stack/l2cap/l2c_int.h
stack/l2cap/l2c_link.c
stack/l2cap/l2c_main.c
stack/l2cap/l2c_utils.c
stack/mcap/mca_int.h
stack/mcap/mca_l2c.c
stack/mcap/mca_main.c
stack/sdp/sdp_db.c
stack/sdp/sdp_server.c
stack/sdp/sdp_utils.c
stack/smp/aes.c [new file with mode: 0644]
stack/smp/aes.h [new file with mode: 0644]
stack/smp/smp_act.c
stack/smp/smp_int.h
stack/smp/smp_keys.c
stack/smp/smp_l2c.c
stack/smp/smp_main.c
stack/smp/smp_utils.c
test/bluedroidtest/README.txt
test/bluedroidtest/bluedroidtest.c