summaryrefslogtreecommitdiff
path: root/android/hal-utils.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-12-02 18:28:35 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-12-08 14:00:29 +0100
commit42f16f8db01bbea1ec3d6b76b271c056110e1f42 (patch)
treeda80be642ec5ffdc3510c07915100d2f970820f3 /android/hal-utils.c
parent995692c718a8b1ef67acabcaeba25498b4e4ee7c (diff)
downloadbluez-42f16f8db01bbea1ec3d6b76b271c056110e1f42.tar.gz
android: List all enum values in switch
As described in coding style M10.
Diffstat (limited to 'android/hal-utils.c')
-rw-r--r--android/hal-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/hal-utils.c b/android/hal-utils.c
index f18a82c5f..004d89d6c 100644
--- a/android/hal-utils.c
+++ b/android/hal-utils.c
@@ -395,6 +395,8 @@ const char *btproperty2str(const bt_property_t *property)
}
break;
#endif
+ case BT_PROPERTY_REMOTE_VERSION_INFO:
+ case BT_PROPERTY_REMOTE_DEVICE_TIMESTAMP:
default:
sprintf(p, "%p", property->val);
}