summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2017-03-27 20:48:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-27 20:48:11 +0000
commit5e4ebcab38f873ea524bed12e0fac30ebd662e27 (patch)
tree209d9aa58ba3923cd8a9c403766055c1676cd20e
parent6cf186eb6b7b1c19b70b28754ab1fefc22b0979e (diff)
parentf11f4db5ade93732bf3c4367760f61e31a5905c2 (diff)
downloadlibhardware-5e4ebcab38f873ea524bed12e0fac30ebd662e27.tar.gz
Merge "Add option to specify initial LE connection PHY (1/3)"
am: f11f4db5ad Change-Id: I4e051af08c8efa8c1e2e2ef8fb4f53ee8eca6280
-rw-r--r--include/hardware/bt_gatt_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hardware/bt_gatt_client.h b/include/hardware/bt_gatt_client.h
index d54256d8..ec8dd161 100644
--- a/include/hardware/bt_gatt_client.h
+++ b/include/hardware/bt_gatt_client.h
@@ -207,8 +207,8 @@ typedef struct {
bt_status_t (*unregister_client)(int client_if );
/** Create a connection to a remote LE or dual-mode device */
- bt_status_t (*connect)( int client_if, const bt_bdaddr_t *bd_addr,
- bool is_direct, int transport );
+ bt_status_t (*connect)(int client_if, const bt_bdaddr_t *bd_addr,
+ bool is_direct, int transport, int initiating_phys);
/** Disconnect a remote device or cancel a pending connection */
bt_status_t (*disconnect)( int client_if, const bt_bdaddr_t *bd_addr,