summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-06 01:51:36 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-06 01:51:36 +0200
commit8bb2cf1165b3be2549e93a6ec7e0673ade4814e5 (patch)
tree628cc316155a510d5acc3a75a8bd9e1389b4f3fe /lib
parent9289c32f866edd95a4d70b1ab235cbf25e9a35ba (diff)
Remove deprecated hci_local_name and hci_remote_name functions
Diffstat (limited to 'lib')
-rw-r--r--lib/hci.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/hci.c b/lib/hci.c
index a72b0355..1b12d833 100644
--- a/lib/hci.c
+++ b/lib/hci.c
@@ -2477,13 +2477,3 @@ int hci_read_clock(int dd, uint16_t handle, uint8_t which, uint32_t *clock, uint
*accuracy = rp.accuracy;
return 0;
}
-
-int hci_local_name(int dd, int len, char *name, int to)
-{
- return hci_read_local_name(dd, len, name, to);
-}
-
-int hci_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to)
-{
- return hci_read_remote_name(dd, bdaddr, len, name, to);
-}