summaryrefslogtreecommitdiff
path: root/android/hal-bluetooth.c
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2014-10-03 16:04:02 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-10-08 14:45:20 +0200
commitca9366619bfefcadba6235f5637da9d8b8329889 (patch)
treed9c37ce503b7fd9e0070f4764feae79ed90ecfb2 /android/hal-bluetooth.c
parent7281f6a133ca6837ff1305116eb12d01e5b11f17 (diff)
downloadbluez-ca9366619bfefcadba6235f5637da9d8b8329889.tar.gz
android/hal-map-client: Add skeleton for MAP client HAL
This adds skeleton with stubs and proper build system entries.
Diffstat (limited to 'android/hal-bluetooth.c')
-rw-r--r--android/hal-bluetooth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index 675427901..97440e291 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
@@ -854,6 +854,9 @@ static const void *get_profile_interface(const char *profile_id)
#if BLUEZ_EXTENSIONS
if (!strcmp(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID))
return bt_get_hf_client_interface();
+
+ if (!strcmp(profile_id, BT_PROFILE_MAP_CLIENT_ID))
+ return bt_get_map_client_interface();
#endif
return NULL;