From 8c377593d62a91e1faccfbed4483135f10856f62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 24 Nov 2011 13:55:23 +0100 Subject: [PATCH] Doc --- libgammu/device/bluetoth/bluez.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libgammu/device/bluetoth/bluez.c b/libgammu/device/bluetoth/bluez.c index 8c4013168..917dc85b6 100644 --- a/libgammu/device/bluetoth/bluez.c +++ b/libgammu/device/bluetoth/bluez.c @@ -44,6 +44,8 @@ GSM_Error bluetooth_connect(GSM_StateMachine *s, int port, char *device) { int tries; + + /* Some phones need time till they are accessible after SDP browsing */ for (tries = 0; tries < 5; tries++) { GSM_Device_BlueToothData *d = &s->Device.Data.BlueTooth; struct sockaddr_rc laddr, raddr; -- 2.11.4.GIT