diff options
author | Andre Eisenbach <eisenbach@google.com> | 2014-08-04 17:22:29 -0700 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2014-08-04 17:22:29 -0700 |
commit | 01206e579c692cd58cb961dd942ec4c579ea36df (patch) | |
tree | 1689d4fedae6568cdba49a69e500a66ed58fe6d8 /include | |
parent | fa9a4a3c68bd561acef780d5fbc7328cbca544eb (diff) | |
download | hardware_libhardware-01206e579c692cd58cb961dd942ec4c579ea36df.zip hardware_libhardware-01206e579c692cd58cb961dd942ec4c579ea36df.tar.gz hardware_libhardware-01206e579c692cd58cb961dd942ec4c579ea36df.tar.bz2 |
Add transport parameter to createBond() function (1/4)
Change-Id: I8373ace899444c138907aaecc0f067188b0a7d90
Diffstat (limited to 'include')
-rw-r--r-- | include/hardware/bluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ typedef struct { 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); |