summaryrefslogtreecommitdiff
path: root/android/bluetooth.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-04-26 17:26:13 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-04-28 14:11:54 +0200
commit0009f141a723c8bcca78aaf69843bf5e0b9ff3c2 (patch)
tree08274fcca61ca0715c9b9b734fe6b92329ab9443 /android/bluetooth.h
parente3c663cc3a82a9b6901de3e588f7861337eca257 (diff)
downloadbluez-0009f141a723c8bcca78aaf69843bf5e0b9ff3c2.tar.gz
android/bluetooth: Add function for getting device Android type
This will be used by GATT HAL.
Diffstat (limited to 'android/bluetooth.h')
-rw-r--r--android/bluetooth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/bluetooth.h b/android/bluetooth.h
index 634458fb2..649c9ba4d 100644
--- a/android/bluetooth.h
+++ b/android/bluetooth.h
@@ -46,3 +46,5 @@ bool bt_le_discovery_stop(bt_le_discovery_stopped cb);
typedef void (*bt_le_set_advertising_done)(uint8_t status, void *user_data);
bool bt_le_set_advertising(bool advertising, bt_le_set_advertising_done cb,
void *user_data);
+
+uint8_t bt_get_device_android_type(const bdaddr_t *addr);