バグ チェック 0xBFE: BC_BLUETOOTH_VERIFIER_FAULT

BC_BLUETOOTH_VERIFIER_FAULT バグ チェックには、0x00000BFEの値があります。 これは、ドライバーが違反を引き起こしたことを示しています。

重要

この記事は、プログラマー向けです。 コンピューターを使用中に、ブルー スクリーン エラーが表示された場合は、「ブルー スクリーン エラーのトラブルシューティング」を参照してください。

BC_BLUETOOTH_VERIFIER_FAULT パラメーター

パラメーター 説明
1

Bluetooth 検証ツールエラーのサブタイプ。

0x1 : An attempt was made to submit a Bluetooth Request Block that is already in use 2 - Brb pointer 3 - Reserved 4 - Reserved 0x2 : An attempt was made to free a Bluetooth Request Block that is in use 2 - Brb pointer 3 - Reserved 4 - Reserved 0x3 : An attempt was made to allocate or initialize an invalid BRB type 2 - Brb pointer 3 - pdo extension (if available) 4 - Reserved 0x4 : Invalid Bluetooth Request Block pointer was submitted 2 - Brb pointer 3 - Reserved 4 - Reserved 0x5 : A Bluetooth Request Block with an invalid size was submitted 2 - Brb pointer 3 - Actual Size 4 - Expected Size 0x6 : The IOCTL_BTH_GET_DEVICE_INFO was called with invalid parameters 2 - Reserved 3 - Reserved 4 - Reserved 0x7 : BRB_L2CA_UNREGISTER_SERVER was submitted with an invalid server handle 2 - Server handle 3 - Reserved 4 - Reserved 0x8 : BRB_L2CA_CLOSE_CHANNEL was submitted with an invalid channel handle 2 - Brb pointer 3 - Channel handle 4 - Reserved 0x9 : BRB_SCO_UNREGISTER_SERVER was submitted with an invalid server handle 2 - Server handle 3 - Reserved 4 - Reserved
2 パラメータ 1 を参照
3 パラメータ 1 を参照
4 パラメータ 1 を参照

解決方法

!analyze デバッグ拡張機能は、バグ チェックに関する情報を表示し、根本原因の特定に役立ちます。 パラメーター 1 は違反の種類を表します。 呼び出しスタックを調べて、不適切な動作をしているドライバーを特定します。