From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/socket.c b/android/socket.c index daf4370..4f6f02b 100644 --- a/android/socket.c +++ b/android/socket.c @@ -673,7 +673,7 @@ static int handle_listen(void *buf) return -1; } - if (profile) + if (profile && profile->create_record) rfsock->service_handle = sdp_service_register(profile, cmd->name); -- 1.8.3.2 -- 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