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>
This commit is contained in:
committed by
Johan Hedberg
parent
955638ecec
commit
7f9a903c57
@ -3546,6 +3546,16 @@ int mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 enable, u8 status)
|
||||
return err;
|
||||
}
|
||||
|
||||
int mgmt_set_class_of_dev_complete(struct hci_dev *hdev, u8 *dev_class,
|
||||
u8 status)
|
||||
{
|
||||
int err;
|
||||
|
||||
err = mgmt_event(MGMT_EV_CLASS_OF_DEV_CHANGED, hdev, dev_class, 3, NULL);
|
||||
|
||||
return err;
|
||||
}
|
||||
|
||||
int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status)
|
||||
{
|
||||
struct pending_cmd *cmd;
|
||||
|
Reference in New Issue
Block a user