summaryrefslogtreecommitdiffstats
path: root/config.tests/bluez/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/bluez/main.cpp')
-rw-r--r--config.tests/bluez/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.tests/bluez/main.cpp b/config.tests/bluez/main.cpp
index 0b9235aa..3fe5ee09 100644
--- a/config.tests/bluez/main.cpp
+++ b/config.tests/bluez/main.cpp
@@ -30,5 +30,11 @@
int main()
{
+#ifdef BDADDR_NONE
+ bacmp(BDADDR_ANY, BDADDR_NONE);
+#else
+ bacmp(BDADDR_ANY, BDADDR_LOCAL);
+#endif
+
return 0;
}