Searched refs:CLASSIC_TYPE (Results 1 – 1 of 1) sorted by relevance
35 const CLASSIC_TYPE: &str = "BR/EDR;"; constant270 CLASSIC_TYPE => Ok("1".into()), in bluez_to_floss_type()279 "1" => Ok(CLASSIC_TYPE.into()), in floss_to_bluez_type()1001 assert_eq!(key.apply_action(CLASSIC_TYPE.to_string()), Ok("1".to_string())); in test_typeb2f()1013 assert_eq!(key.apply_action("1".to_string()), Ok(CLASSIC_TYPE.to_string())); in test_typef2b()