From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Since I started to use system Android headers instead of local this bug was found. --- android/client/if-bt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/client/if-bt.c b/android/client/if-bt.c index cbb828b..f1410f7 100644 --- a/android/client/if-bt.c +++ b/android/client/if-bt.c @@ -679,10 +679,10 @@ static void get_profile_interface_c(int argc, const char **argv, BT_PROFILE_SOCKETS_ID, BT_PROFILE_HIDHOST_ID, BT_PROFILE_PAN_ID, -#if PLATFORM_SDK_VERSION >= 18 +#if PLATFORM_SDK_VERSION > 17 BT_PROFILE_GATT_ID, -#endif BT_PROFILE_AV_RC_ID, +#endif NULL }; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html