<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothDeviceInquiryDelegate/deviceInquiryDeviceNameUpdated(_:device:devicesRemaining:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:objc(pl)IOBluetoothDeviceInquiryDelegate(im)deviceInquiryDeviceNameUpdated:device:devicesRemaining:"
  },
  "title" : "deviceInquiryDeviceNameUpdated(_:device:devicesRemaining:)"
}
-->

# deviceInquiryDeviceNameUpdated(_:device:devicesRemaining:)

```
optional func deviceInquiryDeviceNameUpdated(_ sender: IOBluetoothDeviceInquiry!, device: IOBluetoothDevice!, devicesRemaining: UInt32)
```

## Parameters

`sender`

Inquiry object that sent this delegate message.

`device`

IOBluetoothDevice that was updated.

`devicesRemaining`

Number of devices remaining to update.

## Discussion

A device name has been retrieved. Also indicates how many devices are left to be updated.

---

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)