readLinkQuality(forDeviceComplete:device:info:error:)
Declaration
func readLinkQuality(forDeviceComplete controller: Any!, device: IOBluetoothDevice!, info: UnsafeMutablePointer<BluetoothHCILinkQualityInfo>!, error: IOReturn)Parameters
- controller:
Controller object that sent this delegate message.
- device:
The
IOBluetoothdevice. - info:
A pointer to the info.
Discussion
This delegate gets invoked when an read link quality command complete event occurs. This could occur because you invoked it by issuing a -readLinkQualityForDevice: command, or someone else did from another app on the same controller.