Merge "Add option to specify initial LE connection PHY (1/3)" am: f11f4db5ad
am: 5e4ebcab38

Change-Id: Ibd0509e62868c40fb54507d45a6705d2212dcb00
diff --git a/include/hardware/bt_gatt_client.h b/include/hardware/bt_gatt_client.h
index d54256d..ec8dd16 100644
--- a/include/hardware/bt_gatt_client.h
+++ b/include/hardware/bt_gatt_client.h
@@ -207,8 +207,8 @@
     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,