Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/2] android/tester: Add missing break
@ 2013-12-16 14:52 Andrei Emeltchenko
  2013-12-16 14:52 ` [PATCH 2/2] android/tester: Enable bthost after device is enabled Andrei Emeltchenko
  2013-12-17  7:51 ` [PATCH 1/2] android/tester: Add missing break Johan Hedberg
  0 siblings, 2 replies; 6+ messages in thread
From: Andrei Emeltchenko @ 2013-12-16 14:52 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

---
 android/android-tester.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/android/android-tester.c b/android/android-tester.c
index eb938d0..2a8c8d0 100644
--- a/android/android-tester.c
+++ b/android/android-tester.c
@@ -487,6 +487,7 @@ static void adapter_state_changed_cb(bt_state_t state)
 			tester_setup_complete();
 		else
 			tester_setup_failed();
+		break;
 	default:
 		break;
 	}
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-17  8:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 14:52 [PATCH 1/2] android/tester: Add missing break Andrei Emeltchenko
2013-12-16 14:52 ` [PATCH 2/2] android/tester: Enable bthost after device is enabled Andrei Emeltchenko
2013-12-17  7:50   ` Johan Hedberg
2013-12-17  8:04     ` Andrei Emeltchenko
2013-12-17  8:20       ` Johan Hedberg
2013-12-17  7:51 ` [PATCH 1/2] android/tester: Add missing break Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox