Bluetooth: Rename HCI_BREDR into HCI_PRIMARY
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 5 Jul 2016 12:30:14 +0000 (14:30 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Sat, 9 Jul 2016 18:37:13 +0000 (21:37 +0300)
commitca8bee5dde1f02c2dbe8c8453dce27f2dfafb21c
tree79ca6c942f1c5e618ac7363edaa549466c9b1b61
parente14dbe72033152135eb3bae212228728089d4dd9
Bluetooth: Rename HCI_BREDR into HCI_PRIMARY

The HCI_BREDR naming is confusing since it actually stands for Primary
Bluetooth Controller. Which is a term that has been used in the latest
standard. However from a legacy point of view there only really have
been Basic Rate (BR) and Enhanced Data Rate (EDR). Recent versions of
Bluetooth introduced Low Energy (LE) and made this terminology a little
bit confused since Dual Mode Controllers include BR/EDR and LE. To
simplify this the name HCI_PRIMARY stands for the Primary Controller
which can be a single mode or dual mode controller.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
12 files changed:
drivers/bluetooth/btmrvl_main.c
drivers/bluetooth/btsdio.c
drivers/bluetooth/btusb.c
drivers/bluetooth/hci_ldisc.c
drivers/bluetooth/hci_vhci.c
include/net/bluetooth/hci.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/hci_sock.c
net/bluetooth/l2cap_core.c
net/bluetooth/mgmt.c
This page took 0.026266 seconds and 5 git commands to generate.