aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-07-30 02:22:22 -0400
committerMarcel Holtmann <marcel@holtmann.org>2014-07-30 13:28:41 -0400
commitb6ae8457ac5c727a2bb85eb8f2e22375d44d2b2d (patch)
treee521a2da7697c9dcd87aeeaaaaaf21165a4fa73b /include
parentbdb9434664d026ea63ad086443160dd4ed347758 (diff)
Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE
The HCI_PAIRABLE flag isn't actually controlling whether we're pairable but whether we're bondable. Therefore, rename it accordingly. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index e3fd926df13f..3f8547f1c6f8 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -167,7 +167,7 @@ enum {
167 HCI_AUTO_OFF, 167 HCI_AUTO_OFF,
168 HCI_RFKILLED, 168 HCI_RFKILLED,
169 HCI_MGMT, 169 HCI_MGMT,
170 HCI_PAIRABLE, 170 HCI_BONDABLE,
171 HCI_SERVICE_CACHE, 171 HCI_SERVICE_CACHE,
172 HCI_KEEP_DEBUG_KEYS, 172 HCI_KEEP_DEBUG_KEYS,
173 HCI_USE_DEBUG_KEYS, 173 HCI_USE_DEBUG_KEYS,