Diff between ec2b46d55f3c0b1f6bc98ba4e92ce9ecb38cdc64 and d0875391062faac2f550b86bdea91b1abae62f42

Changed Files

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

Full Patch

diff --git a/android/android-tester.c b/android/android-tester.c
index c58b13a..11c3639 100644
--- a/android/android-tester.c
+++ b/android/android-tester.c
@@ -66,6 +66,15 @@ struct generic_data {
 	uint8_t expected_hal_callbacks[];
 };
 
+struct socket_data {
+	btsock_type_t sock_type;
+	const char *service_name;
+	const uint8_t *service_uuid;
+	int channel;
+	int flags;
+	bt_status_t expected_status;
+};
+
 #define WAIT_FOR_SIGNAL_TIME 2 /* in seconds */
 #define EMULATOR_SIGNAL "emulator_started"