summaryrefslogtreecommitdiff
path: root/android/tester-main.h
diff options
context:
space:
mode:
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>2014-08-26 22:41:50 +0200
committerSzymon Janc <szymon.janc@gmail.com>2014-08-28 20:27:47 +0200
commit80a5bb2a4ac28ce6ab15f49bde281b1d687d2630 (patch)
tree82d44d5b710d0fef7976fde3a9ee9e66143ee5f1 /android/tester-main.h
parent8cbfee5f962e90b1930b93eea650d8eb9e151819 (diff)
downloadbluez-80a5bb2a4ac28ce6ab15f49bde281b1d687d2630.tar.gz
android/tester: Add parameter to remote connect function
This patch extends emu_remote_connect_hci_action function with address type of device to be connected
Diffstat (limited to 'android/tester-main.h')
-rw-r--r--android/tester-main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/tester-main.h b/android/tester-main.h
index 3331e91c2..e83933a1b 100644
--- a/android/tester-main.h
+++ b/android/tester-main.h
@@ -343,6 +343,9 @@ struct bt_action_data {
/* HidHost params */
const int report_size;
+
+ /*Connection params*/
+ const uint8_t bearer_type;
};
/* bthost's l2cap server setup parameters */