summaryrefslogtreecommitdiff
path: root/tools/l2cap-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/l2cap-tester.c
parent02a1683db4816c94f7eee09d53455f51a264e80a (diff)
downloadbluez-c87e0ec6473f3136163bcc1f3cc44ffcf8335d3d.tar.gz
mgmt: Rename pairable to bondable
Diffstat (limited to 'tools/l2cap-tester.c')
-rw-r--r--tools/l2cap-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c
index 6841341c5..07522c3e6 100644
--- a/tools/l2cap-tester.c
+++ b/tools/l2cap-tester.c
@@ -685,7 +685,7 @@ static void setup_powered_common(void)
mgmt_send(data->mgmt, MGMT_OP_SET_SSP, 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);
}