summaryrefslogtreecommitdiff
path: root/android/gatt.h
diff options
context:
space:
mode:
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>2014-09-02 12:09:51 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-09-02 17:12:52 +0200
commit782261302314dcc5b1a8c3c518a14e745181811e (patch)
tree3247eec5e2619356776ad1d5fd7b2e18db7383eb /android/gatt.h
parent1d3373f6ae90697c5263fefc43e38bc175385941 (diff)
downloadbluez-782261302314dcc5b1a8c3c518a14e745181811e.tar.gz
android/gatt: Add API to autoconnect GATT based devices
Diffstat (limited to 'android/gatt.h')
-rw-r--r--android/gatt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/gatt.h b/android/gatt.h
index 027dda3c5..40699b219 100644
--- a/android/gatt.h
+++ b/android/gatt.h
@@ -39,3 +39,4 @@ bool bt_gatt_unregister_app(unsigned int id);
bool bt_gatt_connect_app(unsigned int id, const bdaddr_t *addr);
bool bt_gatt_disconnect_app(unsigned int id, const bdaddr_t *addr);
bool bt_gatt_set_security(const bdaddr_t *bdaddr, int sec_level);
+bool bt_gatt_add_autoconnect(unsigned int id, const bdaddr_t *addr);