diff options
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 6777432ca61e..7e7fe3f221fb 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -1073,4 +1073,6 @@ int hci_le_scan(struct hci_dev *hdev, u8 type, u16 interval, u16 window, | |||
1073 | int timeout); | 1073 | int timeout); |
1074 | int hci_cancel_le_scan(struct hci_dev *hdev); | 1074 | int hci_cancel_le_scan(struct hci_dev *hdev); |
1075 | 1075 | ||
1076 | u8 bdaddr_to_le(u8 bdaddr_type); | ||
1077 | |||
1076 | #endif /* __HCI_CORE_H */ | 1078 | #endif /* __HCI_CORE_H */ |