diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-03-15 02:28:00 (GMT) |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-03-15 07:57:31 (GMT) |
commit | c85be545ea23a4fe590c89683242a9be823394e0 (patch) | |
tree | 3807191476a15efd18b7d6b4468fc0eed770ab47 /include/net/bluetooth | |
parent | c08b1a1dba524c1cdef331c1f169db3a1b37bb4c (diff) | |
download | linux-c85be545ea23a4fe590c89683242a9be823394e0.tar.xz |
Bluetooth: Add hci_sock_test_flag helper function
The management interface will need access to the socket flags and so
provide a helper function for checking them.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index ae1f2ee..d871ba3 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h @@ -337,6 +337,7 @@ int bt_to_errno(__u16 code); void hci_sock_set_flag(struct sock *sk, int nr); void hci_sock_clear_flag(struct sock *sk, int nr); +int hci_sock_test_flag(struct sock *sk, int nr); int hci_sock_init(void); void hci_sock_cleanup(void); |