SDK
- macOS 10.6+
Framework
- IOBluetooth
Declaration
func readLinkQuality(forDeviceComplete controller: Any!, device: IOBluetooth Device!, info: Unsafe Mutable Pointer<Bluetooth HCILink Quality Info>!, error: IOReturn)
Parameters
sender
Controller object that sent this delegate message.
Discussion
This delegate gets invoked when an read link quality command complete event occurs. This could occur because you invoked it by issuing an -readLinkQualityForDevice: command, or someone else did from another app on the same controller.