BluetoothDeviceView
BluetoothDeviceView::SetTarget(BHandler* target)
BluetoothDeviceView::MessageReceived(BMessage* message)
BluetoothDeviceView::SetEnabled(bool value)
BluetoothDeviceView::BluetoothDeviceView(BluetoothDevice* bDevice, uint32 flags)
BluetoothDeviceView::~BluetoothDeviceView()
BluetoothDeviceView::SetBluetoothDevice(BluetoothDevice* bDevice)
class BluetoothDeviceView : public BView
BluetoothDeviceView(BluetoothDevice* bDevice,
~BluetoothDeviceView();
fDeviceView = new BluetoothDeviceView(bDevice);
BluetoothDeviceView* fDeviceView;