summaryrefslogtreecommitdiff
path: root/src/rust/uci/mod.rs
AgeCommit message (Expand)Author
2022-11-22uwb(uci): Remove unused rust stack + dependenciesRoshan Pius
2022-11-18Update source for Rust 1.63.0Chris Wailes
2022-10-13Add message control and subsession key to controlee.ziyiw
2022-10-07Fix flaky test test_hal_error_eventAnte
2022-10-03Fix flaky test_deinitialize in uwb_uci_rust_testsAnte
2022-08-17Send initialize result back to JNI layer.ziyiw
2022-08-09Merge "Parse the diagnostic notification when received in uci layer." into tm...Bob Wang
2022-08-09Parse the diagnostic notification when received in uci layer.ziyiw
2022-08-05Add chip_id to UWB native callbacks.Leslie Watkins
2022-07-27Update get_hal_service to take a chip_id and return the correctLeslie Watkins
2022-06-17uwb(rust): Handle HAL close failure when HAL has crashedRoshan Pius
2022-04-14uwb(uci-rust): Reorganize unit test codebaseRoshan Pius
2022-04-14uwb(uci-rust): Wait for CLOSE_CPLT HAL event for deinitializingRoshan Pius
2022-04-12uwb(uci-rust): Add more unit tests in adaptationRoshan Pius
2022-04-08uwb(uci-rust): Add more unit testsRoshan Pius
2022-04-08uwb(uci-rust): Cleanup MockUwbAdaptionRoshan Pius
2022-04-08uwb(uci-rust): Add more unit testsRoshan Pius
2022-04-07Create basic fuzz tests.ziyiw
2022-04-06uwb(uci_rust): Handle vendor HAL crashes gracefullyRoshan Pius
2022-04-05uci(rust): Handle fragmentation/defragmentation of packetsRoshan Pius
2022-03-31Handle error for invalid input.ziyiw
2022-03-04Add Dispatcher traitChih-Yu Huang
2022-03-01Change the wrapper of UwbAdaptation to Arc.ziyiw
2022-02-26Merge "uwb(uci-rust): Uci Logging" into tm-devTreeHugger Robot
2022-02-25uwb(uci-rust): Uci Loggingziyiw
2022-02-25Increase retry timeout to 800 msTaha HADMI
2022-02-18Change Disable command to be a blocking one.ziyiw
2022-02-14Update power stats structure and add JNI commandKai Shi
2022-02-11uwb(uci-rust): Fix Vendor Rsp/Ntf UCI packet heirarchyRoshan Pius
2022-02-10uwb(uci-rust): Implement device resetRoshan Pius
2022-02-09uci-rust: add test case for handling notificationChih-Yu Huang
2022-02-08uci-rust: add a test case for verifying failed to send UCI commandChih-Yu Huang
2022-02-08uci-rust: add a test case for verifying retry logicChih-Yu Huang
2022-02-08uci-rust: verify sending a UCI messageChih-Yu Huang
2022-02-08uci-rust: handle the panic in the working threadChih-Yu Huang
2022-02-05Merge "uci-rust: add a test case for deinitialization"TreeHugger Robot
2022-02-05Merge "uci-rust: Verify the calling sequence of UwbAdaptation"Aka (Chih-Yu) Huang
2022-02-04uci-rust: add a test case for deinitializationChih-Yu Huang
2022-02-04uci-rust: Verify the calling sequence of UwbAdaptationChih-Yu Huang
2022-02-03uwb(uci-rust): Log all UCI commands being sentRoshan Pius
2022-02-02uwb(uci-rust): Don't crash on failure to convert to i32 session_idRoshan Pius
2022-02-02Merge "[lints] Make clippy compliant + enforced"Matthew Maurer
2022-02-02uwb(uci-rust): Fix multicast address sizeRoshan Pius
2022-02-02[lints] Make clippy compliant + enforcedMatthew Maurer
2022-02-02[lints] Misc test lint fixesMatthew Maurer
2022-02-02[lints] Handle all errorsMatthew Maurer
2022-02-02[lints] Remove dead codeMatthew Maurer
2022-02-02[lints] Remove or tag unused variablesMatthew Maurer
2022-02-02[lints] Remove unreachable branchMatthew Maurer
2022-02-02[lints] Remove unused importsMatthew Maurer