BluetoothIsConnectable 関数 (bluetoothapis.h)

BluetoothIsConnectable 関数は、Bluetooth 無線または無線が接続可能かどうかを決定します。

構文

BOOL BluetoothIsConnectable(
  HANDLE hRadio
);

パラメーター

hRadio

有効なローカル無線ハンドル、または NULLNULL の場合、すべてのローカル 無線で接続性がチェックされます。無線が接続可能な場合、関数呼び出しは成功します。

戻り値

少なくとも 1 つの Bluetooth 無線が受信接続を受け入れている場合は TRUE を 返します。 受信接続を受け入れる無線がない場合は FALSE を 返します。

注釈

複数の Bluetooth 無線が存在する場合は、接続可能であることを返す最初の無線によって 、BluetoothIsConnectable 関数が成功します。

要件

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

こちらもご覧ください

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothEnableIncomingConnections

BluetoothIsDiscoverable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication