Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbluetooth.c362 static const void* get_profile_interface (const char *profile_id) in get_profile_interface() argument
364 LOG_INFO(LOG_TAG, "get_profile_interface %s", profile_id); in get_profile_interface()
371 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID)) in get_profile_interface()
374 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID)) in get_profile_interface()
377 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID)) in get_profile_interface()
380 if (is_profile(profile_id, BT_PROFILE_PAN_ID)) in get_profile_interface()
383 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID)) in get_profile_interface()
386 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) in get_profile_interface()
389 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID)) in get_profile_interface()
392 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID)) in get_profile_interface()
[all …]
/system/connectivity/shill/
Ddefault_profile.cc87 const string& profile_id, in DefaultProfile() argument
90 control, metrics, manager, Identifier(profile_id), in DefaultProfile()
92 profile_id_(profile_id), in DefaultProfile()
113 GetFinalStoragePath(storage_directory, Identifier(profile_id))); in DefaultProfile()
Ddefault_profile.h47 const std::string& profile_id,
Dmanager.cc369 for (const auto& profile_id : identifiers) { in InitializeProfiles() local
370 PushProfileInternal(profile_id, &path, &error); in InitializeProfiles()