Merge "Add HAL capabilities for GPS Measurements and Navigation Messages." into lmp-dev
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index cd67414..74cd1fc 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -480,7 +480,7 @@
     int (*cancel_discovery)(void);
 
     /** Create Bluetooth Bonding */
-    int (*create_bond)(const bt_bdaddr_t *bd_addr);
+    int (*create_bond)(const bt_bdaddr_t *bd_addr, int transport);
 
     /** Remove Bond */
     int (*remove_bond)(const bt_bdaddr_t *bd_addr);