OSDN Git Service

Add option to specify initial LE connection PHY (1/3)
authorJakub Pawlowski <jpawlowski@google.com>
Sat, 25 Mar 2017 00:52:02 +0000 (17:52 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Mon, 27 Mar 2017 18:52:46 +0000 (11:52 -0700)
commit96fb273d92a31204edcf43ab2594a19876d14056
tree7a39738644a921b607fc8baa1479f3c09958534f
parente9082e66c26be1ce81a04d951176716dd4787863
Add option to specify initial LE connection PHY (1/3)

For whitelist connections we always use all possible PHYs, for direct
connection use PHY specified by client.

Test: manual
Bug: 30622771
Change-Id: I720f134e2800dc3d282135bb7ffbe3882117c680
21 files changed:
bta/gatt/bta_gattc_act.cc
bta/gatt/bta_gattc_api.cc
bta/gatt/bta_gattc_int.h
bta/include/bta_gatt_api.h
btif/src/btif_gatt_client.cc
device/include/controller.h
device/src/controller.cc
service/hal/fake_bluetooth_gatt_interface.cc
service/low_energy_client.cc
stack/btm/btm_ble_bgconn.cc
stack/btm/btm_ble_int.h
stack/gatt/gatt_api.cc
stack/gatt/gatt_int.h
stack/gatt/gatt_main.cc
stack/include/bt_types.h
stack/include/gatt_api.h
stack/include/l2c_api.h
stack/l2cap/l2c_api.cc
stack/l2cap/l2c_ble.cc
stack/l2cap/l2c_int.h
stack/l2cap/l2c_utils.cc