From 8bb2cf1165b3be2549e93a6ec7e0673ade4814e5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 6 Aug 2008 01:51:36 +0200 Subject: Remove deprecated hci_local_name and hci_remote_name functions --- lib/hci.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib') 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); -} -- cgit