Skip to content

Commit

Permalink
pw_bluetooth_sapphire: Remove ReadInquiryScanTypeReturnParams
Browse files Browse the repository at this point in the history
Remove packed struct definition of ReadInquiryScanTypeReturnParams
since it is no longer used.

Bug: b/42167863
Test: fx test //src/connectivity/bluetooth/core/bt-host
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1108696
GitOrigin-RevId: 1286f33587ca506270aaaffc41c5aef302351c13
Change-Id: I86f7caee148baa1bde0d97b573af35c1288af823
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232754
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Jason Graffius <jgraff@google.com>
Reviewed-by: Ben Lawson <benlawson@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
  • Loading branch information
josh-conner authored and CQ Bot Account committed Aug 31, 2024
1 parent 904184e commit aeecd22
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,14 +366,6 @@ constexpr OpCode kWriteSynchronousFlowControlEnable =
// Read Inquiry Scan Type (v1.2) (BR/EDR)
constexpr OpCode kReadInquiryScanType = ControllerAndBasebandOpCode(0x0042);

struct ReadInquiryScanTypeReturnParams {
// See enum StatusCode in hci_constants.h.
StatusCode status;

// See enum class InquiryScanType in hci_constants.h for possible values.
InquiryScanType inquiry_scan_type;
} __attribute__((packed));

// ====================================
// Write Inquiry Scan Type (v1.2) (BR/EDR)
constexpr OpCode kWriteInquiryScanType = ControllerAndBasebandOpCode(0x0043);
Expand Down

0 comments on commit aeecd22

Please sign in to comment.