对设备进行针对24H2版本的HLK测试时,Bluetooth - Audio - XXX遇到0xD, permission denied报错
我在对我的设备进行HLK测试,设备安装的系统是24H2 english pro版本,当我对设备运行以下测试项时:
- Bluetooth - Audio - Check Sideband DDI
- Bluetooth - Audio - Check Supported Codecs
- Bluetooth - Audio - Offload path used
- Bluetooth - Audio - Power cycle the sink device while playing music tone with A2DP offload
- Bluetooth - Audio - Short constant music tone with A2DP offload
- Bluetooth - Audio - Sink decrease music volume with A2DP offload
- Bluetooth - Audio - Sink device disconnects and reconnects while playing music tone with A2DP offload
- Bluetooth - Audio - Sink increase music volume with A2DP offload
- Bluetooth - Audio - Source decrease music volume with A2DP offload
- Bluetooth - Audio - Source device toggles music tone with A2DP offload
- Bluetooth - Audio - Source increase music volume with A2DP offload
- Bluetooth - Audio - Source radio disabled and re-enabled while playing music tone with A2DP offload
- Bluetooth - Audio - Voice interrupt music with A2DP offload
每一项都失败了,并且它们的报错信息完全一致,下面是我看到的日志中的报错 [Bluetooth\TestPlatform\BTPSources\Foundation\serialioplugin.cpp(145)] [BluetoothTestPlatform::SerialIOPluginImpl::SerialIOPluginImpl]: Exception thrown (0xD, permission denied) Caught std::system_error: permission denied [Error code: 13] during (m_audioTests = BluetoothTests::AudioTests::Make( BluetoothWindowsPluginHelpers::PluginLoaders::LoadWindowsBtpDeviceFromDll(), BluetoothTaefTestHelpers::MakeDeviceFromRuntimeParameter(L"device"), testOptions)) Setup fixture 'Microsoft::Bluetooth::AudioA2dpOffload::FunctionalTests::AudioA2dpOffloadTests::ClassSetup' for the scope 'Microsoft::Bluetooth::AudioA2dpOffload::FunctionalTests::AudioA2dpOffloadTests' failed.
请问上面这段报错在这些测试项中表示什么意思,我应该如何使我的设备通过这些测试项? 谢谢帮助!