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

Commit 502d0a91 authored by Myles Watson's avatar Myles Watson
Browse files

test_vendor: Remove extra byte in LE Features

Bug: 34357009
Test: push test-vendor lib as libbt-vendor.so, Bluetooth starts
Change-Id: Id3a5f85f6b3da5a723dba04527db8b66de0e84a8
parent 681a5c95
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;