<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothDeviceInquiry/updateNewDeviceNames",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:objc(cs)IOBluetoothDeviceInquiry(py)updateNewDeviceNames"
  },
  "title" : "updateNewDeviceNames"
}
-->

# updateNewDeviceNames

Sets whether or not the inquiry object will retrieve the names of devices found during the search.

```
var updateNewDeviceNames: Bool { get set }
```

## Parameters

`inValue`

Pass TRUE if names are to be updated, otherwise pass FALSE.

## Discussion

The default value for the inquiry object is TRUE, unless this method is used to change it.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)