/// Optional: Set the UUID for the service to look for in the device to something other than the default value.
 /// <param name="pUUID">UUID string in the format: dddddddd-dddd-dddd-dddd-dddddddddddd</param>
 public void SetBLEService(string pServiceUUID)
 {
     _controllerPlugin.SetBLEService(pServiceUUID);
 }