projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d6e06
)
Bluetooth: Add HCI_PERIODIC_INQ to dev_flags
author
Andre Guedes
<aguedespe@gmail.com>
Wed, 21 Mar 2012 03:03:36 +0000
(
00:03
-0300)
committer
Gustavo Padovan
<gustavo@padovan.org>
Wed, 9 May 2012 03:41:35 +0000
(
00:41
-0300)
This patch adds the HCI_PERIODIC_INQ flag to dev_flags. This flag
tracks if periodic inquiry is enabled or not.
Signed-off-by: Andre Guedes <aguedespe@gmail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
include/net/bluetooth/hci.h
patch
|
blob
|
history
diff --git
a/include/net/bluetooth/hci.h
b/include/net/bluetooth/hci.h
index
9cf088d
..
346f087
100644
(file)
--- a/
include/net/bluetooth/hci.h
+++ b/
include/net/bluetooth/hci.h
@@
-102,6
+102,7
@@
enum {
HCI_DISCOVERABLE,
HCI_LINK_SECURITY,
HCI_PENDING_CLASS,
+ HCI_PERIODIC_INQ,
};
/* HCI ioctl defines */