Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs559 let supported_profiles = UuidHelper::get_supported_profiles(); in cmd_adapter() localVariable
560 let connected_profiles: Vec<(Profile, ProfileConnectionState)> = supported_profiles in cmd_adapter()