2 * Copyright 2008-09, Oliver Ruiz Dorantes, <oliver.ruiz.dorantes_at_gmail.com>
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #ifndef BLUETOOTHDEVICEVIEW_H_
6 #define BLUETOOTHDEVICEVIEW_H_
14 #include <bluetooth/BluetoothDevice.h>
20 class BluetoothDeviceView
: public BView
23 BluetoothDeviceView(BluetoothDevice
* bDevice
,
24 uint32 flags
= B_WILL_DRAW
);
25 ~BluetoothDeviceView();
27 void SetBluetoothDevice(BluetoothDevice
* bDevice
);
29 virtual void MessageReceived(BMessage
* message
);
30 virtual void SetTarget(BHandler
* target
);
31 virtual void SetEnabled(bool value
);
34 BluetoothDevice
* fDevice
;
38 BStringView
* fClassService
;
41 BStringView
* fHCIVersionProperties
;
42 BStringView
* fLMPVersionProperties
;
43 BStringView
* fManufacturerProperties
;
45 BStringView
* fACLBuffersProperties
;
46 BStringView
* fSCOBuffersProperties
;