OSDN Git Service

Parse LMP features to enable LE support
authorAndre Eisenbach <andre@broadcom.com>
Sat, 23 Mar 2013 01:00:51 +0000 (18:00 -0700)
committerMatthew Xie <mattx@google.com>
Tue, 26 Mar 2013 18:31:38 +0000 (11:31 -0700)
commit3aa60544585b5fb0f35c1165539a4a859fc0f25c
treebc91c6ee8d21df838246b63126a4a0f72718095f
parent1f9a190b457f6a0e8effd47998014cb724fdb085
Parse LMP features to enable LE support

Only send LE commands if the local Bluetooth radio supports LE.
Improved remote feature parsing by reading extended features. Before
this change, only the first page of the features was parsed.
bug 8332905

Change-Id: I0b90771dcfc453efea157f463b9df006e0178609
16 files changed:
bta/dm/bta_dm_act.c
bta/dm/bta_dm_api.c
bta/dm/bta_dm_int.h
bta/include/bta_api.h
stack/btm/btm_acl.c
stack/btm/btm_ble_gap.c
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/include/btm_api.h
stack/include/hcidefs.h
stack/l2cap/l2c_utils.c