summaryrefslogtreecommitdiff
path: root/android/main.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-09-23 10:49:29 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-09-23 10:51:57 +0200
commitf917761740eea40c55778bf1c0c753b2dc5807a7 (patch)
tree31ec526c1c450676d4ec851a289112766c338629 /android/main.c
parent0c4a249552fc855a19be316be780895ba6b5410f (diff)
downloadbluez-f917761740eea40c55778bf1c0c753b2dc5807a7.tar.gz
android: Add debug prints with configure options
Diffstat (limited to 'android/main.c')
-rw-r--r--android/main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/main.c b/android/main.c
index 45381e67a..e99b45131 100644
--- a/android/main.c
+++ b/android/main.c
@@ -306,14 +306,23 @@ static void configuration(const void *buf, uint16_t len)
case HAL_CONFIG_VENDOR:
config_vendor = get_prop(config_vendor, prop->len,
prop->val);
+
+ DBG("vendor %s", config_vendor);
+
break;
case HAL_CONFIG_NAME:
config_name = get_prop(config_name, prop->len,
prop->val);
+
+ DBG("name %s", config_name);
+
break;
case HAL_CONFIG_MODEL:
config_model = get_prop(config_model, prop->len,
prop->val);
+
+ DBG("model %s", config_model);
+
break;
default:
error("Invalid configuration option (%u), terminating",