From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Socket data will be used in generic Socket HAL tests --- android/android-tester.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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" -- 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