diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-02-22 12:38:01 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-23 06:07:00 -0500 |
commit | 7f9a903c57bb42b9f7ad8fb7867859d3252229ab (patch) | |
tree | cea86dd5bd33b78387a0b888a4ed789346824002 /include/net | |
parent | 955638ecec9431788e291fc99f34c42124071abe (diff) |
Bluetooth: Send management event for class of device changes
Currently there are no events to other management sockets if the class of
device got changed. So make sure they are sent.
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_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index abdaa7900edb..24dd770d442b 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -1007,6 +1007,8 @@ int mgmt_auth_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, | |||
1007 | u8 addr_type, u8 status); | 1007 | u8 addr_type, u8 status); |
1008 | int mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status); | 1008 | int mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status); |
1009 | int mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 enable, u8 status); | 1009 | int mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 enable, u8 status); |
1010 | int mgmt_set_class_of_dev_complete(struct hci_dev *hdev, u8 *dev_class, | ||
1011 | u8 status); | ||
1010 | int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status); | 1012 | int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status); |
1011 | int mgmt_read_local_oob_data_reply_complete(struct hci_dev *hdev, u8 *hash, | 1013 | int mgmt_read_local_oob_data_reply_complete(struct hci_dev *hdev, u8 *hash, |
1012 | u8 *randomizer, u8 status); | 1014 | u8 *randomizer, u8 status); |