Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffcf1eed authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add READ_REMOTE_VERSION_INFORMATION to status list am: e5d867f1 am: 48a6ee6e am: 618c1b56

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1477037

Change-Id: I5a5badfd030dea491f72e33ce3bf9f91137aee81
parents 77a01d46 618c1b56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: