Partager via


Fonction BluetoothIsDiscoverable (bluetoothapis.h)

La fonction BluetoothIsDiscoverable détermine si une ou plusieurs radios Bluetooth sont détectables.

Syntaxe

BOOL BluetoothIsDiscoverable(
  HANDLE hRadio
);

Paramètres

hRadio

Handle radio local valide, ou NULL. Si la valeur est NULL, la découverte est déterminée pour toutes les radios locales ; si une radio est détectable, l’appel de fonction réussit.

Valeur retournée

Retourne TRUE si au moins une radio Bluetooth est détectable. Retourne FALSE si aucune radio Bluetooth n’est détectable.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista, Windows XP avec SP2 [applications de bureau uniquement]
Serveur minimal pris en charge Aucun pris en charge
Plateforme cible Windows
En-tête bluetoothapis.h (inclure Bthsdpdef.h, BluetoothAPIs.h)
Bibliothèque Bthprops.lib
DLL bthprops.cpl

Voir aussi

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothEnableIncomingConnections

BluetoothIsConnectable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication