diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2018-08-06 17:58:40 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2018-08-06 21:25:05 +0300 |
commit | e4cc5a1873ac1297615962185f94adbbfaf6456b (patch) | |
tree | d955e523da85cecbac2ae6232e9ec7e038800f6e /include/net | |
parent | ad3e0b2f3c9483fa79bb4148464dba52ce33ae46 (diff) | |
download | linux-e4cc5a1873ac1297615962185f94adbbfaf6456b.tar.gz linux-e4cc5a1873ac1297615962185f94adbbfaf6456b.tar.bz2 linux-e4cc5a1873ac1297615962185f94adbbfaf6456b.zip |
Bluetooth: btqca: Introduce HCI_EV_VENDOR and use it
Using HCI_VENDOR_PKT for vendor specific events does work since it has
also the value 0xff, but it is actually the packet type indicator
constant and not the event constant. So introduce HCI_EV_VENDOR and
use it.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 7f008097552e..4619a79b1bbb 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -2176,6 +2176,8 @@ struct hci_evt_le_ext_adv_set_term { __u8 num_evts; } __packed; +#define HCI_EV_VENDOR 0xff + /* Internal events generated by Bluetooth stack */ #define HCI_EV_STACK_INTERNAL 0xfd struct hci_ev_stack_internal { |