OSDN Git Service

Merge BT 4.1 features
authorGanesh Ganapathi Batta <ganeshg@broadcom.com>
Wed, 16 Apr 2014 23:50:09 +0000 (16:50 -0700)
committerGanesh Ganapathi Batta <ganeshg@broadcom.com>
Wed, 30 Apr 2014 17:30:47 +0000 (10:30 -0700)
commit8fe58875ce67c6e1099e7ba2339dcd2b979491b0
tree03dec9ddb8432a4beb3758db92fd4aa4b55464dc
parentffa5c93d455f33af1be3b04d39520413dc24afd5
Merge BT 4.1 features

The features include:
- LE Peripheral Mode
- Link Layer topology (LE Central & Peripheral Concurrency)
- Dual Mode Topology (Ability to choose LE transport when connecting with
other Dual Mode devices)
- Fast advertising Interval
- Limited Discovery Time Changes
- GAP Authentication and Lost Bond
- Dual Mode Addressing
- Common Profile and Service Error Code
- 32 bit UUIDs

Change-Id: Ic6701da4cf6aaa390ff2c8816b43157f36b7fb42
92 files changed:
bta/dm/bta_dm_act.c
bta/dm/bta_dm_api.c
bta/dm/bta_dm_int.h
bta/dm/bta_dm_main.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_le.c
bta/include/bta_api.h
bta/include/bta_gatt_api.h
bta/jv/bta_jv_act.c
bta/jv/bta_jv_api.c
btif/include/btif_storage.h
btif/src/bluetooth.c
btif/src/btif_dm.c
btif/src/btif_gatt_client.c
btif/src/btif_gatt_server.c
btif/src/btif_gatt_test.c
btif/src/btif_gatt_util.c
btif/src/btif_storage.c
hci/src/utils.c
include/bt_target.h
main/bte_main.c
stack/avdt/avdt_l2c.c
stack/bnep/bnep_int.h
stack/bnep/bnep_utils.c
stack/btm/btm_acl.c
stack/btm/btm_ble.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_pm.c
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
stack/gap/gap_ble.c
stack/gap/gap_conn.c
stack/gap/gap_utils.c
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/hid/hidh_conn.c
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
stack/include/gatt_api.h
stack/include/hcidefs.h
stack/include/hcimsgs.h
stack/include/l2c_api.h
stack/include/smp_api.h
stack/include/uipc_msg.h
stack/l2cap/l2c_api.c
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_ucd.c
stack/l2cap/l2c_utils.c
stack/mcap/mca_l2c.c
stack/rfcomm/rfc_int.h
stack/rfcomm/rfc_utils.c
stack/smp/aes.c
stack/smp/smp_act.c
stack/smp/smp_int.h
stack/smp/smp_l2c.c
stack/smp/smp_main.c
stack/smp/smp_utils.c
stack/srvc/srvc_dis.c
stack/srvc/srvc_eng.c