summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-01-16 12:07:32 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-16 12:23:15 +0200
commitdda90d0739cd205f4467b74306432531ccd88cc6 (patch)
tree190f11e98c2c768b39eb6ea4a256268e772225c0
parentd11ac83a18f694524fd393796a4d4668a4b4c6fb (diff)
tools/rfcomm-tester: Don't enable SSP (as it's not necessary)
-rw-r--r--tools/rfcomm-tester.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/rfcomm-tester.c b/tools/rfcomm-tester.c
index 410d025a4..6c9fe089e 100644
--- a/tools/rfcomm-tester.c
+++ b/tools/rfcomm-tester.c
@@ -255,9 +255,6 @@ static void setup_powered_client(const void *test_data)
tester_print("Powering on controller");
- mgmt_send(data->mgmt, MGMT_OP_SET_SSP, data->mgmt_index,
- sizeof(param), param, NULL, NULL, NULL);
-
mgmt_send(data->mgmt, MGMT_OP_SET_POWERED, data->mgmt_index,
sizeof(param), param, setup_powered_client_callback,
NULL, NULL);
@@ -286,8 +283,6 @@ static void setup_powered_server(const void *test_data)
mgmt_send(data->mgmt, MGMT_OP_SET_CONNECTABLE, data->mgmt_index,
sizeof(param), param,
NULL, NULL, NULL);
- mgmt_send(data->mgmt, MGMT_OP_SET_SSP, data->mgmt_index,
- sizeof(param), param, NULL, NULL, NULL);
mgmt_send(data->mgmt, MGMT_OP_SET_POWERED, data->mgmt_index,
sizeof(param), param, setup_powered_server_callback,