错误检查 0xBFE:BC_BLUETOOTH_VERIFIER_FAULT

BC_BLUETOOTH_VERIFIER_FAULT 错误检查的值为 0x00000BFE。 这表示驱动程序已导致冲突。

重要

这篇文章适合程序员阅读。 如果你是在使用计算机时收到蓝屏错误代码的客户,请参阅蓝屏错误疑难解答

BC_BLUETOOTH_VERIFIER_FAULT 参数

参数 说明
1

蓝牙验证程序错误的子类型。

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 说明了违规类型。 查看调用堆栈以确定行为异常的驱动程序。