Documentation
class QqBluetoothDeviceDiscoveryAgentTrUtf8 x1 where #
qBluetoothDeviceDiscoveryAgentTrUtf8 :: x1 -> IO String #
Instances
QqBluetoothDeviceDiscoveryAgentTrUtf8 String # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceDiscoveryAgent qBluetoothDeviceDiscoveryAgentTrUtf8 :: String -> IO String # | |
QqBluetoothDeviceDiscoveryAgentTrUtf8 (String, String) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceDiscoveryAgent qBluetoothDeviceDiscoveryAgentTrUtf8 :: (String, String) -> IO String # | |
QqBluetoothDeviceDiscoveryAgentTrUtf8 (String, String, Int) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceDiscoveryAgent qBluetoothDeviceDiscoveryAgentTrUtf8 :: (String, String, Int) -> IO String # |
class QqBluetoothDeviceDiscoveryAgent x1 where #
qBluetoothDeviceDiscoveryAgent :: x1 -> IO (QBluetoothDeviceDiscoveryAgent ()) #
Instances
QqBluetoothDeviceDiscoveryAgent () # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceDiscoveryAgent qBluetoothDeviceDiscoveryAgent :: () -> IO (QBluetoothDeviceDiscoveryAgent ()) # | |
QqBluetoothDeviceDiscoveryAgent (QObject t1) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceDiscoveryAgent qBluetoothDeviceDiscoveryAgent :: QObject t1 -> IO (QBluetoothDeviceDiscoveryAgent ()) # | |
QqBluetoothDeviceDiscoveryAgent (QBluetoothAddress t1) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceDiscoveryAgent qBluetoothDeviceDiscoveryAgent :: QBluetoothAddress t1 -> IO (QBluetoothDeviceDiscoveryAgent ()) # | |
QqBluetoothDeviceDiscoveryAgent (QBluetoothAddress t1, QObject t2) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceDiscoveryAgent qBluetoothDeviceDiscoveryAgent :: (QBluetoothAddress t1, QObject t2) -> IO (QBluetoothDeviceDiscoveryAgent ()) # |
discoveredDevices :: QBluetoothDeviceDiscoveryAgent a -> () -> IO [QBluetoothDeviceInfo ()] #
inquiryType :: QBluetoothDeviceDiscoveryAgent a -> () -> IO InquiryType #
lowEnergyDiscoveryTimeout :: QBluetoothDeviceDiscoveryAgent a -> () -> IO Int #
setInquiryType :: QBluetoothDeviceDiscoveryAgent a -> InquiryType -> IO () #
setLowEnergyDiscoveryTimeout :: QBluetoothDeviceDiscoveryAgent a -> Int -> IO () #