Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs36 const LE_TYPE: &str = "LE;"; constant
271 LE_TYPE => Ok("2".into()), in bluez_to_floss_type()
280 "2" => Ok(LE_TYPE.into()), in floss_to_bluez_type()
1002 assert_eq!(key.apply_action(LE_TYPE.to_string()), Ok("2".to_string())); in test_typeb2f()
1014 assert_eq!(key.apply_action("2".to_string()), Ok(LE_TYPE.to_string())); in test_typef2b()