Cleanups
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26615 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -50,15 +50,14 @@ class RemoteDevice : public BluetoothDevice {
|
|||||||
void GetProperty(const char* property, uint32* value); /* Throwing */
|
void GetProperty(const char* property, uint32* value); /* Throwing */
|
||||||
|
|
||||||
LocalDevice* GetLocalDeviceOwner();
|
LocalDevice* GetLocalDeviceOwner();
|
||||||
protected:
|
|
||||||
RemoteDevice(BString address);
|
RemoteDevice(BString address);
|
||||||
RemoteDevice(bdaddr_t address);
|
RemoteDevice(bdaddr_t address);
|
||||||
|
|
||||||
|
protected:
|
||||||
|
/* called by Discovery[Listener|Agent] */
|
||||||
/* Instances of this class only would be instantiated by Discovery[Listener|Agent] */
|
|
||||||
friend class DiscoveryListener;
|
|
||||||
void SetLocalDeviceOwner(LocalDevice* ld);
|
void SetLocalDeviceOwner(LocalDevice* ld);
|
||||||
|
friend class DiscoveryListener;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user