Bluetooth: Make is_identity_address a global function
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 2 Jul 2014 14:37:33 +0000 (17:37 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:57 +0000 (17:42 +0200)
commitc46245b3efce80884acf65c01443582aec1f31ed
treeb48318f715ab35c33e3729d92c7420fdc3c173cb
parentf4869e2adb7ab9d09a9335b4e26a63ec413f2c6f
Bluetooth: Make is_identity_address a global function

There are more places that can take advantage of is_identity_address()
besides hci_core.c. This patch moves the function to hci_core.h and
gives it the appropriate hci_ prefix.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c