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

Commit c5e52dc3 authored by Myles Watson's avatar Myles Watson
Browse files

HCI: Add support for Debug packet

Bug: 183061492
Test: cert/run
      atest bluetooth_test_gd
Tag: #gd-refactor
Change-Id: Iacec1d37a95514d23f90a26f42808d627d2c6b0f
parent 0316abaf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4772,11 +4772,10 @@ packet LeExtendedScanParamsComplete : CommandComplete (command_op_code = LE_EXTE
}

packet ControllerDebugInfo : VendorCommand (op_code = CONTROLLER_DEBUG_INFO) {
  _payload_,  // placeholder (unimplemented)
}

packet ControllerDebugInfoComplete : CommandComplete (command_op_code = CONTROLLER_DEBUG_INFO) {
  _payload_,  // placeholder (unimplemented)
  status : ErrorCode,
}

packet ControllerA2DPOpcode : VendorCommand (op_code = CONTROLLER_A2DP_OPCODE) {