summaryrefslogtreecommitdiff
path: root/android/bluetooth.h
diff options
context:
space:
mode:
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>2014-04-23 18:53:27 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-04-24 10:32:47 +0200
commit1090705817b07722c56af4b2dd9d3f1022b5338a (patch)
tree15cf2836c0e6224e61f78c928f833df5f6a6b0b9 /android/bluetooth.h
parent8e363b81db4389dfce12aff75f4617e886a6b920 (diff)
downloadbluez-1090705817b07722c56af4b2dd9d3f1022b5338a.tar.gz
android/bluetooth: Make possible to start BlueZ in a single mode
This patch adds possibility to start BlueZ in LE or BR/EDR mode when having dual mode chip below.
Diffstat (limited to 'android/bluetooth.h')
-rw-r--r--android/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/bluetooth.h b/android/bluetooth.h
index 3eddf160c..634458fb2 100644
--- a/android/bluetooth.h
+++ b/android/bluetooth.h
@@ -29,7 +29,7 @@ bool bt_bluetooth_stop(bt_bluetooth_stopped cb);
void bt_bluetooth_cleanup(void);
-void bt_bluetooth_register(struct ipc *ipc, uint8_t mode);
+bool bt_bluetooth_register(struct ipc *ipc, uint8_t mode);
void bt_bluetooth_unregister(void);
int bt_adapter_add_record(sdp_record_t *rec, uint8_t svc_hint);