release-request-5b9b9a64-937a-49c8-8624-8f3097e6fbf0-for-git_oc-dr1-release-4173081 snap-temp-L87600000081515330

Change-Id: Idfe3b149d92e007f31d4af5cb27feb98ed322c85
diff --git a/include/hardware/bt_gatt_client.h b/include/hardware/bt_gatt_client.h
index 154cb09..c40fa6b 100644
--- a/include/hardware/bt_gatt_client.h
+++ b/include/hardware/bt_gatt_client.h
@@ -208,7 +208,8 @@
 
     /** 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, int initiating_phys);
+                           bool is_direct, int transport, bool opportunistic,
+                           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,