From: Andre Guedes Date: Wed, 21 Mar 2012 03:03:36 +0000 (-0300) Subject: Bluetooth: Add HCI_PERIODIC_INQ to dev_flags X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=21693c15c0c3be1aac16eee19497a545f12b1a37;p=linux-edison.git Bluetooth: Add HCI_PERIODIC_INQ to dev_flags 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 Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 9cf088db486..346f0877979 100644 --- 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 */