Home
last modified time | relevance | path

Searched refs:at_type (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dat_command_parser.rs48 pub at_type: AtCommandType, field
71 let at_type = parse_at_command_type(clean_at_string.to_string()); in parse_at_command_data() localVariable
72 let at_type_delimiter = match at_type { in parse_at_command_data()
81 .splitn(if at_type == AtCommandType::Execute { 1 } else { 2 }, at_type_delimiter); in parse_at_command_data()
116 at_type: at_type, in parse_at_command_data()
302 assert_eq!(at_command.at_type, AtCommandType::Set); in test_parse_command_type()
305 assert_eq!(at_command.at_type, AtCommandType::Query); in test_parse_command_type()
308 assert_eq!(at_command.at_type, AtCommandType::Test); in test_parse_command_type()
311 assert_eq!(at_command.at_type, AtCommandType::Execute); in test_parse_command_type()