aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@openbossa.org>2013-04-30 14:29:30 -0400
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2013-06-22 19:23:50 -0400
commit41dc2bd6d13bfccc34d05586be2eb65876a5990a (patch)
tree1d88bf7263f48063b803116805c057271a179848 /include
parentfef5234a791507a2fe1ccfc85f080523fe762320 (diff)
Bluetooth: Make mgmt_start_discovery_failed static
mgmt_start_discovery_failed is now only used in mgmt.c so we can make it a local function. This patch also moves the mgmt_start_ discovery_failed definition up in mgmt.c to avoid forward declaration. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 7c150e4d65b9..ff4e8a5c9ceb 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1170,7 +1170,6 @@ int mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
1170 u8 ssp, u8 *eir, u16 eir_len); 1170 u8 ssp, u8 *eir, u16 eir_len);
1171int mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, 1171int mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
1172 u8 addr_type, s8 rssi, u8 *name, u8 name_len); 1172 u8 addr_type, s8 rssi, u8 *name, u8 name_len);
1173int mgmt_start_discovery_failed(struct hci_dev *hdev, u8 status);
1174int mgmt_stop_discovery_failed(struct hci_dev *hdev, u8 status); 1173int mgmt_stop_discovery_failed(struct hci_dev *hdev, u8 status);
1175int mgmt_discovering(struct hci_dev *hdev, u8 discovering); 1174int mgmt_discovering(struct hci_dev *hdev, u8 discovering);
1176int mgmt_interleaved_discovery(struct hci_dev *hdev); 1175int mgmt_interleaved_discovery(struct hci_dev *hdev);