- Implement RemoteDevice::GetFriendlyName() in kit and handle the required reply in the server.

- Now a discovery process is nicer.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25053 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2008-04-19 16:53:06 +00:00
parent a8c6c1c0a6
commit 39399f65f0
4 changed files with 92 additions and 7 deletions
+1
View File
@@ -60,6 +60,7 @@ class LocalDevice {
hci_id GetID(void) {return hid;}
friend class DiscoveryAgent;
friend class RemoteDevice;
};
}