Bluetooth関数

このセクションの関数は、Bluetoothデバイスとサービスを管理するために使用されます。

Bluetoothは、Windows Socketsプログラミングインターフェイスを使用してもサポートされています。 Windows Socketsインターフェイスを使用してBluetoothをプログラミングする方法の詳細については、 「BluetoothのWindowsソケットサポート」 を参照してください。

セクション Content
BluetoothAuthenticateDevice リモートBluetoothデバイスに認証要求を送信します。
BluetoothAuthenticateDeviceEx リモートBluetoothデバイスに認証要求を送信します。 さらに、この関数では、帯域外データを認証されているデバイスの関数呼び出しに渡すことができます。
BluetoothAuthenticateMultipleDevices Bluetooth接続ウィザードの1つのインスタンス中に複数のデバイスを認証するように、呼び出し元が要求できるようにします。
BluetoothDisplayDeviceProperties コントロールパネルのデバイス情報のプロパティシートを呼び出します。
BluetoothEnableDiscovery ローカルのBluetooth無線の検出状態を変更します。
BluetoothEnableIncomingConnections ローカルのBluetooth無線が着信接続を受け入れるかどうかを変更します。
BluetoothEnumerateInstalledServices Bluetoothデバイスで有効になっているサービスのGUID (グローバル一意識別子) を列挙します。
BluetoothFindDeviceClose デバイスクエリに関連付けられている列挙ハンドルを閉じます。
BluetoothFindFirstDevice ローカルBluetoothデバイスの列挙を開始します。
BluetoothFindFirstRadio ローカルBluetoothラジオの列挙を開始します。
BluetoothFindNextDevice 次のBluetoothデバイスを検索します。
BluetoothFindNextRadio 次のBluetoothラジオを検索します。
BluetoothFindRadioClose Bluetoothラジオの検索に関連付けられている列挙ハンドルを閉じます。
BluetoothGetDeviceInfo リモートBluetoothデバイスに関する情報を取得します。 Bluetoothデバイスは、正常なデバイス照会関数呼び出しによって以前に識別されている必要があります。
BluetoothGetRadioInfo Bluetoothラジオに関する情報を取得します。
BluetoothIsConnectable Bluetoothラジオが接続可能かどうかを判断します。
BluetoothIsDiscoverable Bluetoothラジオが検出可能かどうかを判断します。
Bluetoo hRegisterForAuthentication 特定のBluetoothデバイスが認証を要求したときに呼び出されるコールバック関数を登録します。
Bluetoo hRegisterForAuthenticationEx Pin要求、数値比較、およびコールバック関数のアプリケーションを登録します。
BluetoothRemoveDevice Bluetoothデバイスとコンピューターの間の認証を削除し、デバイスに関するキャッシュされた情報を削除します。
BluetoothSdpEnumAttributes SDPレコードストリームを列挙し、レコード内の各属性に対してコールバック関数を呼び出します。
BluetoothSdpGetAttributeValue 属性識別子の属性値を取得します。
BluetoothSdpGetContainerElementData コンテナーストリームを反復処理し、コンテナー要素内に含まれる各要素を返します。
BluetoothSdpGetElementData SDPストリームから1つの要素を取得して解析します。
BluetoothSdpGetString SDPレコードに埋め込まれている生の文字列をUnicode文字列に変換します。
BluetoothSelectDevices Bluetoothデバイスの選択を有効にします。
BluetoothSelectDevicesFree BluetoothSelectDevices関数の前回の呼び出しに関連付けられているリソースを解放します。
BluetoothSendAuthenticationResponse パスキー応答を送信する認証要求を受信したときに呼び出されます。
BluetoothSendAuthenticationResponseEx パスキーまたは数値比較応答を送信する認証要求を受信したときに呼び出されます。
BluetoothSetLocalServiceInfo 特定のBluetooth無線のローカルサービス情報を設定します。
BluetoothSetServiceState Bluetoothデバイスのサービスを有効または無効にします。
BluetoothUnregisterAuthentication BluetoothRegisterForAuthentication関数の呼び出しで以前に登録されたコールバックルーチンの登録を削除します。
BluetoothUpdateDeviceRecord Bluetoothデバイスに関するローカルコンピューターのキャッシュを更新します。