I was researching how to modify the name of the device using UWP , but I can not find information about it.
I know I can get device information, such as model, operating system version, and device name with EasClientDeviceInformation
using FriendlyName
, but how could I modify the device name? Is it possible? I would appreciate your help.
EasClientDeviceInformation myDevice= new EasClientDeviceInformation();
DeviceName.txt = eas.FriendlyName;
What I want to do is activate the Bluetooth and modify the name with which others see me (programmatically).