Skip to content
Snippets Groups Projects
Commit e5d867f1 authored by Chris Manton's avatar Chris Manton
Browse files

Add READ_REMOTE_VERSION_INFORMATION to status list

Tag: #refactor
Bug: 171801837
Test: acts/bin/act.py -tp ~/Goog/tools/test/connectivity -tc BleCocTest
Change-Id: I17759c2040bd620f2cbe29b33d5f092079c937f9
parent b22e055f
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ bool IsCommandStatusOpcode(bluetooth::hci::OpCode op_code) {
case bluetooth::hci::OpCode::REMOTE_NAME_REQUEST:
case bluetooth::hci::OpCode::READ_REMOTE_SUPPORTED_FEATURES:
case bluetooth::hci::OpCode::READ_REMOTE_EXTENDED_FEATURES:
case bluetooth::hci::OpCode::READ_REMOTE_VERSION_INFORMATION:
case bluetooth::hci::OpCode::READ_CLOCK_OFFSET:
case bluetooth::hci::OpCode::SETUP_SYNCHRONOUS_CONNECTION:
case bluetooth::hci::OpCode::ACCEPT_SYNCHRONOUS_CONNECTION:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment