summaryrefslogtreecommitdiff
path: root/tools/smp-tester.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-07-30 10:32:16 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-07-30 10:32:16 +0300
commitc87e0ec6473f3136163bcc1f3cc44ffcf8335d3d (patch)
treee70aa06c1df6ead4bd150cd92ed7c4896ef274e7 /tools/smp-tester.c
parent02a1683db4816c94f7eee09d53455f51a264e80a (diff)
downloadbluez-c87e0ec6473f3136163bcc1f3cc44ffcf8335d3d.tar.gz
mgmt: Rename pairable to bondable
Diffstat (limited to 'tools/smp-tester.c')
-rw-r--r--tools/smp-tester.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/smp-tester.c b/tools/smp-tester.c
index c9639e667..ee1c74433 100644
--- a/tools/smp-tester.c
+++ b/tools/smp-tester.c
@@ -423,7 +423,7 @@ static void setup_powered_client(const void *test_data)
mgmt_send(data->mgmt, MGMT_OP_SET_LE, data->mgmt_index,
sizeof(param), param, NULL, NULL, NULL);
- mgmt_send(data->mgmt, MGMT_OP_SET_PAIRABLE, data->mgmt_index,
+ mgmt_send(data->mgmt, MGMT_OP_SET_BONDABLE, 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,
@@ -688,7 +688,7 @@ static void setup_powered_server(const void *test_data)
mgmt_send(data->mgmt, MGMT_OP_SET_LE, data->mgmt_index,
sizeof(param), param, NULL, NULL, NULL);
- mgmt_send(data->mgmt, MGMT_OP_SET_PAIRABLE, data->mgmt_index,
+ mgmt_send(data->mgmt, MGMT_OP_SET_BONDABLE, data->mgmt_index,
sizeof(param), param, NULL, NULL, NULL);
mgmt_send(data->mgmt, MGMT_OP_SET_CONNECTABLE, data->mgmt_index,
sizeof(param), param, NULL, NULL, NULL);