From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/tester-main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/android/tester-main.c b/android/tester-main.c index 515c69e..22224cc 100644 --- a/android/tester-main.c +++ b/android/tester-main.c @@ -19,6 +19,7 @@ #include "src/shared/util.h" #include "emulator/bthost.h" #include "tester-main.h" +#include "hal-msg.h" #include "monitor/bt.h" @@ -2904,8 +2905,11 @@ void bt_create_bond_action(void) return; } + /* TODO: take into account transport parameter */ + step->action_status = - data->if_bluetooth->create_bond(action_data->addr); + data->if_bluetooth->create_bond(action_data->addr, + BT_TRANSPORT_UNKNOWN); schedule_action_verification(step); } -- 1.9.1 -- 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