diff --git a/src/bin/bt_discovery.cpp b/src/bin/bt_discovery.cpp index 90972f0d45..7cce3dfe09 100644 --- a/src/bin/bt_discovery.cpp +++ b/src/bin/bt_discovery.cpp @@ -80,7 +80,7 @@ DumpInfo(LocalDevice* device) for (int32 index = 0 ; index < dAgent->RetrieveDevices(0).CountItems(); index++ ) { RemoteDevice* rDevice = dAgent->RetrieveDevices(0).ItemAt(index); - printf("\t%s \t@ %s ...\n", rDevice->GetFriendlyName(false).String(), bdaddrUtils::ToString(rDevice->GetBluetoothAddress())); + printf("\t%s \t@ %s ...\n", rDevice->GetFriendlyName(true).String(), bdaddrUtils::ToString(rDevice->GetBluetoothAddress())); }