Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs37 const DUAL_TYPE: &str = "BR/EDR;LE;"; constant
272 DUAL_TYPE => Ok("3".into()), in bluez_to_floss_type()
281 "3" => Ok(DUAL_TYPE.into()), in floss_to_bluez_type()
1003 assert_eq!(key.apply_action(DUAL_TYPE.to_string()), Ok("3".to_string())); in test_typeb2f()
1015 assert_eq!(key.apply_action("3".to_string()), Ok(DUAL_TYPE.to_string())); in test_typef2b()