错误检查 0xBFF:BC_BTHMINI_VERIFIER_FAULT

BC_BTHMINI_VERIFIER_FAULT 错误检查的值为 0x00000BFF。 这表示蓝牙微型端口可扩展驱动程序验证程序已捕获冲突。

重要

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

BC_BTHMINI_VERIFIER_FAULT 参数

参数 说明
1

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

0x1 : An attempt was made to return a packet with type that mis-matched its original request. 2 - Returned packet type 3 - Expected packet type 4 - Reserved 0x2 : An attempt was made to return an unexpected status code and caused the packet to be discarded. 2 - Unexpected return status 3 - Reserved 4 - Reserved 0x3 : Incorrect output buffer size was returned to indicate number of bytes written by the lower transport driver. 2 - Unexpected buffer size 3 - Expected buffer size 4 - Reserved
2 请参阅参数 1
3 请参阅参数 1
4 请参阅参数 1

解决方法

!analyze 调试扩展显示有关错误检查的信息,并有助于确定根本原因。 参数 1 说明了违规类型。 查看调用堆栈以确定行为异常的驱动程序。