Home
last modified time | relevance | path

Searched refs:GetDeviceClass (Results 1 – 10 of 10) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp103 bDevice->GetDeviceClass().GetServiceClass(string); in SetBluetoothDevice()
107 bDevice->GetDeviceClass().GetMajorDeviceClass(string); in SetBluetoothDevice()
109 bDevice->GetDeviceClass().GetMinorDeviceClass(string); in SetBluetoothDevice()
112 bDevice->GetDeviceClass().Draw(fIcon, BPoint(Bounds().left, Bounds().top)); in SetBluetoothDevice()
H A DDeviceListItem.cpp26 fClass = bDevice->GetDeviceClass(); in DeviceListItem()
34 fClass = bDevice->GetDeviceClass(); in SetDevice()
H A DBluetoothSettingsView.cpp90 DeviceClass rememberedClass = ActiveLocalDevice->GetDeviceClass(); in BluetoothSettingsView()
/haiku/headers/os/bluetooth/
H A DBluetoothDevice.h31 virtual DeviceClass GetDeviceClass()=0;
H A DRemoteDevice.h35 DeviceClass GetDeviceClass();
H A DLocalDevice.h37 DeviceClass GetDeviceClass();
/haiku/src/bin/
H A Dbt_dev_info.cpp20 DeviceClass cod = device->GetDeviceClass(); in DumpInfo()
/haiku/src/kits/bluetooth/
H A DDiscoveryListener.cpp117 DeviceDiscovered( rd, rd->GetDeviceClass()); in MessageReceived()
H A DRemoteDevice.cpp345 RemoteDevice::GetDeviceClass() in GetDeviceClass() function in Bluetooth::RemoteDevice
H A DLocalDevice.cpp329 LocalDevice::GetDeviceClass() in GetDeviceClass() function in Bluetooth::LocalDevice