diff options
| author | 2012-06-11 14:32:24 -0400 | |
|---|---|---|
| committer | 2012-06-11 14:32:24 -0400 | |
| commit | 3b4a39af75fed985f12d295786d397a9d8e9fd2f (patch) | |
| tree | 982643f147601b2101eba169533b7736f996211b /include | |
| parent | rndis_wlan: fix matching bssid check in rndis_check_bssid_list() (diff) | |
| parent | Bluetooth: Add support for encryption key refresh (diff) | |
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/bluetooth/hci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 66a7b579e31c..3def64ba77fa 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -1144,6 +1144,12 @@ struct extended_inquiry_info { __u8 data[240]; } __packed; +#define HCI_EV_KEY_REFRESH_COMPLETE 0x30 +struct hci_ev_key_refresh_complete { + __u8 status; + __le16 handle; +} __packed; + #define HCI_EV_IO_CAPA_REQUEST 0x31 struct hci_ev_io_capa_request { bdaddr_t bdaddr; |
