OSDN Git Service

LE Data Packet Extension support
authorPriti Aghera <paghera@broadcom.com>
Thu, 18 Dec 2014 21:55:48 +0000 (13:55 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Wed, 15 Apr 2015 18:56:35 +0000 (11:56 -0700)
commit66b7f0f650dde19c0624e5c3eac148c48b62c65d
tree09add2a90c6aedf72ec767ea843103378ade966c
parent4b555d5fa4df83fe5a415d0f4f50ccea85c32441
LE Data Packet Extension support

Included support for LE data packet extension feature according
to BT 4.2 spec. This patch checks if the controller supports LE
packet extension and provides functions to set the PDU length.

Bug: 20013956
Change-Id: I6a92970fede2f793ad48c9fa2e0247ad00297533
22 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/include/bta_api.h
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
stack/btm/btm_ble.c
stack/btu/btu_hcif.c
stack/gatt/gatt_cl.c
stack/gatt/gatt_sr.c [changed mode: 0755->0644]
stack/hcic/hciblecmds.c
stack/include/btm_ble_api.h
stack/include/hcidefs.h
stack/include/hcimsgs.h
stack/l2cap/l2c_ble.c
stack/l2cap/l2c_int.h
stack/l2cap/l2c_utils.c