Home
last modified time | relevance | path

Searched hist:a59ac2f7447d8a4202f29ade1af785212d12b1d1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.hdiff a59ac2f7447d8a4202f29ade1af785212d12b1d1 Wed Oct 02 00:59:21 CDT 2013 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Replace BDADDR_LOCAL with BDADDR_NONE

The BDADDR_LOCAL is a relict from userspace and has never been used
within the kernel. So remove that constant and replace it with a new
BDADDR_NONE that is similar to HCI_DEV_NONE with all bits set.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>