| 38 | uint8_t bandwidth_mhz; |
| 39 | } __attribute__((packed)); |
| 40 | struct DataManagementSensitivityStatus { |
| 41 | uint16_t dummy_0; |
| 42 | uint16_t dummy_1; |
| 43 | } __attribute__((packed)); |
| 44 | static std::vector<uint8_t> pack_management_frame( |
| 45 | const DataManagementTxBandwidth &data) { |
| 46 | std::vector<uint8_t> ret; |
nothing calls this directly
no outgoing calls
no test coverage detected