summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2017-03-27 20:43:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-27 20:43:55 +0000
commitf11f4db5ade93732bf3c4367760f61e31a5905c2 (patch)
treea04fad5467cebfbf8755f65c463a3e73d9164e18
parentb1def383da0936832a967c303ca07ab92ab554a5 (diff)
parentcc99bc54eca5056b721788d6ddd81ccd773166c3 (diff)
downloadlibhardware-f11f4db5ade93732bf3c4367760f61e31a5905c2.tar.gz
Merge "Add option to specify initial LE connection PHY (1/3)"
-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,