summaryrefslogtreecommitdiff
path: root/android/tester-main.h
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2014-12-08 11:35:06 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-12-10 13:34:35 +0100
commit42b74d58e7d44f753819453810cabb7e68c2ec56 (patch)
treee81555b4674afe3b77f5c77ff0fbe1cdbb780d29 /android/tester-main.h
parent1b4a15a38377e85adbcb4962915f413cf6a6df49 (diff)
downloadbluez-42b74d58e7d44f753819453810cabb7e68c2ec56.tar.gz
android/tester: Remove not needed include of hal_msg.h
We shouldn't include header for one define. All test cases use internal defines for commands as adopted.
Diffstat (limited to 'android/tester-main.h')
-rw-r--r--android/tester-main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/tester-main.h b/android/tester-main.h
index 440751499..474afbb96 100644
--- a/android/tester-main.h
+++ b/android/tester-main.h
@@ -606,6 +606,7 @@ struct bt_action_data {
/*Connection params*/
const uint8_t bearer_type;
+ const uint8_t transport_type;
};
/* bthost's l2cap server setup parameters */