From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Socket data will be used in generic Socket HAL tests --- android/android-tester.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/android/android-tester.c b/android/android-tester.c index 185f57b..15fd29e 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -61,6 +61,14 @@ enum hal_bluetooth_callbacks_id { }; struct generic_data { + /* 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; + uint8_t expected_adapter_status; uint32_t expect_settings_set; uint8_t expected_hal_callbacks[]; -- 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