- Change again the api... Strings are not for everything
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24991 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,10 +29,10 @@ RemoteDevice::GetFriendlyName(bool alwaysAsk)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
BString
|
bdaddr_t
|
||||||
RemoteDevice::GetBluetoothAddress()
|
RemoteDevice::GetBluetoothAddress()
|
||||||
{
|
{
|
||||||
return BString(bdaddrUtils::ToString(fBdaddr));
|
return fBdaddr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user