LocalDevice:

- Implement REading of the default timeouts
- Retrieval of all possible LinkKeys stored inside the dongle
- Provided function to force an authentication process with remote devices
RemoteDevice:
- Allow Haiku initiate a fully authenticated connection



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36445 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2010-04-24 11:34:23 +00:00
parent 40c666a5ab
commit 37c7d5d83a
6 changed files with 189 additions and 22 deletions
+3
View File
@@ -38,6 +38,7 @@ public:
/* Possible throwing */
status_t SetDiscoverable(int mode);
status_t SetAuthentication(bool authentication);
BString GetProperty(const char* property);
status_t GetProperty(const char* property, uint32* value);
@@ -56,6 +57,8 @@ private:
status_t _ReadLocalVersion();
status_t _ReadBufferSize();
status_t _ReadLocalFeatures();
status_t _ReadTimeouts();
status_t _ReadLinkKeys();
status_t Reset();
static LocalDevice* RequestLocalDeviceID(BMessage* request);