Searched refs:GetFriendlyName (Results 1 - 16 of 16) sorted by relevance

/haiku/headers/os/bluetooth/
H A DBluetoothDevice.h30 virtual BString GetFriendlyName()=0;
H A DRemoteDevice.h32 BString GetFriendlyName(bool alwaysAsk); /* Throwing */
33 BString GetFriendlyName(void); /* Throwing */
H A DLocalDevice.h35 BString GetFriendlyName();
/haiku/src/kits/bluetooth/UI/
H A DConnectionIncoming.cpp42 fView = new ConnectionView(BRect(0, 0, 400, 80), rDevice->GetFriendlyName(),
/haiku/src/bin/
H A Dbt_discovery.cpp76 (device->GetFriendlyName()).String(),
91 printf("\t%s \t@ %s ...\n", rDevice->GetFriendlyName(true).String(),
H A Dbt_dev_info.cpp16 printf("[LocalDevice] %s\t%s\n", (device->GetFriendlyName()).String(),
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.h67 void GetFriendlyName(BString &name);
H A DESDSinkAddOn.cpp142 device->GetFriendlyName(name);
H A DESDEndpoint.cpp378 ESDEndpoint::GetFriendlyName(BString &name) function in class:ESDEndpoint
/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp97 SetName(bDevice->GetFriendlyName().String());
99 fName->SetText(bDevice->GetFriendlyName().String());
H A DExtendedLocalDeviceView.cpp69 SetName(lDevice->GetFriendlyName().String());
H A DDeviceListItem.cpp35 fName = bDevice->GetFriendlyName();
H A DInquiryPanel.cpp144 SetTitle((const char*)(fLocalDevice->GetFriendlyName().String()));
H A DBluetoothSettingsView.cpp248 (lDevice->GetFriendlyName().String()), message);
/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp49 RemoteDevice::GetFriendlyName(bool alwaysAsk) function in class:Bluetooth::RemoteDevice
109 RemoteDevice::GetFriendlyName() function in class:Bluetooth::RemoteDevice
112 return GetFriendlyName(true);
H A DLocalDevice.cpp269 LocalDevice::GetFriendlyName() function in class:Bluetooth::LocalDevice

Completed in 171 milliseconds