diff options
| author | Max Krasnyansky <maxk@qualcomm.com> | 2002-09-18 00:37:04 +0000 | 
|---|---|---|
| committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-09-18 00:37:04 +0000 | 
| commit | 96cd06b189af2a09bde5d752552f58fd495d5646 (patch) | |
| tree | 0ac3c90702c0e73261766ac220787bcf9ea657b8 /src/hci.c | |
| parent | 8a3e9d619f548c665569e8c835ed82313db3759b (diff) | |
resurrect hci_remote_name()
Diffstat (limited to 'src/hci.c')
| -rw-r--r-- | src/hci.c | 5 | 
1 files changed, 5 insertions, 0 deletions
@@ -801,6 +801,11 @@ int hci_write_local_name(int dd, char *name, int to)  	return 0;  } +int hci_remote_name(int dd, bdaddr_t *ba, int len, char *name, int to) +{ +	return hci_read_remote_name(dd, ba, len, name, to); +} +  int hci_read_remote_name(int dd, bdaddr_t *ba, int len, char *name, int to)  {  	evt_remote_name_req_complete rn;  | 
