OSDN Git Service

LE Privacy 1.2 and LE secure connections
authorSatya Calloji <satyac@broadcom.com>
Fri, 6 Mar 2015 18:38:22 +0000 (10:38 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 13 Apr 2015 07:09:06 +0000 (00:09 -0700)
commit444a8da807abaf5f9e813ce70c56a79160495fb3
tree20a35a257203d1a87f34d887ffba13672af4288a
parent8372aa5fa535ee4f09c09981b6125b54ace31fe2
LE Privacy 1.2 and LE secure connections

Bug: 19816438
Original author: Chaojing Sun <cjsun@broadcom.com>
Change-Id: I5951f4d4e038f8348a62aa6d19b2111bae0b3ecc
74 files changed:
bta/ag/bta_ag_act.c
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/hf_client/bta_hf_client_act.c
bta/include/bta_api.h
btif/include/btif_dm.h
btif/src/btif_config.c
btif/src/btif_dm.c
btif/src/btif_storage.c
device/include/controller.h
device/src/controller.c
hci/include/hci_packet_factory.h
hci/include/hci_packet_parser.h
hci/src/hci_packet_factory.c
hci/src/hci_packet_parser.c
include/bt_target.h
stack/Android.mk
stack/btm/btm_acl.c
stack/btm/btm_ble.c
stack/btm/btm_ble_addr.c
stack/btm/btm_ble_adv_filter.c
stack/btm/btm_ble_bgconn.c
stack/btm/btm_ble_gap.c
stack/btm/btm_ble_int.h
stack/btm/btm_ble_multi_adv.c
stack/btm/btm_ble_privacy.c [new file with mode: 0644]
stack/btm/btm_dev.c
stack/btm/btm_devctl.c
stack/btm/btm_inq.c
stack/btm/btm_int.h
stack/btm/btm_sec.c
stack/btu/btu_hcif.c
stack/gap/gap_ble.c
stack/gap/gap_int.h
stack/gatt/gatt_api.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/gap_api.h
stack/include/gattdefs.h
stack/include/hcidefs.h
stack/include/hcimsgs.h
stack/include/l2c_api.h
stack/include/l2cdefs.h
stack/include/smp_api.h
stack/l2cap/l2c_api.c
stack/l2cap/l2c_ble.c
stack/l2cap/l2c_link.c
stack/l2cap/l2c_utils.c
stack/smp/aes.c
stack/smp/p_256_curvepara.c [new file with mode: 0644]
stack/smp/p_256_ecc_pp.c [new file with mode: 0644]
stack/smp/p_256_ecc_pp.h [new file with mode: 0644]
stack/smp/p_256_multprecision.c [new file with mode: 0644]
stack/smp/p_256_multprecision.h [new file with mode: 0644]
stack/smp/smp_act.c
stack/smp/smp_api.c
stack/smp/smp_br_main.c [new file with mode: 0644]
stack/smp/smp_cmac.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
vnd/ble/vendor_ble.c [deleted file]
vnd/include/vendor_ble.h [deleted file]