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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user