Diff between 85771054da39174ba4159e71562e8e98d6e7e6b7 and 04ef992ff892cd1ff3e21b30c6b10adf390c3a9e

Changed Files

File Additions Deletions Status
android/android-tester.c +1 -1 modified

Full Patch

diff --git a/android/android-tester.c b/android/android-tester.c
index aa0c155..5e60397 100644
--- a/android/android-tester.c
+++ b/android/android-tester.c
@@ -1404,7 +1404,7 @@ static void test_socket_real_connect(const void *test_data)
 
 	bdaddr2android((bdaddr_t *) client_bdaddr, &emu_bdaddr);
 
-	bthost_set_server_psm(bthost, 0x0003);
+	bthost_add_l2cap_server(bthost, 0x0003, NULL, NULL);
 
 	status = data->if_sock->connect(&emu_bdaddr, test->sock_type,
 					test->service_uuid, test->channel,