Skip to content

Commit

Permalink
move qualcomm vendor specific to namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Claussen <cc@pionix.de>
  • Loading branch information
corneliusclaussen committed Mar 27, 2024
1 parent d1a1e85 commit 91050af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/slac/slac.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ typedef struct {
uint8_t cco_capability;
} __attribute__((packed)) cm_set_key_cnf;

namespace qualcomm {

typedef struct {
uint8_t vendor_mme[3] = {0x00, 0xb0, 0x52}; // Qualcomm Vendor MME code
} __attribute__((packed)) cm_reset_device_req;
Expand Down Expand Up @@ -368,6 +370,8 @@ typedef struct {
uint8_t authorization_mode;
} __attribute__((packed)) op_attr_cnf;

} // namespace qualcomm

} // namespace messages
} // namespace slac

Expand Down

0 comments on commit 91050af

Please sign in to comment.