diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-05 06:01:04 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-10-05 06:03:38 -0400 |
commit | f3d3444a4d7f76e79841c59c78105a45295cc4b0 (patch) | |
tree | b23d78feebc363b6b028fd366cde3b618f706d20 /include | |
parent | 46a190cbd3d8992a017664367e9227dcd357ce53 (diff) |
Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING
This flag is used to indicate whether we want to have advertising
enabled or not, so give it a more suitable name.
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index b90eec5e9c06..e8bba05686d1 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -118,7 +118,7 @@ enum { | |||
118 | HCI_SSP_ENABLED, | 118 | HCI_SSP_ENABLED, |
119 | HCI_HS_ENABLED, | 119 | HCI_HS_ENABLED, |
120 | HCI_LE_ENABLED, | 120 | HCI_LE_ENABLED, |
121 | HCI_LE_PERIPHERAL, | 121 | HCI_ADVERTISING, |
122 | HCI_CONNECTABLE, | 122 | HCI_CONNECTABLE, |
123 | HCI_DISCOVERABLE, | 123 | HCI_DISCOVERABLE, |
124 | HCI_LINK_SECURITY, | 124 | HCI_LINK_SECURITY, |