Searched refs:bDevice (Results 1 - 6 of 6) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp24 BluetoothDeviceView::BluetoothDeviceView(BluetoothDevice* bDevice, uint32 flags) argument
27 fDevice(bDevice)
65 SetBluetoothDevice(bDevice);
94 BluetoothDeviceView::SetBluetoothDevice(BluetoothDevice* bDevice) argument
96 if (bDevice != NULL) {
97 SetName(bDevice->GetFriendlyName().String());
99 fName->SetText(bDevice->GetFriendlyName().String());
100 fBdaddr->SetText(bdaddrUtils::ToString(bDevice->GetBluetoothAddress()));
103 bDevice->GetDeviceClass().GetServiceClass(string);
107 bDevice
[all...]
H A DDeviceListItem.h19 DeviceListItem(BluetoothDevice* bDevice);
27 void SetDevice(BluetoothDevice* bDevice);
H A DBluetoothDeviceView.h23 BluetoothDeviceView(BluetoothDevice* bDevice,
27 void SetBluetoothDevice(BluetoothDevice* bDevice);
H A DDeviceListItem.cpp19 DeviceListItem::DeviceListItem(BluetoothDevice* bDevice) argument
22 fDevice(bDevice),
25 fAddress = bDevice->GetBluetoothAddress();
26 fClass = bDevice->GetDeviceClass();
31 DeviceListItem::SetDevice(BluetoothDevice* bDevice) argument
33 fAddress = bDevice->GetBluetoothAddress();
34 fClass = bDevice->GetDeviceClass();
35 fName = bDevice->GetFriendlyName();
H A DExtendedLocalDeviceView.cpp27 ExtendedLocalDeviceView::ExtendedLocalDeviceView(LocalDevice* bDevice, argument
31 fDevice(bDevice),
34 fDeviceView = new BluetoothDeviceView(bDevice);
H A DExtendedLocalDeviceView.h25 ExtendedLocalDeviceView(LocalDevice* bDevice,

Completed in 105 milliseconds