aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 6ff882e727d4..269c8201a362 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1182,7 +1182,8 @@ void mgmt_device_connected(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
1182 u8 addr_type, u32 flags, u8 *name, u8 name_len, 1182 u8 addr_type, u32 flags, u8 *name, u8 name_len,
1183 u8 *dev_class); 1183 u8 *dev_class);
1184void mgmt_device_disconnected(struct hci_dev *hdev, bdaddr_t *bdaddr, 1184void mgmt_device_disconnected(struct hci_dev *hdev, bdaddr_t *bdaddr,
1185 u8 link_type, u8 addr_type, u8 reason); 1185 u8 link_type, u8 addr_type, u8 reason,
1186 bool mgmt_connected);
1186void mgmt_disconnect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, 1187void mgmt_disconnect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr,
1187 u8 link_type, u8 addr_type, u8 status); 1188 u8 link_type, u8 addr_type, u8 status);
1188void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, 1189void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,