次の方法で共有


BluetoothIsDiscoverable 関数 (bluetoothapis.h)

BluetoothIsDiscoverable 関数は、Bluetooth 無線または無線が検出可能かどうかを決定します。

構文

BOOL BluetoothIsDiscoverable(
  HANDLE hRadio
);

パラメーター

hRadio

有効なローカル無線ハンドル、または NULLNULL の場合、検出はすべてのローカル 無線に対して決定されます。無線が検出可能な場合、関数呼び出しは成功します。

戻り値

少なくとも 1 つの Bluetooth 無線が検出可能な場合は TRUE を 返します。 Bluetooth 無線が検出できない場合は FALSE を 返します。

要件

要件
サポートされている最小のクライアント Windows Vista、SP2 を使用した Windows XP [デスクトップ アプリのみ]
サポートされている最小のサーバー サポートなし
対象プラットフォーム Windows
ヘッダー bluetoothapis.h (Bthsdpdef.h、BluetoothAPIs.h を含む)
Library Bthprops.lib
[DLL] bthprops.cpl

こちらもご覧ください

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothEnableIncomingConnections

BluetoothIsConnectable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication