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

Commit 06d1b484 authored by Martin Yan's avatar Martin Yan
Browse files

Follow RAS spec - acking “Not supported” for “RFU Opcode” in RAS Control Point

Flag: com.android.bluetooth.flags.channel_sounding_in_stack
Bug: 324185011
Bug: 381461799
Test: m com.android.btservice
Change-Id: I133cb93e37f22ac4447ff63668813d0616b7a1d0
parent 49e598dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ bool ParseControlPointCommand(ControlPointCommand* command, const uint8_t* value
      break;
    default:
      log::warn("unknown opcode 0x{:02x}", value[0]);
      command->isValid_ = true;
      return false;
  }
  std::memcpy(command->parameter_, value + 1, len - 1);