Example #1
0
 /// <summary>
 /// Sets the local name of the bluetooth device property.
 /// </summary>
 /// <param name="btLocalName">Bluetooth local name to set</param>
 public void SetBtLocalName(string btLocalName)
 {
     Request(null, () => mClientV2.ReqSetupBtLocalName(btLocalName));
 }