summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-07-12 07:29:36 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-07-12 07:29:36 +0000
commitcc54b59f364f8d2321c19ee4d2e2a42bbd4f45df (patch)
tree2ddc322f2819f4284e6c9f95c7a3f3fde93b60f7
parentb15f3ff0c54246a749cbd8cc9efde04396441df9 (diff)
parentd2dade307be692a85c42a2c0932c755545b871ab (diff)
downloadlibhardware-oreo-dr1-release.tar.gz
Change-Id: Idfe3b149d92e007f31d4af5cb27feb98ed322c85
-rw-r--r--include/hardware/bt_gatt_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hardware/bt_gatt_client.h b/include/hardware/bt_gatt_client.h
index 154cb09e..c40fa6be 100644
--- a/include/hardware/bt_gatt_client.h
+++ b/include/hardware/bt_gatt_client.h
@@ -208,7 +208,8 @@ typedef struct {
/** 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,