commit | d9bb483125b5047cd15f8b4c5a9b89c4a15728c6 | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <akahuang@google.com> | Mon Apr 04 17:46:06 2022 +0900 |
committer | Chih-Yu Huang <akahuang@google.com> | Wed Apr 06 15:58:57 2022 +0900 |
tree | cf1c4ff143f7705c920345185e02bcb93927b66f | |
parent | 640a51611df0f8202d3f7ec328a3de1da10aea2e [diff] |
uwb_core: add UciMessage, UciCommand, UciResponse, UciNotification This CL adds UciMessage, UciCommand, UciResponse, UciNotification. These structs express the data structure of the UCI control messages. With these structs, we could encapsulate the uwb_uci_packets implementation details to the client of the module. Bug: 227264247 Test: cargo test -p uwb_core Change-Id: I546af37ca915a96ad5494dfd9d5400a1a9555618