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

Commit 202962a4 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

test_vendor: Remove extra byte in LE Features

am: 502d0a91

Change-Id: If703d5f52b0ee55338f0f3c24c5c6cad113fe108
parents c5c2cba4 502d0a91
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -270,7 +270,6 @@ EventPacket::CreateCommandCompleteLeReadLocalSupportedFeatures(
      EventPacket::CreateCommandCompleteOnlyStatusEvent(
          HCI_BLE_READ_LOCAL_SPT_FEAT, status);

  CHECK(evt_ptr->AddPayloadOctets1(status));
  CHECK(evt_ptr->AddPayloadOctets8(le_features));

  return evt_ptr;