Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs177 pub fn get_supported_profiles() -> HashSet<Profile> { in get_supported_profiles() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs559 let supported_profiles = UuidHelper::get_supported_profiles(); in cmd_adapter()